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

Unified Diff: components/components_tests.gyp

Issue 792193003: Implement CryptAuthAccessTokenFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 9ea4f9fcbd7798dad4869d6032efa423367bd1d3..6f97bbed42879f0d3ca417f3ce09b21ab72d7d97 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -754,6 +754,7 @@
'proximity_auth/bluetooth_connection_finder_unittest.cc',
'proximity_auth/client_unittest.cc',
'proximity_auth/connection_unittest.cc',
+ 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc',
'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
'proximity_auth/cryptauth/cryptauth_client_unittest.cc',
'proximity_auth/proximity_auth_system_unittest.cc',
@@ -768,6 +769,7 @@
# Dependencies of proxmity_auth
'components.gyp:proximity_auth',
'components.gyp:cryptauth',
+ '../google_apis/google_apis.gyp:google_apis_test_support',
Ilya Sherman 2014/12/11 02:53:21 nit: Please alphabetize.
Tim Song 2014/12/12 20:48:44 Done.
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
],
« no previous file with comments | « no previous file | components/proximity_auth.gypi » ('j') | components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698