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

415 Коммитов

Автор SHA1 Сообщение Дата
stuartmorgan@chromium.org 18c47c4b94 Enable more targets for iOS in all.gyp
All these targets have come online for iOS, and build successfully.

BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10832006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@148320 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-25 14:23:48 +00:00
gman@chromium.org 610aca1cbf Conditionally add the OpenGL ES 2.0 conformance tests to all.gyp
This is a step to getting the OpenGL ES 2.0 conformance tests
running on the gpu bots. Actually running them will be another CL or 2.

TEST=they build
BUG=none

Review URL: https://chromiumcodereview.appspot.com/10796101

git-svn-id: http://src.chromium.org/svn/trunk/src/build@148023 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-24 01:27:17 +00:00
nsylvain@chromium.org 2bc7a5c8c0 Build content_browsertests on aura bots
Review URL: https://chromiumcodereview.appspot.com/10810004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@147351 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-19 00:14:05 +00:00
stuartmorgan@chromium.org 4ca54def36 Add support for libxml as a system library target on iOS
Restructures the gyp conditions to make the system-lib and non-system-lib paths much clearer, and to ensure that if a new OS tries to use use_system_libxml it won't silently use the non-system path.

BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10787018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146976 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-17 10:41:13 +00:00
stuartmorgan@chromium.org 1f63372294 Add various projects to the iOS 'All' build
All these projects build on iOS without issues.

BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10786014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-16 18:34:49 +00:00
stuartmorgan@chromium.org 95acf2d161 Add all of base.gyp to the iOS 'All' target
Excludes the check_example target on iOS; it would need to be made into
a bundled target, and it's not worth the effort since there's no reason
to do CHECK change testing on iOS instead of Mac.

TBR=
BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10784006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146784 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-16 10:12:33 +00:00
jamescook@chromium.org 7b46959380 Rename aura_shell_unittests to ash_unittests, part 1
* Rename aura_shell_unittests target to ash_unittests
* Add a target for aura_shell_unittests that makes a copy of ash_unittests

We need the old copy until we can switch the build bots to using the new copy.

cp.py needs to change slightly to preserve the executable bit of the test binary.

BUG=110107
TEST=Run build/gyp_chromium, inspected build.ninja files to verify rules existed for both ash_unittests and aura_shell_unittests, built and ran both targets
TBR=thestig@chromium.org for trivial rename in tools/valgrind/chrome_test.py


Review URL: https://chromiumcodereview.appspot.com/10700163

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146654 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-13 21:27:03 +00:00
hbono@chromium.org 479e05f5ab Disable building unit_tests.exe on DrMemory builders.
The "Chromium Windows Builder (DrMemory)" bot runs out of memory when link.exe creates unit_test.exe because DrMemory needs static builds. This change just disables building unit_tests.exe as a better-than-nothing workaround.

BUG=137180
TEST=make the "Chromium Windows Builder (DrMemory)" bot green.
Review URL: https://chromiumcodereview.appspot.com/10736065

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146551 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-13 10:43:53 +00:00
stuartmorgan@chromium.org fbf7bc3060 Adjust the all.gyp:All target for iOS
The initial iOS version was over-ambitious, and doesn't yet build. To
get the build working, this:
- only builds base:base on iOS, not base:*, and
- disables warnings-as-errors in third-party code for iOS, since
  at least NSS and ICU have warnings for iOS.

This also adds nss.gyp to the iOS build, now that its gyp support
has landed

BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10704153

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146120 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-11 15:11:22 +00:00
mihaip@chromium.org 9642150621 Remove executable bit mistakely added by r145689.
TBR=noyau@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10766002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@145697 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-09 18:12:56 +00:00
noyau@chromium.org 53895900c5 Extracted inner class doing process dispatch.
The inner class WebResourceService::UnpackerClient is dispatching a json parsing job
to a subprocess. In iOS launching a subprocess is not supported. In order to replace
this class on this particular platform by one doing a thread dispatch the class has
been renamed and refactored in its own file. In doing so an abstract superclass was
crated to make the API more obvious.

The iOS subclass already exists in the iOS tree, and will be brought up with the
rest of the iOS browser changes.


BUG=b/6753678
TEST=No user visible changes.


Review URL: https://chromiumcodereview.appspot.com/10690096

