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

Unified Diff: site_scons/site_tools/chromium_builders.py

Issue 21286: Add to and sort the list of non-compilable suffixes. (Closed)
Patch Set: Created 11 years, 10 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 ec1e34785116dd83cec18608329b3f95c8fcf50b..56d32f2be0781e87f6abe3688a1d82128f0db470 100644
--- a/site_scons/site_tools/chromium_builders.py
+++ b/site_scons/site_tools/chromium_builders.py
@@ -57,10 +57,15 @@ __builtin__.ChromeFileList = ChromeFileList
non_compilable_suffixes = {
'LINUX' : set([
- '.h',
+ '.bdic',
+ '.css',
'.dat',
- '.rc',
+ '.h',
+ '.html',
+ '.hxx',
'.idl',
+ '.js',
+ '.rc',
]),
'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