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

Unified Diff: chrome/chrome_tests_unit.gypi

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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 263a7efa941360bf81df6fb935a1bcb84ac51f87..5d7b7f7b50b95b1013a2dac2908d9c9ef9e8f89b 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -414,6 +414,11 @@
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
],
+ # TODO(joi): Remove this section once the google_apis tests are
+ # a separate unit test binary.
+ 'includes': [
+ '../google_apis/determine_use_official_keys.gypi',
+ ],
'include_dirs': [
'..',
],
@@ -2268,11 +2273,6 @@
['exclude', '^browser/importer/'],
],
}],
- # TODO(joi): Remove from this file once separate
- # google_apis_unittests target is established.
- ['use_official_google_api_keys==1', {
- 'defines': ['USE_OFFICIAL_GOOGLE_API_KEYS=1'],
- }],
['enable_managed_users!=1', {
'sources/': [
['exclude', '^browser/managed_mode/'],

Powered by Google App Engine
This is Rietveld 408576698