git-svn-id: http://src.chromium.org/svn/trunk/src/build@145689 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-09 17:14:06 +00:00
stuartmorgan@chromium.org 62a628bb43 Get a minimal all.gyp working for iOS
Moves targets that will likely never exist for iOS to a !ios condition block. For the rest of the targets, moves all dependencies to a !ios condition block, with the plan being to move many of them back to the main dependencies section as they come online.

While this is arguably uglier than using a separate file in the short term, in the long term the targets will look essentially like this just with many of the dependencies moved back where they were, so this is a clearer step toward the final state.

Note that this target won't actually build yet; this is just enough that 'gclient runhooks' will succeed.

BUG=None
TEST=None (an FYI bot building all.gyp:All will follow later)


Review URL: https://chromiumcodereview.appspot.com/10695060

git-svn-id: http://src.chromium.org/svn/trunk/src/build@145205 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-02 22:10:48 +00:00
binji@chromium.org 2bd5c8ec69 Add target to build chromium_builder_qa and chrome_nacl_win64
BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10695038

git-svn-id: http://src.chromium.org/svn/trunk/src/build@144876 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-29 05:00:12 +00:00
alexeypa@chromium.org 3890f9070e sas.dll is not included to Windows 8 SDK. Use one from from Windows 7 SDK instead.
BUG=134509
TEST=src/remoting.gyp:remoting_host_installation is buildable.


Review URL: https://chromiumcodereview.appspot.com/10673011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@144507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-27 19:14:06 +00:00
jln@chromium.org aa5f49726b Seccomp BPF: initial structure for unittests
- On Linux, support a new sandbox_linux_unittests target
- Add a new seccomp_bpf_unittests target as a dependency of the global
  sandbox_linux_unittests target.
- Integrate globally as a chromium_builder_tests dependency


BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10635006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143549 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-22 06:36:02 +00:00
bbudge@chromium.org 8afdaf3d9a Add untrusted NaCl build for PPAPI proxy.
This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy.
BUG=116317
TEST=compiles, runs HelloWorld and GetURL SDK examples.

Review URL: https://chromiumcodereview.appspot.com/10565015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@142540 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-16 00:35:01 +00:00
bbudge@chromium.org 06b4443916 Revert 142482 - Add untrusted NaCl build for PPAPI proxy.
This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy.
BUG=116317
TEST=compiles, runs HelloWorld and GetURL SDK examples.

Review URL: https://chromiumcodereview.appspot.com/10546140

TBR=bbudge@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10565012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@142494 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-15 22:15:53 +00:00
bbudge@chromium.org c1ff594a56 Add untrusted NaCl build for PPAPI proxy.
This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy.
BUG=116317
TEST=compiles, runs HelloWorld and GetURL SDK examples.

Review URL: https://chromiumcodereview.appspot.com/10546140

git-svn-id: http://src.chromium.org/svn/trunk/src/build@142482 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-15 21:34:51 +00:00
bbudge@chromium.org 4b4765a7fb Add an untrusted NaCl build for IPC.
BUG=116317
TEST=compiles

Review URL: https://chromiumcodereview.appspot.com/10534115

git-svn-id: http://src.chromium.org/svn/trunk/src/build@141834 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-13 02:20:12 +00:00
bradnelson@google.com 7c0171141a Adding base_untrusted.
Adding a nacl version of base.

BUG=None
TEST=None
R=bbudge@chromium.org


Review URL: https://chromiumcodereview.appspot.com/10389196

git-svn-id: http://src.chromium.org/svn/trunk/src/build@141144 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-08 01:01:57 +00:00
loislo@chromium.org 2f40a6abdb Apply again r140703 with all new files
BUG=none
TEST=none
TBR=vitalybuka

Review URL: https://chromiumcodereview.appspot.com/10543022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@140737 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-06 10:40:06 +00:00
loislo@chromium.org 25de895cb0 Not all the files were added
Revert "Apply early reverted r140703."

This reverts commit d27b2f905be9538f966c513146407dc0ab7ead36.

BUG=none
TEST=none
TBR=vitalybuka

Review URL: https://chromiumcodereview.appspot.com/10543021

git-svn-id: http://src.chromium.org/svn/trunk/src/build@140736 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-06 10:30:50 +00:00
loislo@chromium.org 841c1f3841 Apply early reverted r140703.
BUG=none
TEST=none
TBR=vitalybuka

Review URL: https://chromiumcodereview.appspot.com/10540024

