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

4972 Коммитов

Автор SHA1 Сообщение Дата
justincohen@google.com d1957850a0 Remove ninja special cases for iOS build configurations.
Gyp now sets -iphoneos architecture, so armv7 switching isn't required in
common.gypi.  This CL also gets rid of ONLY_ACTIVE_ARCH, which requires full
rebuilds when switching devices between armv7, armv7s and arm64 devices.

Also remove the iOS5 arclite link step, which isn't needed in iOS6+.
 
BUG=312300
Test=ios_rel_device builds

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

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

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

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

BUG=None
R=jochen@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231394 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 20:06:45 +00:00
scottmg@chromium.org 0003327273 Make intsafe.h workaround global
This was coming up in a lot of places, so make it a global include (on
the express toolchain) and remove the individual occurences of the same
pattern.

R=wez@chromium.org
TBR=sky@chromium.org
BUG=308740

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231378 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 19:30:43 +00:00
skyostil@chromium.org 2ffdafe6e8 android: Add support for html-packaged trace files to adb_profile_chrome
Add support for html-packaged trace files to adb_profile_chrome. The
--html option will cause the trace file to be serialized into an html
file that contains a snapshot of the Trace Viewer from the Chromium
source tree. The resulting file has no other dependencies and therefore
does not require a specific version of Chrome for viewing.

This patch also adds the --view option for automatically opening the
written trace file in a browser.

NOTRY=true

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

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

BUG=none
R=joi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231328 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 15:08:44 +00:00
navabi@google.com fefabac95d Add sleep after restarting usb ports and before checking for devices.
Need to wait a couple seconds after restarting usb before doing 'adb devices',
or the devices do not show up.

E.g. https://chromegw.corp.google.com/i/clank/builders/s3-sharded-official-perf-
noflash-clankium/builds/3572/steps/device_status_check/logs/stdio

BUG=299891
TBR=ilevy@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-28 11:33:06 +00:00
abarth@chromium.org 76b2986307 Pass app URL to mojo_shell on Android
This CL lets us supply an app URL to mojo_shell on Android. To load an app, you
can use the adb_run_mojo_shell script:

$ ./build/android/adb_run_mojo_shell http://127.0.0.1:4444/libsample_app.so

This script starts the MojoShellActivity on the device and passes the URL to
mojo_shell via an Android Intent. We're currently using the VIEW intent, but we
might want to switch to a different intent at some point.

R=darin@chromium.org,aa@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231260 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-27 09:48:47 +00:00
cmp@chromium.org 263b520715 Whitespace change to kick builds.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@231187 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-26 09:44:10 +00:00
bulach@chromium.org 534b8e120a Android: kill all adb instances before trying to restart usb.
On some bots, there are adb instances left over from previous runs.
They don't play well with restarting the usb, and devices eventually "disappear".
This tries to kill all adb instances before restarting usb.

BUG=311058
TBR=navabi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231035 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-25 16:32:43 +00:00
mmoss@chromium.org 142dc0f199 Add 'quick-check' option to install-build-deps.sh
This is a lightweight check to alert developers when their build
dependencies are out-of-date, and hopefully avoid confusing compile
errors. It takes < 1 second to run, so can be checked whenever sources
are synced, and might even by worth including as a default step in
gyp_chromium or DEPS hooks.

By definition, this is not a complete check, and in particular, will not
detect version updates of installed dependencies. It's mostly intended
to detect when entirely new dependencies have been added.

R=markus@chromium.org, sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231030 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-25 16:11:46 +00:00
dfalcantara@chromium.org 8f1202504b Disable BrowserGpuChannelHostForFactoryTests on Android
Don't seem to have ever passed on Android since they were added.

NOTRY=true
BUG=311344
TBR=sievers@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230858 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 22:52:26 +00:00
dfalcantara@chromium.org e71e57d960 Disable WebrtcBrowserTests on Android
They're failing on multiple Android FYI bots on the waterfall.

NOTRY=true
BUG=311348
TBR=mallinath@chromium.org,fischman

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 22:33:45 +00:00
abarth@chromium.org 0619b91059 Build mojo_shell on Android
This CL contains a basic skeleton for building mojo_shell on Android. I've
introduced a mojo_shell_apk target that builds an APK that prints a simple
message and loads libmojo_shell.so. Currently libmojo_shell doesn't do
anything. A future CL will do write up something interested on the C++ side.

R=bulach@chromium.org, darin@chromium.org, joth@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 20:29:35 +00:00
frankf@chromium.org 87fb22931a [Android] Improve exception message when failed to get test list.
BUG=None
R=craigdh@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230783 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 19:10:27 +00:00
thakis@chromium.org 97748bab29 android: Run upload results script from the parent of src/
Matches other ports.

