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

Unified Diff: public/blink_resources.grd

Issue 755883004: [Blink-in-JS] 'Import' function to load sub-modules and other resources for private scripts (Part-1) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Corrected include order Created 6 years, 1 month 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/xml/DocumentXMLTreeViewer.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_resources.grd
diff --git a/public/blink_resources.grd b/public/blink_resources.grd
index f2ab71dbb98e1f27518ae49776e6cfe46b675c00..1c1d6b115fa8dfeaa9664793128f37adbda55f55 100644
--- a/public/blink_resources.grd
+++ b/public/blink_resources.grd
@@ -40,6 +40,7 @@
<include name="IDR_INSPECTOR_INJECTED_SCRIPT_SOURCE_JS" file="../Source/core/inspector/InjectedScriptSource.js" type="BINDATA"/>
<include name="IDR_INSPECTOR_DEBUGGER_SCRIPT_SOURCE_JS" file="../Source/bindings/core/v8/DebuggerScript.js" type="BINDATA"/>
<include name="IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS" file="../Source/core/editing/js/DocumentExecCommand.js" type="BINDATA"/>
+ <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_CSS" file="../Source/core/xml/DocumentXMLTreeViewer.css" type="BINDATA"/>
<include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS" file="../Source/core/xml/DocumentXMLTreeViewer.js" type="BINDATA"/>
<include name="IDR_PRIVATE_SCRIPT_HTMLMARQUEEELEMENT_JS" file="../Source/core/html/HTMLMarqueeElement.js" type="BINDATA"/>
<include name="IDR_PRIVATE_SCRIPT_PLUGINPLACEHOLDERELEMENT_JS" file="../Source/core/html/shadow/PluginPlaceholderElement.js" type="BINDATA"/>
« no previous file with comments | « Source/core/xml/DocumentXMLTreeViewer.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698