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

2393 Коммитов

Автор SHA1 Сообщение Дата
ben@chromium.org c8b41baa8b Did not mean to check in this file. Pre-emptively fixing build bustage.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@137708 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-17 19:32:53 +00:00
ben@chromium.org 4a98d80e72 Make Chrome limp briefly before freaking out with aura no ash.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10407022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137706 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-17 19:30:31 +00:00
nileshagrawal@chromium.org b65c31ef78 Fix test filter filename for APK based tests.
BUG=125059

TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137614 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-17 02:09:57 +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
mihaip@chromium.org 39cb9240c0 Remove the Docs default app.
BUG=114644
R=asargent@chromium.org
TEST=Docs should no longer show up as a default app for new profiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137486 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 19:49:52 +00:00
glotov@google.com 989be22ce5 Make ASAN options apply to target binaries only
BUG=none
TEST=unit

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137416 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 14:08:42 +00:00
glotov@google.com ef53fa5e6f Note: this change does nothing unless order_profiling=1 is manually set in GYP defines (or EXTRA_BUILD_ARGS for cros).
When enabled, this tool is built into Chrome and makes it log its routine invocations. Every time a routine is called and if it is called for the first time (per each thread), the log is updated with current time and the address of the routine. Later, such logs can be merged (across all threads), symbolized and fed into linker ('order_text_section') so it produces binary with more optimal code layout. This must make code work faster because of better CPU cache utilization.

See more technical details in tools/cygprofile/cygprofile.cc header.

Cyg prefix is taken after the callback names in gcc that we use to hook the code: __cyg_profile_func_enter and __cyg_profile_func_exit.

More info at https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-effort

BUG=chromium-os:20187
TEST=units, build cros with
declare -x EXTRA_BUILD_ARGS="order_profiling=1 linux_use_tcmalloc=0"
run it and check the log at /var/log/chrome/cyglog.*.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137391 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 10:04:44 +00:00
jingzhao@chromium.org e460401de5 Upstream: Depend on OpenSSL directly instead of via system.gyp
build/android/system.gyp has an extra level of abstraction for openssl
which is currently not really doing anything since we don't yet support
using the system openssl on android. Remove it for now, because this
stops there from being two targets called "ssl" (this one and the one
for linux) - solving some problems with the android build backend for
gyp.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137379 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 07:40:01 +00:00
shouqun.liu@intel.com 7c6bd79add Fix the content_shell.apk in android x86 target build bug, copy the libcontent_shell_content_view.so and gdbserver to the correct position.
BUG=127532
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137370 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 06:18:41 +00:00
nileshagrawal@chromium.org 84a13a33f5 Put commandline for apk tests in /data/local/tmp
We were trying to use the application directory which is not usually
writable (unless the device is rooted). This allows us to run the tests
on non-rooted devices.

BUG=125059

TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137368 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 05:50:18 +00:00
nileshagrawal@chromium.org c6fb20115b Run APK tests on the android_test trybot.
Test failures are ignored for now.

TBR=mark@chromium.org,tsepez@chromium.org
BUG=125059
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137352 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 03:46:39 +00:00
gab@chromium.org c16ec67a75 Revert "Make setup.exe compatible with the component build."
This reverts commit 455e64b6dbd407befca3ec7fc83c5fa861df1c44.

It was breaking CRT DLL lookups for some people in VS2008.

BUG=127233
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137330 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-16 01:26:29 +00:00
jrg@chromium.org e0a97f8d26 Add ${ANDROID_TOOLCHAIN} to $PATH to assist ninja.
Also minor upstreaming command movement.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137243 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 21:16:20 +00:00
bradnelson@google.com 0b7b3d85cb Fixing unneeded lifting of win_pch to an inner scope.
This got left in r137083 by mistake, then further embelished in:
http://codereview.chromium.org/10332173/

Only buildtype should need this treatment as win_pch is defined
in terms of it.

