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

Unified Diff: chrome/chrome_tests.gypi

Issue 10031002: Allow extension APIs to be compiled out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unneeded resources Created 8 years, 8 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 74a56118ccd94fc962b14c1cb09628a7931f8dbd..e1e853b838c5afd72ec1f8b5c2bb51cb1d0f139f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2146,6 +2146,13 @@
'../v8/tools/gyp/v8.gyp:v8_shell#host',
],
}],
+ ['enable_extensions==0', {
+ 'sources/': [
+ ['exclude', '^browser/extensions/api/'],
+ ['exclude', '^browser/extensions/extension_idle_api_unittest.cc'],
+ ['exclude', '^browser/extensions/extension_omnibox_unittest.cc'],
+ ],
+ }],
['use_aura==1', {
'dependencies': [
'../ui/aura/aura.gyp:test_support_aura',

Powered by Google App Engine
This is Rietveld 408576698