BUG=310981
TBR=dpranke

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230730 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 15:57:36 +00:00
skyostil@chromium.org 3de81389d5 android: Run cc_perftests with high performance CPU governor
Run the cc_perftests test suite with the high performance CPU governor
on Android to reduce the amount of noise in the results.

BUG=310000

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230692 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 11:30:49 +00:00
glider@chromium.org 4ade242e4c Revert a temporary workaround for issue 310479, which led to TSan v2 slowdown on the bots.
The bots have llvm-symbolizer in PATH now, so it's ok to use -gline-tables-only again.

BUG=310479
TBR=timurrrr@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230689 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 09:52:54 +00:00
cevans@chromium.org 939ab1c24c Revert 230577 "Perf experiment (to be reverted): use system mall..."
> Perf experiment (to be reverted): use system malloc on Mac.
> 
> BUG=310744
> R=abarth@chromium.org
> TBR=abarth@chromium.org
> 
> Review URL: https://codereview.chromium.org/35423009

TBR=cevans@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230680 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 08:21:33 +00:00
cevans@chromium.org 15449a1291 Perf experiment (to be reverted): use system malloc on Mac.
BUG=310744
R=abarth@chromium.org
TBR=abarth@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230577 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-24 01:00:04 +00:00
dnicoara@chromium.org 8c004122f4 Reorder dependencies based on target_name.
There were no changes to any dependency or any dependency addition/removal.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230518 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 21:42:48 +00:00
iancottrell@chromium.org dbbf919912 Remove oracle java tests from envsetup.sh
BUG=310062

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230481 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 18:42:57 +00:00
Hokein.Wu@gmail.com d5e7d11dc0 Allow to disable API schema(JSON and IDL) to generate model code.
BUG=294203
TEST=compiled

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230478 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 18:40:12 +00:00
craigdh@chromium.org 11576da222 [android] Clean up logging in test script pushes.
BUG=None
TEST=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230475 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 18:19:58 +00:00
iancottrell@chromium.org 59643f9b07 Change javascript string replace in ant files to pure ant using a filterchain with replacestring
BUG=310065

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 14:33:33 +00:00
iancottrell@chromium.org 2a27f96188 Replacing the javascript jar file merge with pure ant
BUG=310065

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 14:31:31 +00:00
glider@chromium.org d092d49163 Pass '-g -O1 -fno-inline -fno-inline-functions' when building with tsan=1
to let ThreadSanitizer print accurate stacks with addr2line.

BUG=310479
TBR=jyasskin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230380 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 09:21:02 +00:00
skobes@chromium.org 933328615b Make sure envsetup.sh is sourced.
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230307 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 03:43:25 +00:00
fischman@chromium.org 408e9ee9c4 Enable glReadPixels from <video> to 2d context on Android.
The ordering inside Skia's kARGB_8888_Config is platform-specific; on Android it
is RGBA but on non-Android it's BGRA.
(controlled by SkUserConfig and SK_[ARGB]32_SHIFT)

BUG=138930

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230229 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 22:18:55 +00:00
dpranke@chromium.org 407ef245a9 Fix handling of tests that fail two different ways in run-webkit-tests (buildbot side).
This is a follow-on to r159630. It turns out I wasn't covering the
case where a test fails two different ways, and the second failure
is actually an expected failure.

TBR=ilevy@chromium.org, ojan@chromium.org
BUG=307277

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230204 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 21:13:16 +00:00
plundblad@chromium.org 5517a2f26b Enable brlapi by default for chromeos builds.
BUG=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230152 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 17:21:29 +00:00
skyostil@chromium.org 09c667ae6d android: Re-enable pixel test on GPU bot now that we can take screenshots
BUG=285932
TBR=navabi@chromium.org

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

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

BUG=none
R=joi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230124 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 14:19:36 +00:00
digit@chromium.org 4e52766e1d Disable flaky Breakpad unit test on Android.
BUG=310088
R=qsr@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230092 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 10:30:38 +00:00
torne@chromium.org 482748d61f Update linux build dependency script.
r230000 added a new dependency on libdrm-dev; add it to the
install-build-deps script.

BUG=
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230090 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 09:47:48 +00:00
thakis@chromium.org 84dbf85eb4 Fix mistake in r229993.
The point of that change was to run zip/extract/compile steps in the parent of
src/, but it just ran them in src/ with a different spelling of it.

Also do this in one more place for compile which I missed.

