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

Unified Diff: google_apis/google_apis.gyp

Issue 12330155: Isolate check_internal.py to the .gypi files that need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index c1f44e7526d5849bbb1d9301f17b7c759796abf8..cbd3d18e8701a8e72211abcec9403d061ee53721 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -13,6 +13,9 @@
{
'target_name': 'google_apis',
'type': 'static_library',
+ 'includes': [
+ 'determine_use_official_keys.gypi',
+ ],
'dependencies': [
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
@@ -45,9 +48,6 @@
'GOOGLE_CLIENT_SECRET_REMOTING="<(google_default_client_secret)"',
]
}],
- ['use_official_google_api_keys==1', {
- 'defines': ['USE_OFFICIAL_GOOGLE_API_KEYS=1'],
- }],
],
'sources': [
'gaia/gaia_auth_consumer.cc',
« google_apis/determine_use_official_keys.gypi ('K') | « google_apis/determine_use_official_keys.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698