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

678 Коммитов

Автор SHA1 Сообщение Дата
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