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

Unified Diff: components/components_tests.gyp

Issue 234573003: Upstream PO2TS_IOS unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 8 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
« no previous file with comments | « no previous file | components/signin/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4983e5fdcd90a580d2d50b1bf914880bc8ed3980..9e588d8e1d417dcab231b28d7844def764094633 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -115,6 +115,7 @@
'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'signin/core/browser/signin_error_controller_unittest.cc',
'signin/core/browser/webdata/token_service_table_unittest.cc',
+ 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
'storage_monitor/image_capture_device_manager_unittest.mm',
'storage_monitor/media_storage_util_unittest.cc',
'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc',
@@ -298,6 +299,11 @@
['include', '^translate/'],
['include', '^variations/'],
],
+ 'dependencies': [
+ # Dependencies of signin
+ 'components.gyp:signin_ios_browser',
+ '../ios/ios_tests.gyp:test_support_ios',
+ ],
'actions': [
{
'action_name': 'copy_test_data',
« no previous file with comments | « no previous file | components/signin/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698