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

Unified Diff: build/filename_rules.gypi

Issue 14816004: Add gyp support for ozone platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor tweak Created 7 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
« no previous file with comments | « build/common.gypi ('k') | 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 2892a371305e0e34a0bd60f5a1b2847eb31bbc44..0ecc6ef1e8eb6815d185109ba8f93e36d45a51b9 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -97,5 +97,10 @@
['exclude', '(^|/)ash/'],
]
}],
+ ['<(use_ozone)==0 or >(nacl_untrusted_build)==1', {
+ 'sources/': [ ['exclude', '_ozone(_browsertest|_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)ozone/'],
+ ]
+ }],
]
}
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698