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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 138223002: WIP: Implement binding layer for Blink-in-JavaScript Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/frame/DOMWindowBase64.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 c6e2f46c8c5debddf0a6523242c4ef6859681cc7..462cb81d4fc5913fa38b9524094ef4a5a9c48c3f 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -104,6 +104,23 @@
],
'actions': [
{
+ 'action_name': 'generateBlinkInJavaScript',
+ 'inputs': [
+ '../bindings/v8/BlinkInJavaScriptController.js',
+ 'frame/WindowBase64.js',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink/BlinkInJavaScript.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_blink_in_javascript.py',
+ '<@(_outputs)',
+ '<@(_inputs)'
+ ],
+ 'msvs_cygwin_shell': 0,
+ },
+ {
'action_name': 'generateXMLViewerCSS',
'inputs': [
'xml/XMLViewer.css',
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/frame/DOMWindowBase64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698