diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-04 01:55:04 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-04 01:55:04 +0000 |
commit | 826ce6e9271ee37c720353dd880ce258e10f19be (patch) | |
tree | bbcc4a3e69b817cf1509c0e4b4b2061193e52d0e /build/all.gyp | |
parent | 27e74481eb9809b6093abc5efec3bbb3afd68f4e (diff) | |
download | chromium_src-826ce6e9271ee37c720353dd880ce258e10f19be.zip chromium_src-826ce6e9271ee37c720353dd880ce258e10f19be.tar.gz chromium_src-826ce6e9271ee37c720353dd880ce258e10f19be.tar.bz2 |
Build aura_shell_unittests on Mac try bot target
Enables building of target 'aura_shell_unittest' when building the
'aura_builder' target. The 'aura_builder' target is used by the try
bots.
BUG=None
TEST=Compiles on Mac try bot
R=oshima@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9317097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index b8aac32..6bd8834 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -611,7 +611,6 @@ ['OS=="mac"', { # Exclude dependencies that are not currently implemented. 'dependencies!': [ - '../ash/ash.gyp:aura_shell_unittests', '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:ui_tests', |