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

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: Working version. Created 7 years, 7 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 | « google_apis/determine_use_official_keys.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index dd346a83c12a6446268b9c6b1f158e2a2055f606..9a6ec478b6582f97aa1a95988b27a5ed313f7535 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',
« no previous file with comments | « 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