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

Unified Diff: build/filename_rules.gypi

Issue 11973004: Add filter fo chromeos dirs in filename_rules.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 515adc1c9b34cdceb3c5fd68d065f7f499a55f0e..1d54ddf2d4fed54dec9dbcd11174261fdfe6c093 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -48,7 +48,10 @@
],
}],
['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
- 'sources/': [ ['exclude', '_chromeos(_unittest)?\\.(h|cc)$'] ]
+ 'sources/': [
+ ['exclude', '_chromeos(_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)chromeos/'],
+ ],
}],
['>(nacl_untrusted_build)==0', {
'sources/': [
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698