Index: ios/ios_tests.gyp |
diff --git a/ios/ios_tests.gyp b/ios/ios_tests.gyp |
index 563fe495699d5b19a59507217c9923390f13e23e..b0f595ef79f356c1473ae79b4a7bc56b0ce940a3 100644 |
--- a/ios/ios_tests.gyp |
+++ b/ios/ios_tests.gyp |
@@ -1,4 +1,4 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Copyright 2013 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
@@ -12,12 +12,19 @@ |
'sources': [ |
'public/test/fake_profile_oauth2_token_service_ios_provider.h', |
'public/test/fake_profile_oauth2_token_service_ios_provider.mm', |
+ 'public/test/fake_string_provider.cc', |
+ 'public/test/fake_string_provider.h', |
+ 'public/test/test_chrome_browser_provider.h', |
+ 'public/test/test_chrome_browser_provider.mm', |
+ 'public/test/test_chrome_provider_initializer.cc', |
+ 'public/test/test_chrome_provider_initializer.h', |
], |
'dependencies': [ |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
+ '../ios/provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
+ '../testing/gtest.gyp:gtest', |
], |
'include_dirs': [ |
- '<(DEPTH)', |
+ '..', |
], |
}, |
], |