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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 | « Source/core/core.gypi ('k') | Source/core/dom/Promise.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index a947a250ef49bfd9523f04ca918955654e4a5101..f8d3ab8242b7ca784191d23cddf2cd79eea6cef8 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -85,6 +85,30 @@
]
},
{
+ 'target_name': 'make_derived_sources_for_dom_js_implementation',
+ 'type': 'none',
+ 'sources': [
+ '<@(core_dom_binding_js_files)',
+ ],
+ 'rules': [
+ {
+ 'rule_name': 'derive_custom_script_header',
+ 'extension': 'js',
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT)CustomScript.h',
+ ],
+ 'msvs_cygwin_shell': 0,
+ 'action': [
+ '<(perl_exe)',
+ 'inspector/xxd.pl',
+ '<(RULE_INPUT_ROOT)_js',
+ '<(RULE_INPUT_PATH)',
+ '<@(_outputs)',
+ ],
+ },
+ ],
+ },
+ {
'target_name': 'make_derived_sources',
'type': 'none',
'hard_dependency': 1,
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698