diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 23:54:25 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 23:54:25 +0000 |
commit | ff7870ca92973d9d525fb3771f8f73d9dbefe508 (patch) | |
tree | 55b5dc1b3162b83102d84ed17a0e7ad1693882c6 /build | |
parent | d019fa58c39f8327456dcd0d88f23aa58b97aea2 (diff) | |
download | chromium_src-ff7870ca92973d9d525fb3771f8f73d9dbefe508.zip chromium_src-ff7870ca92973d9d525fb3771f8f73d9dbefe508.tar.gz chromium_src-ff7870ca92973d9d525fb3771f8f73d9dbefe508.tar.bz2 |
Fix for iOS build after r231478.
This adds dependencies on ui_unittests target to make iOS happy again.
BUG=299841
TEST=None
R=lliabraa@chromium.org, ben@chromium.org
Review URL: https://codereview.chromium.org/54583002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index bf3b82c..d427a10 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -75,6 +75,7 @@ }, { # 'OS=="ios"' 'dependencies': [ '../ios/ios.gyp:*', + '../ui/ui_unittests.gyp:ui_unittests', ], }], ['OS!="android" and OS!="ios"', { |