Граф коммитов

637 Коммитов

Автор SHA1 Сообщение Дата
dmazzoni@chromium.org 95c8043e56 First step to move common accessibility code out of content.
This changelist defines new classes and types for
accessibility in ui/accessibility. Subsequent changes will
refactor code inside content/ to inherit from AXTree and
AXNode, then we can start exposing the accessibility tree
outside of content/.

In addition, we can now use these same types in Views
accessibility and share more code.

BUG=316726

Review URL: https://codereview.chromium.org/67283004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236733 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-22 08:59:03 +00:00
sugoi@chromium.org 8b85ba95b7 Adapting for DEPS change
BUG=

Review URL: https://codereview.chromium.org/79133002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236460 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-21 08:40:07 +00:00
zmo@chromium.org ab4a68bbf5 Include angle_unittests as part of gpu builder targets.
So we can add the test step to gpu bots.

BUG=
TEST=build fine on all bots
R=kbr@chromium.org

Review URL: https://codereview.chromium.org/76923002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236182 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-20 06:17:18 +00:00
justincohen@chromium.org 1f86072374 Remove unit_tests target from iOS builds.
chrome/ is no longer being brought up on iOS, since code used on iOS should 
be extracted into layered components. unit_tests is now empty on iOS, so stop 
building it.

BUG=312293

Review URL: https://codereview.chromium.org/72663006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236164 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-20 05:34:41 +00:00
sugoi@chromium.org 67e1fd127d Adding build rules for fuzzer (internal only)
BUG=

Review URL: https://codereview.chromium.org/66313008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236050 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-19 22:04:11 +00:00
jschuh@chromium.org 0e53a98603 Add mojo and gin to chromium_builder_tests
Prevents x64 regressions from lack of trybot coverage.

R=iannucci@chromium.org

Review URL: https://codereview.chromium.org/71873004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-19 04:41:54 +00:00
sugoi@chromium.org 4d1f15bfd7 Adding new fuzzer deserialization test code
BUG=

Review URL: https://codereview.chromium.org/67173009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235846 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-18 23:35:21 +00:00
rileya@chromium.org 7f61042d64 Set media_perftests up for android and to be built by the perfbots.
BUG=310837

Review URL: https://codereview.chromium.org/62863002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235552 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-17 21:20:25 +00:00
joaodasilva@chromium.org 76b158ae1b Fix disable_nacl=1 build.
This was broken in https://codereview.chromium.org/61763014: gyp complains that
native_client_sdk/native_client_sdk_untrusted.gyp, included from build/all.gyp,
has no targets.

BUG=319174
R=binji@chromium.org, jochen@chromium.org

Review URL: https://codereview.chromium.org/66163013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235114 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-14 10:15:01 +00:00
plundblad@chromium.org 82e7e111cd Add build target for nacl_io from the NaCl SDK.
BUG=316353
R=noelallen
CC=bradnelson

Review URL: https://codereview.chromium.org/61763014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235053 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-14 06:10:14 +00:00
jam@chromium.org 32bd182eb0 Add keyboard_unittests to chromium_builder_tests because we'll need that target on the Windows builders before we can remove the Win Aura bots.
I missed that in r233675

BUG=316199
R=phajdan@google.com

Review URL: https://codereview.chromium.org/69503002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@234319 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-11 23:33:56 +00:00
abarth@chromium.org c00ab0912e This CL introduces a lightweight bindings system for V8 called gin
Unlike the extensions V8 bindings, gin is based on ObjectTemplates rather than
on evaluating script.  Unlike the Blink V8 bindings, gin isn't tightly coupled to
Blink.  In fact, gin's only link-time dependency is V8.  We plan to use gin to build
the V8 bindings for Mojo (see https://codereview.chromium.org/59153005/ for
an example of how they will be used).

In the long term, gin could serve as a basis for both the Blink and the extension
system bindings, but we don't have any immediate plans to pursue that use of
this code.

This code is largely inspired by a lightweight bindings system designed by
Aaron Boodman.

Review URL: https://codereview.chromium.org/67763002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@234160 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-10 05:00:50 +00:00
sadrul@chromium.org ce798b369b events: Add a new events_unittests target.
The tests are still included in ui_unittests too, until the events_unittests target
is built and run on buildbots/trybots.

BUG=316677
R=ben@chromium.org

Review URL: https://codereview.chromium.org/66663004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@234006 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-08 21:49:45 +00:00
kkania@chromium.org a8e974782b [chromedriver] Remove chromedriver2_tests target.
This was renamed to chromedriver_tests about a month ago. All the infra
should be updated by now.
BUG=none