git-svn-id: http://src.chromium.org/svn/trunk/src/build@140735 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-06 10:24:48 +00:00
loislo@chromium.org 9476085d92 Temporary revert "Single binary for unittests."
This reverts commit e1a31ac75aa84f07134de78fc0cec6a49added50.

BUG=none
TEST=none
TBR=vitalybuka

Review URL: https://chromiumcodereview.appspot.com/10543020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@140731 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-06 10:04:07 +00:00
vitalybuka@chromium.org 4a42a9c4d4 Single binary for unittests.
Root solution for src/cloud_print.
Build cloud_print_unittests on bots.
Added virtual_driver_lib with shared files.
Moved service_state out of win dir as platform independent.

BUG=131058
TEST=unittests


Review URL: https://chromiumcodereview.appspot.com/10505010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@140703 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-06 02:42:07 +00:00
torne@chromium.org 1579ccd4ab The LASTCHANGE file is created and updated by gclient runhooks under
normal circumstances, so it makes more sense to treat it as if it were a
checked-in source file, not a generated file. The rule for its
generation was still getting run once on a clean build, because the
other targets that depended on it expected a gyp timestamp file to exist
for the target.

There's no need for any other targets to actually depend on lastchange
(and in fact several of the targets that make use of the file already
don't depend on the target); it should already exist, and if it doesn't
then the source checkout is probably broken (as the other steps in
runhooks are also mandatory). So, remove the rule entirely.

Review URL: https://chromiumcodereview.appspot.com/10388213

git-svn-id: http://src.chromium.org/svn/trunk/src/build@139765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-31 09:25:47 +00:00
sergeyu@chromium.org d932cea117 Fix remoting_unittests compilation with Aura
Now XServerErrorHandler compiles in GTK-less builds, so
remoting_unittests can be compiled with Aura.

BUG=114211

Review URL: https://chromiumcodereview.appspot.com/10435004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@138693 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-24 01:26:30 +00:00
maruel@chromium.org 3690850a21 Add unit_tests_run and browser_tests_run to chromium_swarm_tests
NOTRY=true
TBR=nsylvain@chromium.org
BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10417057

git-svn-id: http://src.chromium.org/svn/trunk/src/build@138533 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-23 18:20:18 +00:00
dmichael@chromium.org 35e8eefbd1 PPAPI/NaCl: Reenable untrusted IPC proxy gyp flag
The part of chromium that is DEPSed in to WebKit depends on ppapi.gyp via webkit/glue. This puts the conditional include of ppapi_proxy_untrusted.gypi in to a new gyp file creatively named ppapi_proxy_untrusted.gyp. This way we can add it to all.gyp, and we're sure it's not used by WebKit.

See also the previous attempt:
http://codereview.chromium.org/10399068/
And the partial revert of that:
http://codereview.chromium.org/10414010/

BUG=116317
TEST=

Review URL: https://chromiumcodereview.appspot.com/10409061

git-svn-id: http://src.chromium.org/svn/trunk/src/build@138183 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-22 00:45:18 +00:00
erg@chromium.org 9985d300f4 Aura: Desktop aura is now default on non-chromeos linux builds.
BUG=125106
TEST=none


Review URL: https://chromiumcodereview.appspot.com/10389217

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-19 00:05:03 +00:00
sergeyu@chromium.org 01ae4d63dc Fix remoting_unittests compilation in aura builds.
Moved gtk-dependent code to files with _gtk suffix that are
excluded when compiling without GTK. Also some minor cleanups in remoting.gyp.

BUG=114211


Review URL: https://chromiumcodereview.appspot.com/10386181

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137610 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-17 01:58:46 +00:00
jam@chromium.org 5ed4ec773a Convert the remaining plugin_tests from ui_tests to browser_tests. Also remove the remaining references to ui_tests and plugin_tests from gypi files.
BUG=121574
Review URL: https://chromiumcodereview.appspot.com/10389111

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-14 23:40:32 +00:00
tfarina@chromium.org a8ea3f9cdb ui: Move compositor/ directory out of gfx/, up to ui/.
BUG=104040
R=piman@chromium.org,ben@chromium.org
TBR=sky@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10365007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135560 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-05 21:45:41 +00:00
nsylvain@chromium.org 52de683d74 Remove ui_tests from all.gyp. The bots don't need to build it anymore.
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/10375027

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135549 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-05 19:29:49 +00:00
simonmorris@chromium.org 8b5929db52 Add a dependency on remoting_webapp to chromium_builder_qa.
The pyauto chromoting test expects the webapp to be available.
This CL makes it available when that test is run on the builders.

BUG=126278


Review URL: http://codereview.chromium.org/10365016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-04 21:18:04 +00:00
csharp@chromium.org eb2eae1e3a Remove unit_test_run target from Swarm
The swarm slaves seem to be missing some required files for unit test, removing unit test target until the machines can be adjusted to have the required files.

R=maruel@chromium.org
BUG=
TEST=Swarm Bots compile again


Review URL: http://codereview.chromium.org/10377012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135423 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-04 20:59:06 +00:00
alexeypa@chromium.org 18f95fa1ed Adding a unittest to verify that the code signing job will be able to unpack and re-assemble the Chromoting host installation.
Review URL: http://codereview.chromium.org/10352018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135217 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-03 21:34:05 +00:00
csharp@chromium.org f98b037bfe Add unit_test_run Target to Swarm Tests
R=maruel@chromium.org
BUG=98834
TEST=


Review URL: http://codereview.chromium.org/10339008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135148 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-03 15:01:43 +00:00
ben@chromium.org f433c66901 Build fixes to get use_aura && !use_ash to build.
Also, build more stuff on win_aura.

BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10260033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@134806 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-01 22:34:42 +00:00
ben@chromium.org c176a61a10 Adds a class that makes it easy to subclass a HWND and filter messages sent to it.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10256008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@134383 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-27 23:01:59 +00:00
gene@chromium.org b582c5a048 Adding Windows service template for Cloud Print connector.
Current Service can register and unrerister itself as a Windows Service.
This service is not part of the Chrome browser, but belongs to the
place as virtual print driver for cloud print.

BUG=125026
TEST=Build and verify service gets registered with "/Service" command. And unregistered with "/UninstallService" command.
Review URL: https://chromiumcodereview.appspot.com/10222011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@134298 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-27 17:55:06 +00:00
csharp@chromium.org 88a699c9cf Add chromium_swarm_tests to all.gyp
Allow the swarm buildbot to easily specifiy what targets they need build.

BUG=98834
TEST=


Review URL: http://codereview.chromium.org/10228013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@133997 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-25 22:51:17 +00:00
akalin@chromium.org 88d4c04ab1 [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/
Also move related test files.

Lock down deps for sync/internal_api.

Clean up some deps on chrome/browser/sync.

BUG=117585
TEST=

Review URL: https://chromiumcodereview.appspot.com/10147003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@133349 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-21 09:59:42 +00:00
akalin@chromium.org 24803576b7 [Sync] Move 'sync_listen_notifications' target to sync/tools
BUG=117585
TEST=


Review URL: http://codereview.chromium.org/10139004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@133109 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-20 01:10:11 +00:00
gman@chromium.org 3cb0a13fb7 add gl_tests to all.gyp
TEST=none
BUG=123086


Review URL: http://codereview.chromium.org/10070015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@133093 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-20 00:15:02 +00:00
alexeypa@chromium.org d24df49612 The Chrome Remote Desktop installation for Windows can be build by bots now.
Review URL: http://codereview.chromium.org/10031014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-12 09:50:12 +00:00
gdk@chromium.org 1a5b101d62 Import libusb 1.0.9-rc3 into third_party.
BUG=none
TEST=none

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129069

Review URL: http://codereview.chromium.org/9826025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131622 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 20:24:32 +00:00
oshima@chromium.org 89c1c390df Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use.

BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10009024

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131219 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-07 00:33:04 +00:00
hashimoto@chromium.org e6f1ef8a12 Move files inside chrome/browser/chromeos/dbus to chromeos/dbus
Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus
Add chromeos/dbus/DEPS
Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests
Add CHROMEOS_EXPORT to classes
Move power related proto targets to chromeos.gyp
Rewrite and sort #includes

BUG=119583
TEST=component chromeos build success, checkdeps success

Review URL: https://chromiumcodereview.appspot.com/9838085

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131065 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-06 01:54:36 +00:00
estade@chromium.org 054b0712fb Adds qcms to all.gyp. This was reverted before because qcms' sse2 code didn't compile on linux32 Official build. I believe I've fixed it by adding -msse and -msse2. Will submit late at night and watch the bots.
BUG=143
TEST=None
author: Tony Payne <tpayne@chromium.org>
original review: http://codereview.chromium.org/9958140/

Review URL: https://chromiumcodereview.appspot.com/9969139

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130549 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 03:07:59 +00:00