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

Unified Diff: build/jumbo.py

Issue 2822243002: Fixup jumbo.gni (-Wno-subobject-linkage)
Patch Set: Fixup base scripts for mac (Objective C) Created 3 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/jumbo.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/jumbo.py
diff --git a/build/jumbo.py b/build/jumbo.py
index 004b22d08b948229b1e4c0566e01157b1cbef58d..40232394eb442871dcc8eeab3f003096b9fddf4b 100755
--- a/build/jumbo.py
+++ b/build/jumbo.py
@@ -44,7 +44,7 @@ def main():
while written_inputs < input_limit:
filename = inputs[written_inputs]
written_inputs += 1
- if filename.endswith(".h"):
+ if filename.endswith(".h") or filename.endswith(".mm"):
continue
out.write("#include \"%s\"\n" % filename)
« no previous file with comments | « build/jumbo.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698