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

Unified Diff: Source/core/core_generated.gyp

Issue 360703003: Implement Blink-in-JS for DOM methods (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
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 3b9ea2157a9eb343fb75c8ea515a95200b4dc4ee..83e20dc2a3ae77246b23b197b9851dbef9527260 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -166,6 +166,25 @@
],
},
{
+ 'action_name': 'generatePrivateScriptForTesting',
+ 'private_script_files': [
+ 'testing/Internals.js',
+ ],
+ 'inputs': [
+ '../build/scripts/make_private_script_source.py',
+ '<@(_private_script_files)',
+ ],
+ 'outputs': [
+ '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_private_script_source.py',
+ '<@(_outputs)',
+ '<@(_private_script_files)'
+ ],
+ },
+ {
'action_name': 'generateXMLViewerCSS',
'inputs': [
'xml/XMLViewer.css',

Powered by Google App Engine
This is Rietveld 408576698