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

928 Коммитов

Автор SHA1 Сообщение Дата
yfriedman@chromium.org fcd1e2e6d7 Allow SessionService to be disabled.
Android manages persistence of sessions separately in Java code.

BUG=117407


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130976 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 18:34:53 +00:00
oshima@chromium.org 3b455b7939 Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
Add gtk dependency to base.gyp for android host_os="linux" case

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130784 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 00:21:22 +00:00
rogerta@chromium.org 4ad3902b2c Revert 130528 - Disable one-click signin for all platforms except windows.
BUG=121677
TEST=Make sure one-click signin is working only on windows. See crbug.com/110050
for a description of the feature

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

TBR=rogerta@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9981002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130623 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 15:05:05 +00:00
asvitkine@chromium.org 1cfddbca32 Revert 129889 - Revert 129878 - Re-enable use_canvas_skia=1 on Windows.
Original review: https://chromiumcodereview.appspot.com/9863053

BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9965062

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130614 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 14:01:17 +00:00
rogerta@chromium.org 51fb794148 Disable one-click signin for all platforms except windows.
BUG=121677
TEST=Make sure one-click signin is working only on windows. See crbug.com/110050
for a description of the feature

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130528 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 00:46:05 +00:00
olonho@google.com 4dc2661c84 Remove hack in .gyp file disabling NaCl in ARM CrOs build. We still have it disabled in ebuild.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2687
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130389 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 16:19:26 +00:00
erg@google.com 3637efc228 Fix linux_aura bot compile.
BUG=121545
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130253 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-02 23:34:22 +00:00
tony@chromium.org 2d29682c8b Revert 129968 - Use gyp names in MIDL build rules rather than VS macros.
This broke the Google Chrome Win build:
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/9711

