diff options
author | pkotwicz <pkotwicz@chromium.org> | 2014-11-19 08:49:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-19 16:50:10 +0000 |
commit | 48074e104908abf4a329d949660f209a8a09b1eb (patch) | |
tree | 677c746e60192e383757d6097f3aab032da2d0ae /build/all.gyp | |
parent | 84dc3dc039543d5099953cbc6e79a1d92a43fb99 (diff) | |
download | chromium_src-48074e104908abf4a329d949660f209a8a09b1eb.zip chromium_src-48074e104908abf4a329d949660f209a8a09b1eb.tar.gz chromium_src-48074e104908abf4a329d949660f209a8a09b1eb.tar.bz2 |
Move the tests in ui/chromeos to a new target: ui_chromeos_unittests
BUG=432538
TEST=None
R=skuhne,phajdan.jr,oshima,thestig
TBR=sky (For reverting changes to ui/base added in https://codereview.chromium.org/680383008/)
Review URL: https://codereview.chromium.org/738513002
Cr-Commit-Position: refs/heads/master@{#304825}
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 15da510..5a78115 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -405,6 +405,11 @@ }], ], }], + ['chromeos==1', { + 'dependencies': [ + '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', + ], + }], ['OS=="linux"', { 'dependencies': [ '../dbus/dbus.gyp:dbus_unittests', @@ -1294,8 +1299,9 @@ }], ['chromeos==1', { 'dependencies': [ - '../chromeos/chromeos.gyp:chromeos_unittests', '../athena/main/athena_main.gyp:*', + '../chromeos/chromeos.gyp:chromeos_unittests', + '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', ], }], ['use_ozone==1', { |