Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: ios/ios_tests.gyp

Issue 809333003: Upstream //ios/chrome/browser/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)',
+ '..',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698