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

Unified Diff: chrome/chrome_tests.gypi

Issue 215633004: Fix chrome_api and extensions_api gyp dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c7f2c69985a7ae6fee87bc3c1a3f9298d5eda494..b34e485345fde1718cf7f905b66061dbdcfb7b5f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -88,7 +88,6 @@
'chrome_resources.gyp:chrome_strings',
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
- 'common/extensions/api/api.gyp:chrome_api',
'debugger',
'renderer',
'test_support_common',
@@ -1715,6 +1714,7 @@
'../third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc',
],
'dependencies': [
+ 'browser_chromeos',
'../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_data',
],
}],
@@ -2440,7 +2440,6 @@
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
'common',
- 'common/extensions/api/api.gyp:chrome_api',
'renderer',
'test_support_sync_integration',
'../sync/sync.gyp:sync',
@@ -2593,7 +2592,6 @@
'target_name': 'sync_performance_tests',
'type': 'executable',
'dependencies': [
- 'common/extensions/api/api.gyp:chrome_api',
'test/perf/perf_test.gyp:*',
'test_support_sync_integration',
'../sync/sync.gyp:sync',

Powered by Google App Engine
This is Rietveld 408576698