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

Unified Diff: Source/core/core_generated.gyp

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 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/ProcessingInstruction.cpp » ('j') | 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 6f05531c27e2d9e1e9c5a76942525e8b5307de7d..ef5fc51e00ed67ad0fd74caed5abc64473c7b989 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -150,8 +150,10 @@
# crbug.com/341031
'private_script_files': [
'../bindings/core/v8/PrivateScriptRunner.js',
+ 'dom/ProcessingInstruction.js',
'html/HTMLMarqueeElement.js',
'xml/DocumentXMLTreeViewer.js',
+ 'xml/DocumentXSLT.js',
],
'inputs': [
'../build/scripts/make_private_script_source.py',
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/ProcessingInstruction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698