In support of ninja/windows. DLLDataFileName changed to be uniquized too because in a target that has multiple idl files, they would all output to the same dlldata.c (which ninja quite reasonably doesn't like).

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

TBR=scottmg@google.com
Review URL: https://chromiumcodereview.appspot.com/9950035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-31 00:03:09 +00:00
scottmg@google.com 983deab57a Use gyp names in MIDL build rules rather than VS macros.
In support of ninja/windows. DLLDataFileName changed to be uniquized too because in a target that has multiple idl files, they would all output to the same dlldata.c (which ninja quite reasonably doesn't like).

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129968 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 22:16:37 +00:00
nileshagrawal@chromium.org 7a6a933b3d Exclude ProtectorService code from Android build.
The change adds a ENABLE_PROTECTOR_SERVICE condition to exclude
ProtectorService and related code. I have introduced protector_utils.h which
contains methods used by keyword_table.cc to sign and verify keywords.

Note: ChromeOS also excludes protector from the tests
(chrome_tests.gypi), but disables ProtectorService using a command line
switch.

BUG=117407
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129910 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 19:57:29 +00:00
mihaip@chromium.org fab1b58189 Revert 129878 - Re-enable use_canvas_skia=1 on Windows.
BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9863053

TBR=asvitkine@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9959029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 18:16:54 +00:00
asvitkine@chromium.org 3dc42451bc Re-enable use_canvas_skia=1 on Windows.
BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9863053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129878 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 17:03:34 +00:00
glider@chromium.org 3a9a7e0283 Do not use ASan ignore.txt file when building Chrome.
__attribute__((no_address_safety_analysis)) should be used instead.

TBR=inferno
BUG=118565
Review URL: https://chromiumcodereview.appspot.com/9959012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129836 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 13:18:27 +00:00
akalin@chromium.org 64b63124c5 [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux (but not ChromeOS).

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129773 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 03:18:54 +00:00
mihaip@chromium.org 1ecc59e5e8 Revert 129762 - [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux.

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

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

TBR=akalin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9964001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129766 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 02:24:00 +00:00
akalin@chromium.org f082e16e31 [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux.

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129762 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 02:02:28 +00:00
viettrungluu@chromium.org f40fbfdd5c Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
PPB_Flash_NetConnector has been superseded by less hacky and more general
interfaces. ENABLE_FLAPPER_HACKS only enabled PPB_Flash_NetConnector.

TEST=builds (and still passes PPAPI tests)
TBR=darin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129444 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 18:14:00 +00:00
scottmg@google.com a38a3d4a05 Remove forced _HAS_TR1=0 define. VS2010 headers unconditionally define _HAS_TR1=1. The gyp msvs 2010 generator has a hardcoded hack to remove _HAS_TR1=0 from the defines, but it seems better not to add this to the ninja generator too.
Added here http://codereview.chromium.org/147015/ but not sure of reason. Perhaps the define could just be removed now?

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 00:25:20 +00:00
nileshagrawal@chromium.org b8be22d101 Disable plugin_installation for android.
BUG=117407

TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129127 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-27 04:08:23 +00:00
thakis@chromium.org c0a28fa3cc rlz: Hook up on mac, switch to chrome's network stack on win.
This CL conceptually does several things (most of them just one line).

1. Roll RLZ 105:118

106: Fix "expression result unused" warning caused by VERIFY() use.
107: rlz: Add an implementation of PingServer() that uses chrome's net stack.
108: Implement RlzValueStoreMac.
109: Move GetMachineId() to its own file. No intended behavior change.
110: Implement GetSystemTimeAsInt64() on mac.
111: Minor cleanups.
112: Don't pay a static initializer for expected_assertion_ when it's not used.
113: Rename rlz_lib2.cc and win/lib/rlz_lib.cc to win/lib/rlz_lib_win.cc
114: mac: Implement GetMachineId().
115: mac: Implement the locking part of ScopedRlzValueStoreLock.
116: Tweaks to make the use of chrome's net stack forceable through gyp.
117: Push RLZ_NETWORK_IMPLEMENTATION_ define to dependent targets.
118: Use base::mac::ScopedNSAutorleasePool only on mac.

2. Change rlz.cpp to use the blocking pool instead of the file thread.

3. Enable on mac.

4. Switch to chrome's network stack on windows

5. Switch RlzSendFinancialPingFunction to be an AsyncExtensionFunction
that calls SendFinancialPing on a worker thread. This is required because
extension functions run with a MessageLoop, so the MessageLoop in
SendFinancialPing in rlz would trigger an assert (and making that inner
loop nestable seems like a very bad idea). This change also removes
one instance of ScopedAllowIO and fixes a TODO.

BUG=46579
TEST=
1.) Do an official chrome build
2.) Add gratuitous logging in rlz.cc and other places and check that by default:
* The channel is reported as "stable"
* The brand code is the empty string
* This brand code counts as organic install
* RLZ exits early.
3.) Create ~/Library/Google/Google\ Chrome\ Brand.plist and add e.g. the string "BRAND" for key KSBrandID, restart chrome.
* Brand code is now "BRAND" (this depends on Chrome's Info.plist not having a KSBrandID key, which has precedence. Currently our Chromes seem to never have this key.)
* A ping is scheduled, but nothing is sent.
* Use the omnibox a little, which causes product events to be recorded.
4.) Restart chrome yet again, wait a bit.
* Logging in "SendFinancialPing()" should print:
pinging http://clients1.google.com:80/tools/pso/ping?as=chrome&brand=BRAND&pid=&hl=en&events=C1F,C1S&rep=2&rlz=C1:1C1_____enUS476,C2:1C2_____enUS476&id=0926C138C2EA77A791CB450D322D0183E5A8079300000001B5
ping completed!

TBR=sky

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129028 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-26 22:29:17 +00:00
rsesek@chromium.org 4790c9feed Add gyp variable mac_strip_release to set the target_defaults variable mac_strip.
This allows you to do `GYP_DEFINES='mac_strip_release=0' gclient sync` to
produce Release binaries that are not run through strip_from_xcode.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129023 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-26 22:22:15 +00:00
rbyers@chromium.org c3ed213660 Revert 128696 - roll clang 151385:153254 due to mac sizes regression
Caused a ~250kB regression in ChromiumFramework size, reverting to get the tree
green.
---

New stuff:
* ObjC number, array, dict literals
* ASan fixes, visibility fixes (see bugs)
* (c++11: User-defined literals)
* -Wstring-plus-int
* Fix for a bug that made the last roll not work with goma

BUG=114996,112539,119119
TEST=none

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

TBR=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9835085

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128746 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 16:17:42 +00:00
thakis@chromium.org 958092e1f9 roll clang 151385:153254
New stuff:
* ObjC number, array, dict literals
* ASan fixes, visibility fixes (see bugs)
* (c++11: User-defined literals)
* -Wstring-plus-int
* Fix for a bug that made the last roll not work with goma

BUG=114996,112539,119119
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128696 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 05:57:53 +00:00
rsleevi@chromium.org 962d5c4564 Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files.
apk-based test runner work.  Not enabled yet.  This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.


BUG=None
TEST=


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

TBR=jrg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9852004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 04:44:41 +00:00
jrg@chromium.org d168ae37cd apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 03:57:36 +00:00
michaelbai@chromium.org 8587cf2162 Using 'target_arch' instead of 'android_target_arch'
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128662 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 02:44:43 +00:00
reveman@google.com 9ba3a2d688 aura: Enable use_canvas_skia=1 on aura.
BUG=111587,105550
TEST=manual

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128170 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-22 04:19:12 +00:00
akalin@chromium.org 66c2f2b08a [Sync] Implement Mac-specific UI for one-click signin
Enable one-click signin on OS X.

Build Cocoa version of one-click signin dialog.

Refactor one-click signin code to make it easier to unit test.

BUG=116685
TEST=On OSX, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128126 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-22 01:02:46 +00:00
alexeypa@chromium.org 899b11c4a1 ATL 8.0 included in WDK 7.1 makes the linker to generate almost eight hundred LNK4254 and LNK4078 warnings. This CL disables both warnings when compiling using "Express" versions of Visual Studio.
Review URL: http://codereview.chromium.org/9718030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 22:59:32 +00:00
robert.nagy@gmail.com 0d01311bf7 set toolkit_uses_gtk% to 1 on all systems using Gtk
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128061 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 21:46:17 +00:00
erg@chromium.org f2568125f8 GYP fix: toolkit_uses_gtk% should be dependent on use_aura%.
This fixes the linux_aura FYI builder. This was broken in r127620.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127858 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 01:13:19 +00:00
bulach@chromium.org f0219b05fd Chrome on Android: fix cross-compilation setup.
This patch removes the need of exporting / setting
CROSS_C* variables when calling make for android.
Instead, set them at Makefile generation time so that gyp will
set the right compilers when calling android_gyp.
This also allows goma builds.

BUG=
TEST=builds for android.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127667 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-20 10:45:27 +00:00
saintlou@chromium.org 0feb08867a Simple gyp rule cleanup.
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-20 02:11:58 +00:00
saintlou@chromium.org 618aa44bc4 More chrome_browser.gypi cleanup once chromeos_gtk is gone.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127481 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-19 16:10:55 +00:00
saintlou@chromium.org ca38449a6a Remove defunct chromeos_gtk gyp variable.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127474 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-19 15:40:35 +00:00
tfarina@chromium.org a8073d6729 ui/gfx: Rename canvas_skia_skia to just canvas_skia.
BUG=116572,105550
R=asvitkine@chromium.org
TBR=sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127395 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-18 03:09:50 +00:00
peter@chromium.org 7e92127e89 Disable the optimizations replacing aggregates with scalars for Android
The optimizations may fail under certain conditions. This is the case in,
for example, WebKit WTF's Checked type, and causes test failures. As this
may affect more than just that code, disable it for the entirety of Chromium
when building for Android.

BUG=
TEST=TestWebKitAPI passes all tests.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127262 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-16 22:03:53 +00:00
timurrrr@chromium.org 14fb64470f Fix a typo in the comment regarding /MT vs /MD
Review URL: http://codereview.chromium.org/9699119

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127165 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-16 15:22:16 +00:00
wangxianzhu@chromium.org 7045689c39 Add enable_automation build switch.
It's only disabled on Android to exclude automation from Android build.
enable_automation=0 still doesn't work on platforms other than Android.

BUG=117407
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127004 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-15 21:53:10 +00:00
tedchoc@chromium.org 6281a628f4 Chrome on Android : Begin removing references to themes.
Android will not in the forseeeable future be supporting themes, so this begins
removing their support to get unit_tests linking upstream for android.

BUG=113487
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126988 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-15 20:50:38 +00:00
tfarina@chromium.org 47759ca4cc ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.
BUG=116572
R=asvitkine@chromium.org
TBR=sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126935 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-15 17:32:42 +00:00
epoger@google.com a4f7f95a14 Remove use_skia_on_mac.gypi ; building with CG is no longer supported.
BUG=110881
Review URL: https://chromiumcodereview.appspot.com/9699029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126652 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-14 16:02:21 +00:00
yoshiki@chromium.org 63e7899653 Disable WebUI TaskManager on Desktop Chrome (Win/Mac/Linux)
This CL disables WebUI TaskManager on Desktop Chrome (Win/Mac/Linux) since it won't be shipped with the final decision. But it is still enabled on ChromeOS.

This is a revert patch of http://crrev.com/122806.

BUG=99029
TEST=manual

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126608 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-14 07:38:23 +00:00
jgreenwald@chromium.org 4f21fae47a Remove web intents from Chrome on Android build
Chrome on Android doesn't currently support web intents.  This change fixes linker errors that occuring when trying to build sync_unit_tests.

BUG=113487
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126446 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-13 20:04:56 +00:00
maruel@chromium.org c911a0b1f0 Add target base_unittests_run and tools/isolate/isolate.py.
This target uses isolate.py to run the unit test in a separate directory.

BUG=98636
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125386 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-07 14:39:56 +00:00
thestig@chromium.org ce4286e9ae Linux: Use gold for 32-bit builds as well.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9580032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-07 09:20:40 +00:00
rogerta@chromium.org 6c6a6b9616 Implement one click login.
depends on http://codereview.chromium.org/9466022/
depends on http://codereview.chromium.org/9465018/

BUG=110050
TEST=When the profile is not connected to a google account, each time the user
logs in to a google property an infobar will ask the user if he would like to
connect the profile to this account.  If so, a dialog pops up with more
information, and allows the user to start or cancel.  The user can also not
choose the default sync settings, in which case pressing start will bring
up the advanced sync dialog.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124996 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-05 21:02:40 +00:00
erg@chromium.org 32c837f234 Aura: Build on the linux desktop, plus add USE_ASH.
BUG=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124488 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-01 21:34:06 +00:00
rnk@chromium.org 65105f2afb Move the build config logic for our memory tools into common.gypi.
This change allows us to tweak these options without restarting the
build masters and submit try jobs that tweak them.

It also simplifies usage of these tools, because instead of copying and
pasting a large block of gyp variables from
tools/build/scripts/masters/factor/chromium_factory.py into GYP_DEFINES
or .gyp/include.gyp, developers can simply set build_for_tool=mytool.

My plan is to change the chromium.fyi master to use build_for_tool=*
first, and revert if those bots break.  If they stay green, I'll send a
change to update chromium.memory.fyi and completely remove
ChromiumFactory.MEMORY_TOOLS_GYP_DEFINES.

I intend to remove all the otherwise unused (win_)(release|debug)_*
options that we exposed later.  This change is supposed to be the
simplest thing that works.

R=maruel@chromium.org,timurrrr@chromium.org
BUG=109780
TEST=built with build_for_tool=drmemory locally


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-01 01:29:47 +00:00
dfalcantara@chromium.org 3083ac7ca6 Android: Guard off desktop notifications
We currently have no system in place to perform desktop
notifications on Android.  This CL guards off certain bits
of code and prevents the files in browser/notifications/*
from being compiled when notifications are disabled.

BUG=http://crbug.com/115320
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124305 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-01 00:29:11 +00:00
alexeypa@chromium.org d6d0409b43 The 'msbuild_toolset%' variable can be used to select the desired version of Windows SDK when building in MSBuild (Visual Studio 2010/2010e).
TEST=Built all.sln successfully.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124274 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-29 22:53:30 +00:00
cevans@chromium.org 376305b3c5 Restore -pie linker flag on Linux.
Review URL: https://chromiumcodereview.appspot.com/9514014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124072 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-29 00:40:36 +00:00
glider@chromium.org 32e4687af7 Allow to override the location of ASan blacklist.
This is needed to build a CrOS binary, because the buildsystem doesn't play well with relative paths.

BUG=chromium-os:26919
Review URL: https://chromiumcodereview.appspot.com/9479002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123935 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-28 07:27:58 +00:00
tony@chromium.org cf37037590 Fix linking when in a WebKit only checkout.
third_party is in a different location relative to the output directory
in WebKit only checkouts.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123892 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-28 05:17:26 +00:00
evan@chromium.org 1a8484f085 linux: don't instrument mmx functions
Shadow stacks use -finstrument-functions to hook all function entry/exit.
But mmx-related functions expect to be inlined so the compiler can
compile them out into mmx instructions.

This change excludes the mmx intrinsics header file from instrumentation.
Without it, builds wil fail with errors like the following:

../../third_party/gold/gold64: obj/media/libyuv_convert.a(obj/media/base/yuv_convert.yuv_convert.o): in function media::EmptyRegisterState():yuv_convert.cc(.text._ZN5media18EmptyRegisterStateEv+0x29): error: undefined reference to '_mm_empty()'

(_mm_empty() is an mmx intrinsic function.)


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123289 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-23 19:10:51 +00:00
fsamuel@chromium.org fda208871a Compute pageScaleFactor on page so that fixed layout page fits width of window.
Fixed layout mode can now be enabled with the command line
flag --enable-fixed-layout.

This mode does not interact well with zoom at this point in time. This will be fixed shortly.

This bug replaces http://codereview.chromium.org/7764006/ which is no longer relevant. 

BUG=none
TEST=manually


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123126 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-22 23:08:05 +00:00
glider@chromium.org e316690e6f Fix the path issues in ASan+ninja build
Review URL: https://chromiumcodereview.appspot.com/9372062

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123019 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-22 10:22:29 +00:00
glider@chromium.org 0c53890669 Pass -asan-blacklist when building with ASan
Review URL: https://chromiumcodereview.appspot.com/9424048

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122831 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-21 16:51:09 +00:00
yoshiki@chromium.org 82b24f1650 Enable WebUI TaskManager by default.
Back to WebUI Task Manager, since M18 branch point has been passed.

BUG=99029
TEST=manual on linux and cros

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122806 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-21 09:53:16 +00:00
erg@chromium.org e29444abc6 Linux: Remove references to '-nopie' now that it's fixed in cros and doesn't exist on Pangolin.
BUG=cros:15266,79722


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122387 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-16 23:26:05 +00:00
eugenis@google.com 23fd55325e Disable ASan for host targets on Android.
They are always x86_32, and Clang only builds a x86_64 ASan runtime by default.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122279 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-16 11:42:12 +00:00
jrg@chromium.org bff44a8069 Disable gold for Android. Causes sporadic build breakage.
BUG=None
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121668 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-12 18:09:46 +00:00
asvitkine@chromium.org f542800660 Disable use_canvas_skia_skia=1 on Windows until CJK font fallback is working.
This is a revert of http://crrev.com/120710.

BUG=113437, 105550
TEST=none
TBR=sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121638 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-11 04:48:30 +00:00
evan@chromium.org 2ff34ef0cc Revert "Build fix: no gold on any ChromeOS build."
This reverts commit r121264, the bot is just sick.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121267 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 19:33:51 +00:00
evan@chromium.org a3be503eb9 Build fix: no gold on any ChromeOS build.
On a Google-internal ChromeOS builder make seems to exit with a
failure code no error message I can identify.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 19:26:27 +00:00
evan@chromium.org 26bc9879f9 linux: migrate linker --threads flag out of gyp
(Retry of r121148 with ChromeOS excluded.)

This just copies the flags used within gyp.

BUG=gyp:250

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 19:00:17 +00:00
wjia@chromium.org 4bef0864ce disable media stream creation when enable_webrtc=0
BUG=110581
Review URL: https://chromiumcodereview.appspot.com/9369022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121252 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 18:19:32 +00:00
csilv@chromium.org 28154f0194 Revert 121165 - Revert 121068 - linux: add a use_gold flag that defaults to on
[This CL was backed out speculatively due to failures on the cros trunk bot. But this CL
was not the cause of that problem, so I'm un-doing the revert.]

Currently, gyp attempts to autodetect whether the linker supports
the --icf flag.  It's more predictable to just require the caller
to specify whether they're using gold.

As a first demonstration of this, drop LINKER_USES_ICF code in the
Chrome build.  (I'll follow up with a gyp patch to remove the
LINKER_USES_ICF stuff in gyp.)

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

TBR=evan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9372012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121175 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 03:49:00 +00:00
csilv@chromium.org 0596e8b288 Revert 121068 - linux: add a use_gold flag that defaults to on
Currently, gyp attempts to autodetect whether the linker supports
the --icf flag.  It's more predictable to just require the caller
to specify whether they're using gold.

As a first demonstration of this, drop LINKER_USES_ICF code in the
Chrome build.  (I'll follow up with a gyp patch to remove the
LINKER_USES_ICF stuff in gyp.)


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

TBR=evan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9368015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121165 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 03:06:06 +00:00
gman@chromium.org e852276776 Revert 121148 - linux: migrate linker --threads flag out of gyp
This just copies the flags used within gyp.

BUG=gyp:250


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

TBR=evan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9368014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121163 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 02:39:41 +00:00
evan@chromium.org ae708a3db4 linux: migrate linker --threads flag out of gyp
This just copies the flags used within gyp.

BUG=gyp:250


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121148 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-09 01:59:40 +00:00
mark@chromium.org af02052ef9 Back out r121079 from the trunk, because it was checked in without permission
to a closed tree.

Back to WebUI Task Manager, since M18 branch point has been passed.

Revert 119612 - WebUI TaskManager: Turn it off by default on Win/Mac/Linux

WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled.

BUG=97429
TEST=manual on linux and aura


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

TBR=yoshiki@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9361050

TBR=yoshiki@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9348075

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-08 23:06:44 +00:00
yoshiki@chromium.org a6ea5f7c9c Back to WebUI Task Manager, since M18 branch point has been passed.
Revert 119612 - WebUI TaskManager: Turn it off by default on Win/Mac/Linux

WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled.

BUG=97429
TEST=manual on linux and aura


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

TBR=yoshiki@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9361050

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121079 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-08 23:04:04 +00:00
evan@chromium.org 2ada780735 linux: add a use_gold flag that defaults to on
Currently, gyp attempts to autodetect whether the linker supports
the --icf flag.  It's more predictable to just require the caller
to specify whether they're using gold.

As a first demonstration of this, drop LINKER_USES_ICF code in the
Chrome build.  (I'll follow up with a gyp patch to remove the
LINKER_USES_ICF stuff in gyp.)


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121068 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-08 22:04:58 +00:00
saintlou@chromium.org 77a3de0b94 Add flag to build old ChromeOS (pre-Aura). Thus allowing us to have a bot on the main waterfall.
BUG=112962
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120784 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-07 16:36:06 +00:00
ivankr@chromium.org 52ad43c3ee Enable internal gold for ChromeOS.
BUG=None
TEST=Manual: chrome builds with chromeos=1 on a 64-bit machine without a system gold binary.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120762 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-07 11:04:39 +00:00
asvitkine@chromium.org b7f78c3655 Enable canvas_skia_skia.cc on Windows.
BUG=105550
TEST=All UI text looks the same as before.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-07 04:28:22 +00:00
saintlou@chromium.org d9132b3ae1 Reverting: https://chromiumcodereview.appspot.com/9316112/
which prevents building chromeos with gtk

TBR=thestig@chromium.org
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120684 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-07 01:54:50 +00:00
saintlou@chromium.org 7266888ce8 First pass at chrome_browser gyp simplification.
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120526 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-05 20:16:21 +00:00
evan@chromium.org ce1c30f2e7 linux: use an in-tree copy of gold by default
(Reland of r120385 with newer third_party/gold.)

Rather than forcing everyone to configure their search paths etc.
we should just make this work by default.  You can set
the gyp variable linux_use_gold_binary=0 to turn it off.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120424 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-03 22:44:59 +00:00
tim@chromium.org 67f477b874 Revert 120385 - linux: use an in-tree copy of gold by default
Rather than forcing everyone to configure their search paths etc.
we should just make this work by default.  You can set
the gyp variable linux_use_gold_binary=0 to turn it off.

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

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

TBR=evan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9328004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120397 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-03 20:55:52 +00:00
evan@chromium.org 858c60c730 linux: use an in-tree copy of gold by default
Rather than forcing everyone to configure their search paths etc.
we should just make this work by default.  You can set
the gyp variable linux_use_gold_binary=0 to turn it off.

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120385 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-03 20:19:47 +00:00
evan@chromium.org f0d8d123ba Revert "linux: use an in-tree copy of gold by default"
This reverts commit r120356.  Build failures on 32-bit Linux.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120361 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-03 19:28:28 +00:00
evan@chromium.org 91e8e93f95 linux: use an in-tree copy of gold by default
Rather than forcing everyone to configure their search paths etc.
we should just make this work by default.  You can set
the gyp variable linux_use_gold_binary=0 to turn it off.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120356 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-03 18:23:54 +00:00
saintlou@chromium.org c0f7c9ce5f Enable Aura for all ChromeOS builds in Chromium.
This will be landed after this: https://gerrit.chromium.org/gerrit/#change,14752

BUG=112154
TEST=build with chromeos==1 in gyp and see Aura desktop.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120240 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-02 21:40:05 +00:00
evan@chromium.org b58f88abbf build/common.gypi: delete an unused variable
TBR=thakis

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@120004 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-01 01:51:15 +00:00
junov@chromium.org 45f32dc1b2 Removing unused gyp variable use_threaded_compositing
BUG=111192
TEST=NONE

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119688 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-30 17:50:29 +00:00
piman@chromium.org 9dfe2082f3 Merge Compositor and CompositorCC
This also removes a few unused calls.

BUG=None
TEST=compiles, tests pass


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119645 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-29 21:22:13 +00:00
thakis@chromium.org 67747622ed roll clang 148039:148911
BUG=97532,111806,111208 (maybe?)
TEST=none
TBR=hans

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119637 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-29 09:02:10 +00:00
yoshiki@chromium.org 30138beafb WebUI TaskManager: Turn it off by default on Win/Mac/Linux
WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled.

BUG=97429
TEST=manual on linux and aura


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119612 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-28 14:50:33 +00:00
piman@chromium.org 1f61a871e9 Fold views_compositor=1 into use_aura=1
We don't have a use case for views_compositor=1 and use_aura=0 (and it's
broken/untested anyway), so this simplifies things a little bit.

BUG=None
TEST=compiles, tests pass.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119583 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-28 03:23:01 +00:00
tony@chromium.org 2f6c313084 Add Malay as a translation.
The language code is ms.  This adds the necessary files to generate
the locale pak file.  Translations will arrive later.

BUG=111670
TBR=gfeher

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119548 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-28 00:57:19 +00:00
gbillock@chromium.org dff30693e2 Revert 119306 - Turn web intents build flag on.
Move the command-line flag to default-on.

(Revert of 119284 : https://chromiumcodereview.appspot.com/9212036)

IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs
to be disabled, revert this change.

R=jhawkins@chromium.org
BUG=111135
TEST=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119423 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-27 09:36:11 +00:00
evan@chromium.org 734901a222 build/common.gypi: split out filename exclude rules
Here's a step towards making this enormous file a little more tractable.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-27 04:55:13 +00:00
evan@chromium.org 9db74ccd02 common.gypi: move harfbuzz-NG setting out into harfbuzz project
Less code in the central gyp file, more code near where it's
used.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119348 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-27 02:44:00 +00:00
gbillock@chromium.org ab8a36fb63 Revert 119284 - Turn web intents build flag on. Move the command-line flag to default on.
Make the flag disable rather than enable web intents.
Put the options UI behind a new flag controlling functionality if the registration tag is present for web content.

IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs
to be disabled, revert this change.

R=jhawkins@chromium.org
BUG=90458
TEST=None

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

TBR=gbillock@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9113095

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119306 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-26 22:56:39 +00:00
gbillock@chromium.org a3549f92db Turn web intents build flag on. Move the command-line flag to default on.
Make the flag disable rather than enable web intents.
Put the options UI behind a new flag controlling functionality if the registration tag is present for web content.

IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs
to be disabled, revert this change.

R=jhawkins@chromium.org
BUG=90458
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119284 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-26 20:55:13 +00:00
evan@chromium.org faabbc9b1c linux: don't make -Werror setting conditional on OS
People who need to adjust this should adjust it directly.
Guessing just makes everything more confusing.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119092 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-25 18:32:31 +00:00
evan@chromium.org fd65048d52 Use a 'defines' block instead of adding -Dfoo to cflags.
Should be equivalent, but simpler.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119087 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-25 17:51:36 +00:00
asvitkine@chromium.org dc135aa62e Add implementation of CanvasSkia based on RenderText.
This allows text drawing entirely through Skia, since RenderText ultimately uses
Skia to draw character glyphs.

This CL adds the new code, but does not yet enable it on any platforms. That
will be done in later CLs.

Note: Some functions, such as CanvasSkia::DrawStringWithHalo() and
PixelShouldGetHalo() are taken almost verbatim from the canvas_skia_win.cc
implementation.

BUG=105550
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119086 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-25 17:49:35 +00:00
glotov@google.com 929da149d7 Initial commit of profile guided optimization option
FYI, instrumentation code that provides the orderfile is here: http://codereview.chromium.org/8770054/

BUG=chromiumos:20187
TEST=bootperf, see https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-effort

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119073 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-25 15:30:46 +00:00
piman@chromium.org c539c5bac8 Always use webkit compositor
BUG=None
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118987 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-25 02:40:20 +00:00
evan@chromium.org 33a5af6e69 linux: don't define NO_HEAPCHECKER for every file
Rather than globally defining NO_HEAPCHECKER and then checking
that in build_config.h, let builds that opt in to heap checking
directly set USE_HEAPCHECKER.

Result should be equivalent builds but less stuff in the build
files.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 12:26:40 +00:00
evan@chromium.org b718315677 linux: remove no_strict_aliasing gyp variable
We won't build in -fstrict-aliasing mode anyway, so there's little
point putting it behind a flag.  Anyone who wanted to experiment
with this could just as well edit the build file directly.

BUG=32204

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118799 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 04:37:29 +00:00
piman@chromium.org 54db3fd4bd Revert 118789 - Always use webkit compositor
BUG=None
TEST=None


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

TBR=piman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9283008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118792 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 03:22:13 +00:00
piman@chromium.org bef14311fd Always use webkit compositor
BUG=None
TEST=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118789 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 02:53:27 +00:00
dpranke@chromium.org d8afd38e1d remove build_webkit_exes_from_webkit_gyp flag
R=tony@chromium.org
BUG=105823
TEST=everything stays green

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118774 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 01:34:35 +00:00
derat@chromium.org 245b1e3d04 aura: Replace UI-feature GYP flags with switches.
This replaces the aura_show_about_flag_window_mode and
chromeos_legacy_power_button GYP flags with
--aura-force-compact-window-mode and
--aura-legacy-power-button command-line switches.  There is
concern that using compile-time flags to control these
features will greatly increase the workload on the Chrome OS
builders; we apparently currently share Chrome binaries
across all Chrome OS boards with the same architecture.

BUG=109209,109052,chrome-os-partner:7570
TEST=manual

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118522 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-20 22:20:39 +00:00
dpranke@chromium.org d06e1fc2a9 build DRT, webkit_unit_tests from individual gyp files.
This change toggles the build_webkit_exes_from_webkit_gyp file to 0,
so that we try to build DumpRenderTree and webkit_unit_tests from their
corresponding .gyp files (WebKitUnitTests.gyp and Tools.gyp) rather than
the old WebKit.gyp file. This breaks the circular dependencies between
the executables which depend on webkit_support, which depends on
WebKit.gyp. We now only use the 'webkit' target itself in WebKit.gyp.

R=tony@chromium.org
BUG=105826
TEST=waterfall stays green

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118366 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-19 21:51:36 +00:00
thakis@chromium.org a2da04c9f3 clang: Force colors on when building with ninja.
BUG=110262
TEST=Build with ninja & clang, still get color diagnostics.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118223 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-19 03:15:48 +00:00
bauerb@chromium.org e652b5b631 Add -DENABLE_PLUGIN_INSTALLATION in chrome/renderer.
BUG=62079
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-17 16:47:34 +00:00
joi@chromium.org 2c46747486 Use PCH by default in VS 2010.
According to my testing, VS 2010 does not have problem (b) documented
at http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders,
i.e. it rebuilds the PCH file when necessary because of
e.g. preprocessor flag changes.

Since we aren't using VS 2010 for official builds, if problem (a) (out
of memory) is encountered with VS 2010 when we make the switch to
using it for official builds, we can simply turn PCH off explicitly in
the include.gypi for the official bots.

This change has no effect on VS 2008 bots or users.

BUG=110001


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117845 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-16 11:45:17 +00:00
mazda@chromium.org dfd577ef5f Set -Wno-unused-result for Chrome OS build
Now gcc in chroot is updated to 4.6 and this option is available.

BUG=chromium-os:18541
TEST='emerge-stumpy chromeos-chrome' succeeds in chroot.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117615 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-13 06:28:03 +00:00
thestig@chromium.org 4cbfbf092c Roll DEPS for Breakpad r897:r902. Mostly changes being upstreamed from CrOS's branch. Cleanup some whitespaces while we're at it.
Review URL: http://codereview.chromium.org/9158035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117602 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-13 03:34:28 +00:00
wez@chromium.org 7e321db3bc Revert 117533 - Fix ASLR Windows build configuration
1) Actually turn off ASLR for Debug build.
   Despite the comments, this was not happening in reality
   because the /dynamicbase linker flag overrode the
   VCLinkerTool.RandomizedBaseAddress setting.

2) Make the ASLR setting configurable from outside
   (target usage is for particular Dr. Memory builds).

TEST=Built googleurl_unittests and ensured its ALSR setting matched that requested, both for default and for custom via new gyp var

BUG=109767

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

TBR=bruening@chromium.org
Review URL: http://codereview.chromium.org/9194003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117586 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-13 02:43:33 +00:00
bruening@chromium.org 850539653c Fix ASLR Windows build configuration
1) Actually turn off ASLR for Debug build.
   Despite the comments, this was not happening in reality
   because the /dynamicbase linker flag overrode the
   VCLinkerTool.RandomizedBaseAddress setting.

2) Make the ASLR setting configurable from outside
   (target usage is for particular Dr. Memory builds).

TEST=Built googleurl_unittests and ensured its ALSR setting matched that requested, both for default and for custom via new gyp var

BUG=109767

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@117533 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-12 22:26:59 +00:00
derat@chromium.org 8c3b347198 chromeos/aura: Handle power button on unofficial hardware.
Most official Chrome OS hardware reports power button
releases correctly, but on standard x86 systems, we'll always
receive a button up event just after the button down.  This
change adds a chromeos_legacy_power_button gyp flag; when
set, we lock the screen or shut down immediately when the
button is pressed instead of providing interactive
animations.

BUG=109209
TEST=added tests; also did manual testing

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116993 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-10 02:42:25 +00:00
alicet@chromium.org 43ca877331 This is added so that we can control from the chromeos build time whether to define this flag, and can optionally not add the aura-window-mode toggle to about://flags page.
BUG=109052
TEST=checked generated make file and compiles.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116964 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-10 00:13:38 +00:00
jbauman@chromium.org 9d6f161a54 Reenable SwiftShader
The crash bugs weren't related to SwiftShader, so enable it again.

BUG=26001
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116429 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-05 01:07:12 +00:00
thakis@chromium.org 9ac92da4f4 clang: Remove -Wno-format now that our clang understands %as in c++.
BUG=none
TEST=builds
TBR=hans


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116397 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-04 23:06:32 +00:00
cpu@chromium.org 0b73cee81d Add shell32 to the delayload list for most gyp projects
I am working on removing cruft (manual binds to shell32) that people have made in /chrome and /base

BUG=none
TEST=green tree
Review URL: http://codereview.chromium.org/9008075

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116368 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-04 20:11:01 +00:00
ben@chromium.org d438d29779 Introduce use_ash macro/gyp define.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@116212 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-03 22:02:16 +00:00
derat@chromium.org 68115e4677 aura: Allow fullscreen RWHVAs (i.e. Flash) to be focused.
This fixes a regression that caused fullscreen
RenderWidgetHostViewAuras to decline the focus, resulting in
them not receiving key events.

BUG=107804
TEST=manually checked that Space and Escape now work in fullscreen YouTube videos; also added a test

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115855 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-27 23:58:52 +00:00
thakis@chromium.org 3b11a706f1 roll clang 146361:147225
BUG=107412
TEST=none
TBR=hans

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-24 07:50:43 +00:00
podivilov@chromium.org a91a116db4 Add --dart-flags and --disable-dart command line switches.
R=darin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115707 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-23 11:59:35 +00:00
jbauman@chromium.org f993c89eea Temporarily disable swiftshader.
We've been getting a bunch of extra gpu-related crashes recently, and while they don't seem to be related to swiftshader (the timing is a bit off) it's possible, so try to rule that out.

BUG=26001
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115534 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-22 14:30:44 +00:00
aarya@google.com 952d3d3d05 Fix for missing ASAN stack frames.
Review URL: http://codereview.chromium.org/8999013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115347 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-21 17:37:08 +00:00
siggi@chromium.org b6c605bd25 With this change, each target can select an optimization level for Windows official builds by setting a variable name "optimize" to one of three possible values:
- "size"; optimizes for minimal code size, the default.
- "speed"; optimizes for speed over code size.
- "max"; turns on link time code generation and whole
   program optimization, which is very expensive and should
   be used sparingly.

Note that this change by itself lowers the optimization level to "size" for all targets. Separate changes to the V8 and WebKit repos will be needed to bring up their optimization levels to WPO. 

BUG=108167
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115187 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-20 21:37:37 +00:00
glider@chromium.org 9cfd417817 Do not pass the deprecated -fasan flag in the asan=1 mode
(we're already passing -faddress-sanitizer).
Review URL: http://codereview.chromium.org/8953033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115097 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-20 08:38:00 +00:00
bruening@chromium.org 1a015eacda 3 additions to common.gypi:
1) re-instate r113657 from crbug/106711:
   win_release_OmitFramePointers=0 must explicitly pass /Oy-
   since /O2 implies /Oy
2) add win_debug_OmitFramePointers as tri-state where blank
   value (the default) avoids perturbing VS defaults
3) add win_release_extra_cflags and win_debug_extra_cflags
   to make it easier to add custom local flags for
   tool builds

BUG=106711
TEST=Tweaked these vars via GYP_DEFINES and include.gypi and confirmed the changes in build/All.vcproj

For example:

I have "'win_release_InlineFunctionExpansion': 0" in my include.gypi:

% GYP_DEFINES='win_debug_extra_cflags="/QIfist /nologo"' gclient runhooks
% grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj 
Name="Release|Win32"
include" AdditionalOptions="/MP /Ob0"
OmitFramePointers="true"
Name="Debug|Win32"
include" AdditionalOptions="/MP /QIfist /nologo"
Name="Release|x64"
include" AdditionalOptions="/MP /Ob0"
OmitFramePointers="true"
Name="Debug|x64"
include" AdditionalOptions="/MP /QIfist /nologo"

% GYP_DEFINES='win_release_extra_cflags="/QIfist /nologo" win_release_OmitFramePointers=0 win_debug_OmitFramePointers=1' gclient runhooks
% grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj
Name="Release|Win32"
include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-"
OmitFramePointers="false"
Name="Debug|Win32"
include" AdditionalOptions="/MP"
OmitFramePointers="true"
Name="Release|x64"
include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-"
OmitFramePointers="false"
Name="Debug|x64"
include" AdditionalOptions="/MP"
OmitFramePointers="true"


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114893 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-17 02:16:24 +00:00
jbauman@chromium.org 4157c248d3 Download SwiftShader component if WebGL is blacklisted
Register with the component updater service if it's discovered that WebGL is blacklisted. Then register the swiftshader library with the GPU data manager.

BUG=26001
TEST=Start up chrome on a blacklisted windows machine, wait a while, and open a webgl page

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114885 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-16 23:57:57 +00:00
mseaborn@chromium.org b5236bb2c0 Breakpad: Compile Breakpad into Chromium by default on Mac
This is intended to make it easier to test Breakpad crash dumping on
the buildbots.  Crash dumping will be disabled in Chromium by default
at run time unless CHROME_HEADLESS is set.

The bots set CHROME_HEADLESS, but we don't really want the bots to be
uploading crash dumps that are useless without symbols, so uploading
is disabled except for official builds and when building with
mac_breakpad_uploads=1.

This should not affect stack backtraces that occur in tests (such as
browser_tests) via StackDumpSignalHandler().  Although Breakpad would
normally take priority over this signal handler, Breakpad does not get
enabled in these test suites because is_browser is false inside
InitCrashReporter().

This change leaves the Gyp option "mac_breakpad" for enabling the
creation of Breakpad files.  This remains off by default for Chromium
builds, because the symbol dumping is slow and because it has problems
in the makefile-based Mac builds.

BUG=105778
TEST=run Chromium with --crash-test and CHROME_HEADLESS=1; a *.dmp file
  should appear in ~/Library/Application Support/Chromium/Crash Reports


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114468 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-14 19:10:56 +00:00
robert.nagy@gmail.com 15992a73df add -fPIC to ldflags if linux_fpic is enabled
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114467 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-14 19:04:35 +00:00
robertm@google.com 6e85b84e37 Put irt and untrusted TC dependencies behind a flag.
This helps with arm development where the PNaCl hook up will take a while.

Also:
* split ppapi_proxy.gyp into trusted and untrusted parts.
* enable nacl for arm when *not* targeting chromeos 


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-14 16:32:07 +00:00
maruel@chromium.org 74da83cd6a Revert r113657 "win_release_OmitFramePointers=0 must explicitly pass /Oy-"
We are suspecting this has side effects on official builds.

If so, this is a configuration error. Trying out to be sure.

TBR=timurrrr@chromium.org
BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114251 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-13 19:46:48 +00:00
peter@chromium.org a7360ac8d0 Set the compiler root directory for the Android NDK, merging two linker flags.
This change replaces -rpath-link and an -L linking flag with --sysroot, which sets the compiler root directory for all headers and libraries.

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@114216 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-13 16:00:52 +00:00
yoshiki@chromium.org 03cd4ab53e WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux
Enable WebUI task manager for all platforms in r18, reverting r112133 ("WebUI TaskManager: Turn it off-by-default on Win/Mac/Linux").

BUG=97429
TEST=manual on linux
TBR=yoshiki@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@113779 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-09 09:48:10 +00:00
bruening@chromium.org fe4359cdf4 win_release_OmitFramePointers=0 must explicitly pass /Oy-
since /O2 implies /Oy

BUG=106711
TEST=examined All.vcproj and ./build/Release/obj/googleurl_unittests/BuildLog.htm and confirmed /Oy- is present


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@113657 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-08 21:04:12 +00:00
piman@chromium.org 9b97c3beaf aura: Use WebKit compositor by default
BUG=99524
TEST=compositor_unittests, views_unittests, aura_unittests...


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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@113434 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-07 19:13:11 +00:00
robert.nagy@gmail.com f3c7620c31 use os_bsd and OS_BSD and add some OS_FREEBSD conditions
this change is the first part of the FreeBSD support

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112936 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-04 14:19:41 +00:00
kalman@chromium.org 259dd9951b Revert 112641 - aura: Use WebKit compositor by default
BUG=99524
TEST=compositor_unittests, views_unittests, aura_unittests...


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

TBR=piman@chromium.org
Review URL: http://codereview.chromium.org/8775045

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112645 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-02 06:45:29 +00:00
piman@chromium.org d8360c9b81 aura: Use WebKit compositor by default
BUG=99524
TEST=compositor_unittests, views_unittests, aura_unittests...


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112641 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-02 05:09:45 +00:00
thakis@chromium.org d555fd41e8 Make clang_load and clang_add_plugin independent.
BUG=none
TEST=GYP_DEFINES=clang_add_plugin=foo build/gyp_chromium adds a parameter


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112630 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-02 03:41:53 +00:00
saintlou@chromium.org 6c4e7aafa2 Removing the last occurences of the 'touchui' gyp flag.
BUG=105046
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112514 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-01 20:18:02 +00:00
yoshiki@chromium.org 749d4fa427 WebUI TaskManager: Turn it off-by-default on Win/Mac/Linux
WebUI Dialogs does not ship on M17 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary.

BUG=97429
TEST=manual on linux


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112133 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-30 05:03:29 +00:00
bradnelson@google.com bf6d0c52fc Pulling in new nacl toolchain for chromeos.
BUG=http://code.google.com/p/chromium/issues/detail?id=105658
TEST=None
R=aa@chromium.org

TBR
Review URL: http://codereview.chromium.org/8728022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111857 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-29 03:21:41 +00:00
davemoore@chromium.org dc3600c449 Revert 110948 - Add support for stripping Chrome tests.
The chromeos-chrome ebuild strips Chrome tests after the build, but it
can run significantly faster if we strip them during the build. This
changelist reduces the time it takes to build Chrome by allowing
developers to remove unnecessary debug symbols.

Performance comparison on z600 LOCAL_SOURCE build:
  Before: 24m31s (257m04s user, 23m19s sys)
  After:  20m55s (236m12s user, 22m10s sys)

Companion CL for updating Chrome OS to use strip_tests by default is here:
  https://gerrit.chromium.org/gerrit/11517

BUG=chromium-os:22844
TEST=Build with and without debug symbols. Confirm speed difference.

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

TBR=davemoore@chromium.org
Review URL: http://codereview.chromium.org/8659015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111778 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-28 21:52:48 +00:00
epoger@chromium.org 1c34a9cda7 Move use_skia_on_mac setting into its own gypi file, so that WebKit scripts can
change their behavior based on its setting.

This will help keep buildbots green during a transition period (see bug).

BUG=101731
Review URL: http://codereview.chromium.org/8716011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111734 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-28 18:53:48 +00:00
aa@chromium.org 64cad4af1b Revert "Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."""
This reverts commit fd92fe3ff7c0a4a0da97da00cdf6bd5476c46195.

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111663 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-27 22:47:02 +00:00
aa@chromium.org 1b0cfd087d Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions.""
Original CL: http://codereview.chromium.org/8609008

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111661 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-27 22:24:10 +00:00
noelallen@google.com 48a117ea38 Disable build of NaCl in ChromeOS
Due to a hack which pins the ChromeOS toolchain in a python script,
attempts to roll deps past a toolchain bump is failing for ChomeOS.
This CL disables NaCl in ChromeOS until we can fix the build issue.

BUG= http://code.google.com/p/chromium/issues/detail?id=105484
TRB= bradnelson@chromium.org
Review URL: http://codereview.chromium.org/8710002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111644 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-27 02:30:42 +00:00
glider@chromium.org 91d9b4717f ASan Mac + cleanup:
-- move the compiler/linker options turned on by asan==1 to the conditions section to use them for host binaries too;
 -- use 'defines' instead of -D on Linux
 -- removed an obsolete comment
Review URL: http://codereview.chromium.org/8702003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111583 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-25 10:34:35 +00:00
glider@chromium.org 1ede726064 If asan==1:
-- pass the -faddress-sanitizer flag to enable ASan;
 -- pass the -fasan flag for backward compatibility;
 -- pass the -DADDRESS_SANITIZER which soon won't be defined by ASan;
 -- mark several functions missing in the 10.5 SDK as dynamic_lookup

 Whitespace fix.

TBR=thakis
Review URL: http://codereview.chromium.org/8676002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111575 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-25 07:26:56 +00:00
scottmg@chromium.org 87829f3277 Add gamepad hardware data fetcher, and higher level thread container
DataFetcher is the hardware and platform-specific data getter that talks to OS
level interfaces for each platform and fill in a structure provided to it.
Currently only Windows is here.

Provider is a manager for the background thread that the DataFetcher runs on,
and interacts with the rest of browser.

This is part of a larger patch, the remainder of which is at
http://codereview.chromium.org/8345027/

BUG=79050


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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111456 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-24 00:57:54 +00:00
dpranke@chromium.org 1a64c436a0 Add build_webkit_exes_from_webkit_gyp flag to build/common.gypi
This is the first step in splitting up the circular dependencies between
DRT, webkit_support, and webkit. This change should be a no-op for now.

R=tony@chromium.org
BUG=https://bugs.webkit.org/show_bug.cgi?id=68463

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111436 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-23 23:32:06 +00:00
saintlou@chromium.org 2c8cf0cb91 Touch constants and dead code removal.
BUG=105046
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111415 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-23 21:42:33 +00:00
jingzhao@chromium.org 0fff30ce7f Upstream: Gyp changes to build net_unittests for Android.
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111114 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-22 07:53:01 +00:00
erg@chromium.org c1f92d84ba GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.
BUG=79722
TEST=none
TBR=tony

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111090 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-22 03:12:31 +00:00
saintlou@chromium.org 8e8c7c9bff Remove TOUCH_UI definition and make use_virtual_keyboard an independant variable.
BUG=105046
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111069 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-22 01:25:27 +00:00
davemoore@chromium.org fec5d32554 Add support for stripping Chrome tests.
The chromeos-chrome ebuild strips Chrome tests after the build, but it
can run significantly faster if we strip them during the build. This
changelist reduces the time it takes to build Chrome by allowing
developers to remove unnecessary debug symbols.

Performance comparison on z600 LOCAL_SOURCE build:
  Before: 24m31s (257m04s user, 23m19s sys)
  After:  20m55s (236m12s user, 22m10s sys)

Companion CL for updating Chrome OS to use strip_tests by default is here:
  https://gerrit.chromium.org/gerrit/11517

BUG=chromium-os:22844
TEST=Build with and without debug symbols. Confirm speed difference.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@110948 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-21 17:16:54 +00:00
glider@chromium.org 5b020299b2 Two changes related to the asan=1 mode:
-- set -DADDRESS_SANITIZER when compiling, because ASan will no more define it;
 -- use -faddress-sanitizer instead of -fasan (these will coexist until we update all the binaries)

TBR=thakis
Review URL: http://codereview.chromium.org/8461008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@110907 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-21 13:12:14 +00:00
dpranke@chromium.org fab84354ad Enable content component (again!).
This version fixes a problem with the windows incremental linking build. We can't incrementally link chrome when content is being built as a DLL because chrome links in webkit_glue and webkit_glue depends on symbols defined in content. We can remove this when we fix glue.

R=jam@chromium.org
BUG=90442, 98755.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@110360 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-16 21:55:18 +00:00
mark@chromium.org 4a89b696f7 rename some _linux files to _posix and introduce os_bsd
The os_bsd variable is only available on FreeBSD and OpenBSD.
Later on others like NetBSD and DragonflyBSD can be added.
This variable was introduced in order to have shorter
conditions in the gyp files.

BUG=
TEST=compile

Patch by Robert Nagy <robert.nagy@gmail.com>
Review URL: http://codereview.chromium.org/8567001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109929 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-14 19:15:25 +00:00
robert.nagy@gmail.com 503abe182b don't exclude _xdg(_unittest)?\\.(h|cc) on OpenBSD either
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109884 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-14 15:18:01 +00:00
saintlou@chromium.org a148ee937c IsPureViews() is always true under USE_AURA and TOUCH_UI at compile time (as before).
For other configurations it can also be set by a command line option at run-time (also as before).
What changes is that we are removing use_only_pure_views as a separate GYP flag which we no longer really need.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109571 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-11 03:00:38 +00:00
derat@chromium.org 3fd942adfe aura: Make the Linux version of IconLoader not require GTK+.
This change makes it use webkit_glue::ImageDecoder instead
of gdk-pixbuf and hides various GTK+ theme-related code
behind TOOLKIT_USES_GTK ifdefs.  Chrome OS is currently
loading its own icons from resources (see r86936 and
http://crosbug.com/129) instead of using IconLoader and
IconManager, so this only removes NOTIMPLEMENTED()s on
non-Chrome-OS Linux Aura builds (along with simplifying the
GTK+ version of the code).

BUG=99494
TEST=manual: download icons are still visible on a gtk+ build

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:01:19 +00:00
reed@google.com 4033b09a69 revert 109421
Review URL: http://codereview.chromium.org/8462017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 16:25:09 +00:00
epoger@chromium.org ab25313e6f Re-enable Skia by default for Chromium-Mac. See bug for more details.
BUG=101731
Review URL: http://codereview.chromium.org/8520005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 13:32:59 +00:00
thakis@chromium.org f304a23f9a Turn on -Wexit-time-destructors for ui and content.
I had hoped to just turn this on globally after fixing all instances, but people
add these fairly often. So enable the warning for clean targets incrementally.

BUG=10600
TEST=none
TBR=ben

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109274 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 18:46:07 +00:00
vollick@chromium.org be9160188a Reenable triggering of screen rotations by sensors.
Depends on http://codereview.chromium.org/8395046

BUG=None
TEST=Visiting about:rotate?right, about:rotate?left, etc. should cause the appropriate screen rotations.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-07 19:26:30 +00:00
dmaclach@chromium.org 47046e2928 Remove prebinding which only applies to 10.4 and powerpc.
BUG=None
TEST=Build


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108430 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 04:57:49 +00:00
epoger@chromium.org 07fbe97ac1 Revert 108110 - Set use_skia=1 by default
Reverted because it was killing pagecycler performance

More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004

TBR=kerz@chromium.org
Review URL: http://codereview.chromium.org/8386008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108129 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 17:54:24 +00:00
epoger@chromium.org 3d733201bd Set use_skia=1 by default
More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108110 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 15:27:12 +00:00
jknotten@chromium.org 9674f158a0 Allow building without notification support.
BUG=None
TEST=Existing


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107708 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-28 10:41:57 +00:00
ben@chromium.org 48f770ab16 Always use skia text rendering on Windows in Aura. GDI rendering is really wonky, and this is a convenient fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8400023

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107608 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-27 19:01:00 +00:00
rogerta@chromium.org 47f1493036 Make sure that the builder includes the search app crx in the installer. In
a previous CL I added the crx file and the corresponding change to the json
file, but forgot to add the crx file to the gyp files.

BUG=101500
TEST=Make sure the search app appears in new profiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:57:06 +00:00
piman@chromium.org f3ac00e498 Enable accelerated compositing of web pages when using webkit compositor
BUG=99517
TEST=http://www.webkit.org/blog/386/3d-transforms/


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107262 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:54:46 +00:00
steveblock@chromium.org 60d399c536 Add ENABLE_JAVA_BRIDGE
This flag allows us to avoid compiling and executing JavaBridge code when the
feature is not required. The flag defaults to off, but is enabled on Android.

BUG=96703

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 23:16:18 +00:00
robert.nagy@gmail.com cb91ef8ec3 OpenBSD patches for base and build, part 2
base/base.gyp: 
  - exclude test/test_file_util_linux.cc on OpenBSD because of
    missing fdatasync()

base/base.gypi:
  - include linux_util.cc on OpenBSD too
  - exclude some linux specific files from the OpenBSD build
    because the openbsd implementation is different

base/file_util_posix.cc:
  - Use file_util::GetTempDir directly to get the shm dir
    on !linux

base/sys_info_freebsd.cc:
   - return 0 and do a NOTREACHED() in case sysctlbyname() fails

base/sys_info_openbsd.cc:
  - cleanup includes
  - use arraysize() in the sysctl() call
  - implement SysInfo::MaxSharedMemorySize()

build/common.gypi:
  - -Wno-deprecated is C++ only flag so move it to cflags_cc
  - Do not exclude linux specific files, dirs on OpenBSD since
    90% of it is sharable

base/sys_info_linux.cc:
  - DCHECK if the read string is empty
  - Use base::StringToInt64() to convert the string
    to an int64
  - DCHECK if the returned int64 is okay for a size_t
  - call NOTREACHED() and return 0 if fails

BUG=
TEST=runs on linux?


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106984 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 22:05:27 +00:00
piman@chromium.org fc6bee088b Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106814 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-22 00:32:46 +00:00
rsesek@chromium.org 628da0a423 Gracefully handle child process death in out-of-process plugin loading.
This also queues requests to load plugins, based on http://codereview.chromium.org/8243010/.

BUG=100053
TEST=Install Sonix webcam driver on OS X Lion and try to load a Flash video. It plays.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106738 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-21 17:45:43 +00:00
lipalani@chromium.org a4c52ad64c Revert 106606 - Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

TBR=piman@chromium.org
Review URL: http://codereview.chromium.org/8360018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106615 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 23:05:52 +00:00
piman@chromium.org 3399f82024 Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106606 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 22:39:45 +00:00
thakis@chromium.org 4250057b73 clang: Enable using a different compiler path for standalone webkit make builds.
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106595 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 21:52:24 +00:00
jasonwkim@google.com 2f0bf36f7b Move the definition of disable_nacl% inside a conditional
and remove the explicit commingling of target_arch=arm and disable_nacl
in other parts.
The net effect is that NaCl is still disabled on ARM but is more easily
enabled.

R=bradnelson@google.com
BUG=http://code.google.com/p/chromium/issues/detail?id=61695
BUG=http://code.google.com/p/chromium/issues/detail?id=38909
BUG=http://code.google.com/p/nativeclient/issues/detail?id=135


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 18:16:11 +00:00
backer@chromium.org f88d8c2510 Update name to match define.
In previous CL, moved VIEW_GPU_IMAGE_TRANSPORT to UI_COMPOSITOR_IMAGE_TRANSPORT at reviewer request. Forgot to move views_gpu_image_transport to ui_compositor_image_transport.

R=ben@chromium.org
BUG=none
TEST=none (CL is a no-op)

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106283 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-19 14:51:33 +00:00
yoshiki@chromium.org ce6b3656e3 WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux
Modified gyp to define WEBUI_TASK_MANAGER=1.
And fixed some tests, because they had failed with WEBUI_TASK_MANAGER=1 on Windows.

BUG=99029
TEST=manual, trybots pass


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106040 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-18 07:05:16 +00:00
thakis@chromium.org a0b795c78b roll clang 140930:142072
Also add a --run-tests parameter to update.sh

The plugin change is required due to http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20111010/047769.html

BUG=none
TEST=none
TBR=hans

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-15 19:00:30 +00:00
sky@chromium.org 0deda81573 Wires keeping the launcher up to date with the browser. I also needed GetBrowserViewForNativeWindow, so I had to wire up ViewProps for it to work correctly.
BUG=97262
TEST=none
R=ben@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105677 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-15 18:44:51 +00:00
jknotten@chromium.org ee35183eeb Allow speech input feature to be disabled.
BUG=None
TEST=Existing


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105463 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-14 05:08:22 +00:00
backer@chromium.org 8cd219917c Enable accelerated WebKit compositor for Aura.
This allows the use of the WebKit compositor for Aura on Linux. It reuses the same display path as TOUCH_UI.

BUG=none
TEST=build GYP_DEFINES="use_aura" on Linux; go to http://www.webkit.org/blog-files/3d-transforms/poster-circle.html

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 17:18:11 +00:00
mark@chromium.org 72bb97f457 OpenBSD and FreeBSD fixes for base.
OpenBSD and FreeBSD need -I/usr/local/include for <execinfo.h>.
Use !#/usr/bin/env bash because on !linux it's not located there.

Patch by Robert Nagy <robert@openbsd.org>

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8228005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 04:23:22 +00:00
thakis@chromium.org b86921bce4 clang: Reenable -Wparentheses on mac.
I disabled it 4 months ago in http://codereview.chromium.org/7046048
and forgot to turn it back on.

BUG=none
TEST=none
TBR=hans

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105233 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 01:36:57 +00:00
phajdan.jr@chromium.org 5fe72dcb0f Fix build with system yasm.
BUG=100078
Review URL: http://codereview.chromium.org/8243012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105149 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-12 20:37:36 +00:00
glider@chromium.org e5b53336d8 Do not use Chrome plugins with ASan.
Review URL: http://codereview.chromium.org/8242011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@105102 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-12 16:55:20 +00:00
dmichael@chromium.org fe8e5197b0 Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies. Add multi-threading test for PPB_Var.
BUG=92909
TEST=None yet

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 18:58:22 +00:00
timurrrr@chromium.org 5a0bef9ab2 Make OmitFramePointer adjustable for Win/Release build.
Also, remove the Optimization hard-coded flags that turned out not to be adjustable as well.

TEST=vimdiff against ipc\ipc.vcproj of three different versions:
1) old
2) new (matches "old" except for the addition of OmitFramePointers="true" for Release x64)
3) new with `GYP_DEFINES=win_release_OmitFramePointers=0 win_release_Optimization=2`

BUG=99446,96326

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 15:47:33 +00:00
scottbyer@chromium.org 783b6aba24 Smooth scrolling build cleanup.
Now that it's compiled into WebKit by default, remove the gyp flag.

BUG=none
TEST=build on Windows or Linux after this CL, turn on the flag, check that scrolling is still animated.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104893 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 15:31:39 +00:00
davemoore@chromium.org befe5970b6 Add gyp rules to exclude _aurax11 and _aurawin files when appropriate
BUG=None
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-10 15:42:43 +00:00
jamesr@chromium.org ac0ce3a318 Add command line switch for enabling threaded compositing
This is a patch against the patch in http://codereview.chromium.org/8139020/

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104623 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-08 01:23:38 +00:00