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

Unified Diff: build/filename_rules.gypi

Issue 10632015: filename_rules: Separate chromeos from x11 rule (Closed) Base URL: https://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 6 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 | no next file » | 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 2f043e2db08983a4b9385224ea9033f675a8873e..5941f7a175309e5b9725660a9d6fa9ba89453ad9 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -48,7 +48,7 @@
],
}],
['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
- 'sources/': [ ['exclude', '_chromeos\\.(h|cc)$'] ]
+ 'sources/': [ ['exclude', '_chromeos(_unittest)?\\.(h|cc)$'] ]
}],
['>(nacl_untrusted_build)==0', {
'sources/': [
@@ -62,7 +62,7 @@
}],
['<(use_x11)!=1 or >(nacl_untrusted_build)==1', {
'sources/': [
- ['exclude', '_(chromeos|x|x11)(_unittest)?\\.(h|cc)$'],
oshima 2012/06/22 15:38:43 oh, i didn't know we had this rule. thanks.
+ ['exclude', '_(x|x11)(_unittest)?\\.(h|cc)$'],
['exclude', '(^|/)x11_[^/]*\\.(h|cc)$'],
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698