Review URL: https://codereview.chromium.org/61023002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@233790 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-08 05:57:29 +00:00
jochen@chromium.org 5360846bbb Rename all_webkit to blink_tests
For now, keep all_webkit until everything is switched over.

BUG=none

Review URL: https://codereview.chromium.org/59233012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@233699 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-07 21:52:31 +00:00
jam@chromium.org cea2535568 Add compositor_unittests, aura_unittests, and ash_unittests to chromium_builder_tests because we'll need these targets on the Windows builders before we can remove the Win Aura bots.
BUG=316199
R=cpu@chromium.org, scottmg@chromium.org

Review URL: https://codereview.chromium.org/64883002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@233675 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-07 20:23:52 +00:00
inferno@chromium.org a88e701872 content_browsertests is not needed anymore in ASAN targets list. Shrinks archive significantly. It was only used for WebRTC, which is now possible with --use-fake-device-for-media-stream --use-fake-ui-for-media-stream passed to Chrome.
R=phoglund@chromium.org, mbarbella@chromium.org
BUG=

Review URL: https://codereview.chromium.org/63063004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@233632 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-07 17:34:53 +00:00
spang@chromium.org f95557606e Allow printing component to be removed completely
Using enable_printing=0 removes all of the source files of the printing
component, but has no effect on its dependencies. It is wrong to empty out the
target inside the target. If printing is disabled, then the dependency on
printing.gyp is not needed and can be removed.

This target was causing libgcrypt to be linked even when printing was disabled.
That problem goes away with this change.

Review URL: https://codereview.chromium.org/62793002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@233563 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-07 09:02:36 +00:00
tfarina@chromium.org 053ead16d8 Fix for iOS build after r231478.
This adds dependencies on ui_unittests target to make iOS happy again.

BUG=299841
TEST=None
R=lliabraa@chromium.org, ben@chromium.org

Review URL: https://codereview.chromium.org/54583002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@232841 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-04 23:54:25 +00:00
jochen@chromium.org b384f2b63f Make all_webkit depend on breakpad targets required to symbolize crashes
BUG=253351
R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/52713004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@232028 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-31 06:56:49 +00:00
tfarina@chromium.org e2cd93973b ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory.
This is the pattern we follow for projects under ui/, each top-level directory
(app_list, aura, compositor, events) have its own gyp file for its main target
(library).

BUG=299841
TEST=build/gyp_chromium, ninja -C out/Debug shell_dialogs, and other targets
still build.
R=ben@chromium.org

Review URL: https://codereview.chromium.org/47323002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231478 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-29 01:32:19 +00:00
kbr@chromium.org c0fa15f40a Added crash_service as a dependency of chromium_gpu_{debug_}builder target.
BUG=311826
R=zmo@chromium.org

Review URL: https://codereview.chromium.org/46063004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231397 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 20:28:32 +00:00
jochen@chromium.org af33376c30 Include content/content_shell_and_tests.gyp:* for all platforms.
The content_unittests target used to be pulled in by content.gyp:*
but after a refactoring it is necessary to explicitly include it via
content/content_shell_and_tests.gyp:*

BUG=None
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/48793002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231394 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 20:06:45 +00:00
jochen@chromium.org 25ba374871 Add component unittests back to All target.
I missed this one when splitting the components.gyp in two

BUG=none
R=joi@chromium.org

Review URL: https://codereview.chromium.org/48803002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231328 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 15:08:44 +00:00
jochen@chromium.org 1d484c5fc1 Split components_tests into a separate gyp file
This enables us to depend on components from shell, since
components_tests already depends on shell.

BUG=none
R=joi@chromium.org

Review URL: https://codereview.chromium.org/34933002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230124 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 14:19:36 +00:00
zea@chromium.org 87db0049cf [GCM] Unrevert initial GCM patch
Includes build fix for static libraries and ensure that gcm_unit_tests
is run on relevant builders.

Original codereview: https://codereview.chromium.org/23684017/

BUG=284553
TBR=darin@chromium.org

Review URL: https://codereview.chromium.org/32093003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 00:50:15 +00:00
glider@chromium.org 9b49b233a8 Fix the coverage build which used to complain about the missing pyautolib target.
In the case pyautolib shouldn't be built, define a fake pyautolib target. This lets other targets
to unconditionally depend on pyautolib.

BUG=307018
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/29013002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229837 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 16:37:52 +00:00
jochen@chromium.org 094b0945e9 Introduce a separate gyp file for content shell and tests
This will make it possible to depend on components from content shell

BUG=247431
R=jam@chromium.org
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/28123002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 22:13:17 +00:00
pfeldman@chromium.org 4fa9c16aa8 Revert r229533 "[GCM] Initial work to set up directory structure and introduce socket integration"
Breaks main waterfall.

