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

Unified Diff: Source/bindings/bindings.gypi

Issue 316173008: IDL build: factor out global objects action into a GYP template (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Source/bindings/core/core.gypi » ('j') | Source/bindings/core/core.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 0b249244a565300fc67b0c4dc0b0ff8d48c774f9..354b185c08323da1d909833bdbf1b9a205454e17 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -11,19 +11,5 @@
'bindings_unittest_files': [
'<@(bindings_v8_unittest_files)',
],
- 'conditions': [
- # The bindings generator can skip writing generated files if they
- # are identical to the already existing file, which avoids
- # recompilation. However, a dependency (earlier build step) having
- # a newer timestamp than an output (later build step) confuses some
- # build systems, so only use this on ninja, which explicitly
- # supports this use case (gyp turns all actions into ninja restat
- # rules).
- ['"<(GENERATOR)"=="ninja"', {
- 'write_file_only_if_changed': '1',
- }, {
- 'write_file_only_if_changed': '0',
- }],
- ],
},
}
« no previous file with comments | « no previous file | Source/bindings/core/core.gypi » ('j') | Source/bindings/core/core.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698