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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11411324: Exclude chrome/common/extensions/api/ from build if enable_extensions==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude test Created 8 years 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 7487fb99ae2938ab4585c760b7295bd4e7646a59..d0a09ac76bebe3311a9d889a74eedbac27a9285d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1729,6 +1729,7 @@
'sources/': [
['exclude', '^browser/extensions/api/'],
['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc'],
+ ['exclude', '^common/extensions/api/'],
],
}],
['use_ash==1', {

Powered by Google App Engine
This is Rietveld 408576698