BUG=127875
TEST=builds on trybots.
R=robertshield@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137233 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 20:46:01 +00:00
robertshield@chromium.org ab23a51270 Attempt to reapply crrev.com/137083.
Disabling precompiled headers for official builds with msvs2010

Selectively disabling precompiled headers for release builds with msvs2010
Precompiled headers seem to interact badly with auto-sharding using the
msvs_shard option.

Incudes speculative fix for KeyError in Linux gyp builds (see http://build.chromium.org/p/chromium.pyauto/builders/Linux%20%28deb%29/builds/33094/steps/update/logs/stdio for details) that removes line 140 from http://codereview.chromium.org/10392091/diff/6/build/common.gypi

BUG=127875
TEST=builds on trybots.
R=kerz@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137166 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 17:46:58 +00:00
maruel@chromium.org 3cdf6fc6a8 Add a new gyp define to be used by the swarm master.
Rename tests_run to test_isolation_mode.

TBR=mad@chromium.org
BUG=98636
TEST=
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137127 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 14:56:33 +00:00
gab@chromium.org be13d8d238 Make setup.exe compatible with the component build.
The problem with the current component build is that chrome.exe and setup.exe only know to look for DLLs like base.dll in the current directory (except chrome.dll for which they're hardcoded to know where to look). On an install those DLLs are in the version directory so chrome.exe and setup.exe fail to run not finding required DLLs...

To fix this we generate config files (to point in the version directory) and manifests (to list all the DLL dependencies explicitly) to be installed  beside the exes.

Each DLL also has a manifest in the version directory to give it an "assemblyIdentity" (i.e. a unique name which is referred to as a dependency by each exe's manifest).

In order for external manifests to work, embedded manifests had to be disabled for component builds (otherwise Windows ignores the external one).

Since embedded manifests are disabled and the generated manifests are only generated in the archive to be extracted at install-time. This CL also adds a copy step for the usually embedded manifests to be dropped in the build directory so that chrome.exe and setup.exe are usable from there without requiring an install.

This doesn't make mini_installer.exe compatible with the component build yet (as mini_installer runs setup.exe right after extracting it and without any other DLLs/manifests beside it).

However it is now possible to use setup.exe (which takes the exact same parameters as mini_installer.exe) from the build output directory with a component build :)!!!

BUG=127233
TEST=Turn on component build with gyp config "component=shared_libary" and make sure we can install chrome with setup.exe.
Make sure we can run the installed Chrome.
Make sure we can uninstall the installed Chrome (i.e. that setup.exe in <version_dir>/Installer is able to find its DLLs).

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137118 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 14:06:57 +00:00
nirnimesh@chromium.org efa07282cc Revert 137083 - Disabling precompiled headers for official builds with msvs2010
++++ REVERT NOTICE ++++

Broke update phase on all pyauto chromium bots.
See one at:
http://build.chromium.org/p/chromium.pyauto/builders/Linux%20%28deb%29/builds/33094/steps/update/logs/stdio

+++++++++++++++++++++++

Selectively disabling precompiled headers for release builds with msvs2010
Precompiled headers seem to interact badly with auto-sharding using the
msvs_shard option.

BUG=http://code.google.com/p/chromium/issues/detail?id=127875
TEST=builds on trybots.
R=kerz@chromium.org

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

TBR=bradnelson@google.com
Review URL: https://chromiumcodereview.appspot.com/10402002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137085 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 07:29:55 +00:00
bradnelson@google.com d5caaa3425 Disabling precompiled headers for official builds with msvs2010
Selectively disabling precompiled headers for release builds with msvs2010
Precompiled headers seem to interact badly with auto-sharding using the
msvs_shard option.

BUG=http://code.google.com/p/chromium/issues/detail?id=127875
TEST=builds on trybots.
R=kerz@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@137083 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-15 06:35:13 +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
joi@chromium.org ce0d09b651 Allow overriding GYP_GENERATORS in chromium.gyp_env.
This is useful e.g. if you use Ninja.

BUG=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136921 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-14 18:39:27 +00:00
mmocny@chromium.org 7cb2af2a3c Fixing failing unittest for android: GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocation
BUG=126521
TEST=fixing content_unittests, adding GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocationAndroid


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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-14 17:44:12 +00:00
maruel@chromium.org bc2db0a897 Whitespace change to force a build.
NO CODE CHANGE

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136786 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-13 01:35:02 +00:00
rsleevi@chromium.org 4721423a2a Whitespace to kick bots.
Review URL: https://chromiumcodereview.appspot.com/10386111

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136784 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-13 01:14:11 +00:00
csilv@chromium.org 4d9b51e0c5 Revert 136728 - Disable precompiled headers when using 2010 on an Official build.
(Reverted due to build errors on Win Builder 2010 (dbg):
 NameError: name 'buildtype' is not defined while evaluating condition 'OS=="win"
 and MSVS_VERSION=="2010" and buildtype!="Official"' in src\build\all.gyp while
 trying to load src\build\all.gyp)

bug=127875
R=bradnelson

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

TBR=kerz@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10387096

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136735 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-12 01:14:46 +00:00
kerz@chromium.org f91cdbc047 Disable precompiled headers when using 2010 on an Official build.
bug=127875
R=bradnelson

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136728 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-12 00:42:16 +00:00
mmocny@chromium.org 8ded7b7f87 Revert 136593 - Fixing failing unittest for android: GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocation
BUG=126521
TEST=fixing content_unittests, adding GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocationAndroid


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

TBR=mmocny@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10332121

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136613 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 18:09:43 +00:00
jrg@chromium.org dbafb5fd9d Rename Compile to compile for CQ happiness
BUG=None
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136600 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 17:21:05 +00:00
mmocny@chromium.org 3b254fd88b Fixing failing unittest for android: GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocation
BUG=126521
TEST=fixing content_unittests, adding GpuMemoryManagerTest.TestForegroundStubsGetBonusAllocationAndroid


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136593 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 17:04:55 +00:00
maruel@chromium.org 3510effb96 Revert r136547 "Enforce VS2010 on trunk."
This is not necessary on trunk.

TBR=kerz@chromium.org

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136548 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 12:38:05 +00:00
maruel@chromium.org caeac712a6 Enforce VS2010 on trunk.
To be used to drover into branches.

R=kerz@chromium.org
BUG=
TEST=To be reverted right after.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136547 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 12:37:00 +00:00
maruel@chromium.org c76bd17ab7 Revert r136545 "Enforce VS2008."
It is not necessary in trunk.

TBR=kerz@chromium.org
BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136546 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 12:36:11 +00:00
maruel@chromium.org 837f8401e8 Enforce VS2008.
Only to be used to drover in the relevant branches.

R=kerz@chromium.org
BUG=
TEST=To be reverted right away.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136545 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 12:34:25 +00:00
jnd@chromium.org dc0f38b035 Progagate variable android_upstream_bringup to right scope.
Need to propagate variable android_upstream_bringup to outer variable dict to make sure the variable can be reached by condition ['android_upstream_bringup==1' even we are in downstream tree which doesn't define android_upstream_bringup=1.
Otherwise android-gyp is going to show "NameError: name 'android_upstream_bringup' is not defined while evaluating condition 'android_upstream_bringup==1' in /usr/local/google/code/chromium-android/src/build/all_android.gyp..."

BUG=None
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136515 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 05:42:35 +00:00
nileshagrawal@chromium.org 3715609667 Fix chromium_base.jar path for APK builds.
Also, Don't make try_compile_test bot RED if native tests APK fails to compile.

BUG=125059
TBR=mark@chromium.org,tsepez@chromium.org

TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136496 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 03:23:47 +00:00
james.wei@intel.com 8d896b7dd7 fix issue of -o option deprecated in latest sdk update with --all instead when installing android build deps.
this issue is cloned from https://chromiumcodereview.appspot.com/10164002/ for ownership issue. 

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136491 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-11 02:47:35 +00:00
mihaip@chromium.org abc0a3c890 Forgot to add docs.crx to the list of files to copy in r135906.
BUG=127606
R=asargent@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136379 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 20:32:40 +00:00
mkosiba@chromium.org e49a9ab4c9 Remove the 'Test Finished' step from run_tests.py.
The 'Test Finished' step was introduced in r130823 to absorb the
non-zero exit status which we'd get if any of the test suites in
the batch would fail.
Since the run_tests.py script will print a STEP_FAILURE annotation
for every suite the exit status is redundant and therefore should
be removed.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136302 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 15:00:56 +00:00
yongsheng.zhu@intel.com 6b5c7c47ce Disable the compile option 'mlong-calls' for Android for IA
This is because this option is a ARM-only option. See the documentation here: 
http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html 

BUG=127379
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136247 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 05:40:50 +00:00
shouqun.liu@intel.com de59645342 Fix the incorrect include headers in 64-bit arch host for android x86 build
This patch disable '/usr/include32' as the include dir for android x86 build in 64-bit host, otherwise, this include entry causes headers conflict with android NDK headers. 

BUG=126611
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136238 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 03:22:28 +00:00
yongsheng.zhu@intel.com d537c9b2ff Strip 'webkit_unit_tests' before uploading to Android emulator or devices
This binary is not stripped in the build step. It should be stripped
for it's too big.

BUG=126616
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136236 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 03:13:07 +00:00
jrg@chromium.org ee05979f3f Android content shell bringup.
Build media java files (we weren't).
Fix adb_install_content_shell for cases where the app was stuck.
Add upstream staging gyp var / #define.
Be more consistent about jar output files (all in lib.java).
Upstream a bunch of random files (e.g. ppapi).
Upstream a bunch of java and native code hit as part of shlib init.
Properly package jar files in content shell.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136219 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-10 01:50:47 +00:00
tony@chromium.org 625c1540c4 Remove the gyp flag for registerProtocolHandler.
We've been shipping RPH for a while with no adverse effects so it should be
safe to remove the flag.

BUG=126569


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136129 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-09 21:34:22 +00:00
james.wei@intel.com b73e3df10b add proxy support in install-chroot.sh
BUG=126477
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136084 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-09 18:31:56 +00:00
nileshagrawal@chromium.org c566fff619 Detect crashes while running native tests in APK.
Adding signal handlers (for fatal signals) to output a marker indicating
that the test crashed.
BUG=125059

TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@136050 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-09 16:59:12 +00:00
jnd@chromium.org ca9c4be795 Disable some test server based tests on Chromium Linux Android.
The test server based tests are because test server spawner is not enabled
on Chromium Android. Once the net upstreaming is done, test server spawner
can be enabled and those tests should pass on Chromium Android.

BUG=None.
TEST=Make Chromium Linux Android bot green.
TBR=jrg, yfriedman
Review URL: https://chromiumcodereview.appspot.com/10381069

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135996 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-09 06:40:41 +00:00
thakis@chromium.org 17a4452df3 mac: Don't use -Werror on third-party code in official builds.
BUG=none
TEST=official builders go green

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135896 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-08 19:45:49 +00:00
oshima@chromium.org 42f812252a Move DIP translation from ui/aura to ui/compositor.
Layer's coordinate system is now in DIP.
Added support of dynamic density switching.
Removed ENABLE_DIP gyp/macro and added runtime flag "--ui-enable-dip"

BUG=105165, 114666
TEST=enabled monitor test. added new tests to compositor_unittests

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135888 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-08 19:16:59 +00:00
thakis@chromium.org f9ca9ef100 mac: Build third-party code with -Werror too.
If third-party code does trigger warnings, they should be disabled
in that third-party module's gyp file instead, or if they are serious,
fixed.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135860 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-08 17:28:45 +00:00
nileshagrawal@chromium.org 654d1b355d Disable failing GpuMemoryManagerTest for android.
BUG=126521

TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@135859 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-05-08 17:23:38 +00:00