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

Unified Diff: site_scons/site_tools/chromium_builders.py

Issue 123015: Add .fragment and .sigs to non-compiliable suffixes. (Closed)
Patch Set: Created 11 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: site_scons/site_tools/chromium_builders.py
diff --git a/site_scons/site_tools/chromium_builders.py b/site_scons/site_tools/chromium_builders.py
index 5fe95991419699b9b02459aa069b5e3f330e5805..1cbf4d3c8f0d9b6509b4eca51c3638f36d650112 100644
--- a/site_scons/site_tools/chromium_builders.py
+++ b/site_scons/site_tools/chromium_builders.py
@@ -162,14 +162,16 @@ non_compilable_suffixes = {
'.bdic',
'.css',
'.dat',
+ '.fragment',
'.gperf',
'.h',
'.html',
'.hxx',
'.idl',
- '.mk',
'.js',
+ '.mk',
'.rc',
+ '.sigs',
]),
'WINDOWS' : set([
'.h',
« 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