summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvabr <vabr@chromium.org>2015-10-21 17:19:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-22 00:20:09 +0000
commitb4cc5afde6fbc116fc3806c16cab60bf06f215a4 (patch)
treec9dab8e36313764d0c31416d6bce4ebabd8af0dd
parent8359977861847c847f708e95a9b308177585251c (diff)
downloadchromium_src-b4cc5afde6fbc116fc3806c16cab60bf06f215a4.zip
chromium_src-b4cc5afde6fbc116fc3806c16cab60bf06f215a4.tar.gz
chromium_src-b4cc5afde6fbc116fc3806c16cab60bf06f215a4.tar.bz2
Add missing dependency to ios/chrome/ios_chrome_tests.gyp
When https://codereview.chromium.org/1420513002 added a test PasswordStoreService factory method, it should have added the correct dependency to use that method on iOS as well. This CL adds the forgotten dependency. BUG=514183 Review URL: https://codereview.chromium.org/1412573006 Cr-Commit-Position: refs/heads/master@{#355450}
-rw-r--r--ios/chrome/ios_chrome_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/chrome/ios_chrome_tests.gyp b/ios/chrome/ios_chrome_tests.gyp
index 9706601..ee05ad8 100644
--- a/ios/chrome/ios_chrome_tests.gyp
+++ b/ios/chrome/ios_chrome_tests.gyp
@@ -85,6 +85,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
+ '../../components/components.gyp:password_manager_core_browser_test_support',
'../../components/components.gyp:signin_ios_browser_test_support',
'../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',