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

Unified Diff: Source/core/core_generated.gyp

Issue 345893002: Implement an infrastructure of Blink-in-JS 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 | « Source/build/scripts/make_private_script_source.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 4140de0ce7b3ca71bf26e09983312a767f0039f5..74dc51a2801821c47bb5ede33952fddc98546bd8 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -144,6 +144,29 @@
],
'actions': [
{
+ 'action_name': 'generatePrivateScript',
+ # FIXME: The implementation of Blink-in-JS is not yet mature.
+ # You can use Blink-in-JS in your local experiment, but don't ship it.
+ # crbug.com/341031
+ 'private_script_files': [
+ '../bindings/v8/PrivateScriptController.js',
+ '../bindings/v8/PrivateScriptTest.js',
+ ],
+ 'inputs': [
+ '../build/scripts/make_private_script_source.py',
+ '<@(_private_script_files)',
+ ],
+ 'outputs': [
+ '<(blink_core_output_dir)/PrivateScriptSources.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_private_script_source.py',
+ '<@(_outputs)',
+ '<@(_private_script_files)'
+ ],
+ },
+ {
'action_name': 'generateXMLViewerCSS',
'inputs': [
'xml/XMLViewer.css',
« no previous file with comments | « Source/build/scripts/make_private_script_source.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698