TBR=zea

Review URL: https://codereview.chromium.org/29273008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229543 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 11:04:42 +00:00
zea@chromium.org 943636273d [GCM] Initial work to set up directory structure and introduce socket integration
Create new google_api/gcm directory, and add some of the initial base logic
for integrating protobufs with chrome sockets.

A SocketStream is an implementation of the ZeroCopyStream interfaces that allows
for asynchronously retrieving a message (with timeout support) which can then
be parsed by a CodedInputStream, or alternatively allows a CodedOutputStream
to write into a Chrome socket.

Once a SocketStream closes itself (which will happen on error or timeout), the
stream cannot be reused, and a new one should be created (typically with a
socket that has been reconnected). In general, the state of the socket stream
must be checked before interacting with it.

Also fixes issue in SocketTestUtil where mock Sockets aren't taking ownership
of IOBuffers that they're using (exposed by tests).

TBR=darin@chromium.org
BUG=284553

Review URL: https://codereview.chromium.org/23684017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229533 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 10:23:20 +00:00
zmo@chromium.org 3a7bea4d65 Add minidump_stackwalk and chrome to chromium_gpu*_builder targets
Also, get rid of the depreciated gpu_tests target.

BUG=308190
TEST=main waterfall, gpu waterfall
R=kbr@chromium.org

Review URL: https://codereview.chromium.org/26570007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229228 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 21:12:08 +00:00
sebmarchand@chromium.org 0d8fa0d9df Copy asan_rtl.* and agent_logger.exe to the syzygy directory for the ASan builds.
This is my second attempt to do this, the first time https://codereview.chromium.org/23460023/ has been reverted (https://codereview.chromium.org/23858006) because the new target 'copy_syzyasan_binaries' was not build, so the SyzyASan binaries were missing from the syzygy dir...

Currently the syzygy_optimize script was taking care of copying asan_rtl.[dll|pdb] to the syzygy directory, this was causing 2 warnings when building a SyzyASan splitted build with ninja:

- ninja: warning: multiple rules generate syzygy\asan_rtl.dll. builds involving this target will not be correct; continuing anyway
- ninja: warning: multiple rules generate syzygy\asan_rtl.dll.pdb. builds involving this target will not be correct; continuing anyway

The multiple rules come from the fact that both syzygy\chrome.dll and syzygy\chrome_child.dll were trying to generate those artifacts.

I've also added agent_logger.exe to the syzygy directory, with this it'll be easier for the person grabing a SyzyASan build from the LKGR builder to use it.

I've also removed all the "--agent-dll" logic from syzygy_instrument.py as it was only copying the asan binaries to the syzygy directory, it's now done directly in the 'copy_syzyasan_binaries' gyp target.

R=chrisha@chromium.org
BUG=

Review URL: https://codereview.chromium.org/25890006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229085 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 08:59:30 +00:00
sebmarchand@chromium.org 54fa2048a5 Disable the optimizations for the SyzyASan debug builds of chromium_builder_tests
This will hopefully prevent the linker to run out of memory...

R=scottmg@chromium.org
BUG=

Review URL: https://codereview.chromium.org/26927002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-11 00:43:47 +00:00
ben@chromium.org 899fbe2885 Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe created by the shell app.
To achieve this I had to make mojo_system a <(component) so sample_app.dll could link against it. Trung, Darin tells me you had a different idea about how to achieve this. Consider this CL a starting point for the discussion :-)

R=darin@chromium.org
BUG=

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227604

Review URL: https://codereview.chromium.org/25895002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227983 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 20:52:11 +00:00
scottmg@chromium.org f65220e6d9 Revert 227773 "add aura_builder to chromium_builder_tests"
> add aura_builder to chromium_builder_tests
> 
> TBR=phajdan.jr@chromium.org
> BUG=304353
> 
> Review URL: https://codereview.chromium.org/26738002

TBR=scottmg@chromium.org

Review URL: https://codereview.chromium.org/26740002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227774 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 18:47:35 +00:00
scottmg@chromium.org feb1c4e415 add aura_builder to chromium_builder_tests
TBR=phajdan.jr@chromium.org
BUG=304353

Review URL: https://codereview.chromium.org/26738002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227773 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 18:44:06 +00:00
tonyg@chromium.org 49e8c5d113 Remove chromium.perf dependency on PyAuto.
The chromium.perf waterfall previously depended on PyAuto for the network
simulation benchmarks. They have now been migrated to Telemetry.

Hence, we can avoid building PyAuto now.

BUG=