BUG=294387
R=ilevy@google.com
TBR=ilevy (who reviewed with his @google)

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230044 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 04:06:03 +00:00
hajimehoshi@chromium.org 42437f87ba Make CLD2 default on the desktop platforms. We'd like to use CLD2 as of M32.
BUG=240647

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 02:10:00 +00:00
dnicoara@chromium.org 0ee49ab584 Enable Ozone software implementation in GYP
Depends on:
 - SoftwareSurfaceFactoryOzone
   - [closed] https://codereview.chromium.org/26849004/
   - [closed] https://codereview.chromium.org/27217009/
 - HardwareDisplayControllerOzone
   - [closed] https://codereview.chromium.org/26538005/
   - [closed] https://codereview.chromium.org/27038004/
 - SoftwareSurfaceOzone
   - [closed] https://codereview.chromium.org/26866006/
   - [closed] https://codereview.chromium.org/26179005/
 - DrmSkBitmapOzone
   - [closed] https://codereview.chromium.org/26290006/

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 01:44:05 +00:00
thakis@chromium.org 32d6f088a2 android: run zip/extract/compile steps in the parent of src/, like on other platforms.
BUG=294387
R=ilevy@chromium.org

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

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

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

BUG=284553
TBR=darin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 00:50:15 +00:00
spang@chromium.org d912bb9927 Move evdev events support into EventFactoryDelegateEvdev
And introduce a gyp variable use_ozone_evdev to allow this feature to be
removed from the build. Additionally, the --ozone-events flag is introduced
to select an EventFactoryDelegateOzone implementation to use.

If an embedder or out-of-tree EventFactoryDelegateOzone implementation
calls SetEventFactoryDelegateOzone during initialization, the flag has no
effect.

BUG=none
TEST=Build & run content_shell, ui_unittests with use_ozone=1

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229950 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 23:09:48 +00:00
bulach@chromium.org 6a6d945cdd Relands Android perf tests: kill adbd on the device after running a test.
Third retry on crrev.com/226762.
Adds "wait-for-device".
There's some data indicating that adbd on the device sometimes
spontaneously restores its connection.
After running a test, let's kill adbd and wait for bit.

This is a speculative change to try to make the bots healthier.

BUG=268450

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 21:55:58 +00:00
digit@chromium.org a48f19820d Android: Add chrome-specific dynamic linker.
This patch adds a new Chrome-specific dynamic linker for Android,
that implements RELRO section sharing in order to save about 1.3 MB
of RAM per renderer process in content-based programs (ContentShell,
ChromiumTestShell, Chrome, etc...)

The linker is disabled by default. For more details, see the corresponding bug entry.

This introduces a new test package (content_linker_test_apk) as well as a new test category. To build and test this feature, do the following:

  ninja -C out/Debug content_linker_test_apk
  build/android/test_runner.py linker


BUG=287739
R=qsr@chromium.org

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

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

BUG=307018
R=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229837 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 16:37:52 +00:00
felt@chromium.org f9c02013ae This implements the new SSL blocking screen. See the bug for screenshots of what it looks like.
BUG=276540
R=dubroy@chromium.org, palmer@chromium.org, rsleevi@chromium.org
TBR=jochen@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229818 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 15:50:59 +00:00
kjellander@chromium.org dbaa3f9c8d Build support for WebRTC Chromium tests on Android.
In addition to the native APK tests for WebRTC, we
want to build and test the content_browsertests test
for each revision of WebRTC in our Chromium WebRTC FYI
waterfall.
This CL adds the needed configurations for that, that are used
by the buildbots in: https://codereview.chromium.org/26702005/

NOTRY=True
TEST=presubmit
BUG=305749

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229758 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 08:18:29 +00:00
thakis@chromium.org d4531eca7b cycle bots
TBR=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-21 01:10:13 +00:00
sadrul@chromium.org f98c08d8ac aura: Allow creating content_shell without views.
This builds content_shell with use_aura=1 and toolkit_views=0.

BUG=none
R=derat@chromium.org, jamescook@chromium.org, jochen@chromium.org

Previously, on this issue:
 * Landed in r229507
 * Speculatively reverted in r229521.
 * Relanded in r229524, since the revert didn't fix anything.
 * Reverted in r229525 because it broken win-blink bots.
 * Committed again in r229671 with an incorrect fix.
 * Reverted in r229683

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229704 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 19:10:30 +00:00
pfeldman@chromium.org 263f112f5d Revert r229671 "aura: Allow creating content_shell without views."
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder%20%28deps%29/builds/74852/steps/compile/logs/stdio

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 06:49:12 +00:00
sadrul@chromium.org 5b3b753dae aura: Allow creating content_shell without views.
This builds content_shell with use_aura=1 and toolkit_views=0.

BUG=none
R=derat@chromium.org, jamescook@chromium.org, jochen@chromium.org

Previously, on this issue:
 * Landed in r229507
 * Speculatively reverted in r229521.
 * Relanded in r229524, since the revert didn't fix anything.
 * Reverted in r229525 because it broken win-blink bots.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229671 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 06:08:16 +00:00