diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-07 23:17:37 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-07 23:17:37 +0000 |
commit | f744e240e1c159dd1fc1e1944611680c1f68bc5b (patch) | |
tree | 9c3be6ba1a78197dcc32e508548e38f61a9413fe /build | |
parent | feda6a852a5dde931ea0953b97400df68672b089 (diff) | |
download | chromium_src-f744e240e1c159dd1fc1e1944611680c1f68bc5b.zip chromium_src-f744e240e1c159dd1fc1e1944611680c1f68bc5b.tar.gz chromium_src-f744e240e1c159dd1fc1e1944611680c1f68bc5b.tar.bz2 |
ozone: Fix interactive_ui_tests build
This fixes the build only. We need to implement the rest of
UIControlsOzone to make the tests pass.
BUG=362166
TEST=build interactive_ui_tests with use_ozone=1 chromeos=1
TBR=sky
Review URL: https://codereview.chromium.org/372743004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/all.gyp b/build/all.gyp index 03b86b0..bc89c74 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1186,9 +1186,6 @@ '../ui/ozone/ozone.gyp:*', '../ui/ozone/demo/ozone_demos.gyp:*', ], - 'dependencies!': [ - '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166 - ], }], ], }, |