Review URL: https://codereview.chromium.org/25399004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227134 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 23:27:19 +00:00
hclam@chromium.org da521b4fa7 Build cast_unittest
Build all cast related targets

R=justinlin@chromium.org

Review URL: https://codereview.chromium.org/26037002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227093 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 21:41:55 +00:00
droger@chromium.org 8488e5ed31 Move language detection to a component
Language detection is used from the renderer on most platform, but from the
browser on iOS. This CL moves it from chrome/common/ to a new "translate"
component, which allows to track and address more cleanly dependencies issues.

BUG=297777

Review URL: https://codereview.chromium.org/25531002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227015 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 16:03:09 +00:00
tapted@chromium.org 055366b251 Revert 226914 "Build cast_unittest"
This seems to be preventing things landing through the CQ due to compile warnings on mac using clang, and on win-64.

Error such as 

FAILED: ninja .. ..\..\media\cast\framer\cast_message_builder_unittest.cc ...
  error C2220: warning treated as error - no 'object' file generated
  warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data

FAILED: clang++ ... -c ../../media/cast/audio_receiver/audio_receiver.cc -o obj/media/cast/audio_receiver/cast_audio_receiver.audio_receiver.o
In file included from ../../media/cast/audio_receiver/audio_receiver.cc:5:
../../media/cast/audio_receiver/audio_receiver.h:117:55:error: no newline at end of file [-Werror,-Wnewline-eof]
#endif  // MEDIA_CAST_AUDIO_RECEIVER_AUDIO_RECEIVER_H_

> Build cast_unittest
> 
> Build cast targets on all bots.
> 
> R=justinlin@chromium.org
> 
> Review URL: https://codereview.chromium.org/25891004

TBR=hclam@chromium.org

Review URL: https://codereview.chromium.org/25368003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 04:40:52 +00:00
hclam@chromium.org 8f2415b190 Build cast_unittest
Build cast targets on all bots.

R=justinlin@chromium.org

Review URL: https://codereview.chromium.org/25891004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226914 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 00:57:30 +00:00
droger@chromium.org 2aa92746a2 Build components and run components_tests on iOS
This CL also adds a missing iOS string that was preventing dom_distiller from compiling on iOS.

BUG=NONE

Review URL: https://codereview.chromium.org/25706003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226799 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 18:24:54 +00:00
engedy@chromium.org 33861a025b Compiler for the JSON Traversal Language.
BUG=298036

Review URL: https://codereview.chromium.org/24998003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226750 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 15:13:04 +00:00
hclam@chromium.org 72097a3abe Remove cast targets to fix Mac Xcode build
TBR=acolwell

Review URL: https://codereview.chromium.org/25605003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226370 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-02 00:48:00 +00:00
sebmarchand@chromium.org 2779ce7218 Adds Windows support to the chromium_builder_asan target.
BUG=

Review URL: https://codereview.chromium.org/25492004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-01 21:45:10 +00:00
hclam@chromium.org e9673e7dd1 Fix code style and gyp files in cast to build cast_unittest
*.gypi should not be used for dependency directly. Renaming those files
to *.gyp. Also style fixes to make compilers happy.

This change is reland of r226264.

TBR=acolwell

Review URL: https://codereview.chromium.org/25544003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226305 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-01 21:31:17 +00:00
acolwell@chromium.org bdf9c0cfd6 Revert 226264 "Be able to build cast_unittest and related target..."
This patch was causing the Mac bot build to fail.

> Be able to build cast_unittest and related targets in Chrome tree
> 
> Adding cast.gyp to build/all.gyp. Also a bunch of chromium style errors.
> 
> Review URL: https://codereview.chromium.org/24586003

TBR=hclam@chromium.org

Review URL: https://codereview.chromium.org/25546003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226267 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-01 18:35:48 +00:00
hclam@chromium.org 5572931a5e Be able to build cast_unittest and related targets in Chrome tree
Adding cast.gyp to build/all.gyp. Also a bunch of chromium style errors.

Review URL: https://codereview.chromium.org/24586003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-01 18:11:13 +00:00
brettw@chromium.org 1b257d8711 Enable compiling GN by default.
This removes the call to RestoreDefaultExceptionHandler on Mac. This isn't exported by base so breaks on the component build. IT doesn't matter since this is only related to breakpad which we don't use, so I just removed the call.

BUG=288991
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/25153002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226050 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-30 21:25:08 +00:00
kkania@chromium.org 168ed677e5 [chromedriver] Rename chromedriver2 target names to remove '2'.
Some test targets are kept because infra needs to be updated.
BUG=none
R=craigdh@chromium.org

Review URL: https://codereview.chromium.org/24162008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@225192 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-25 16:01:52 +00:00