Commit 24651064 authored by vivek.vg@samsung.com's avatar vivek.vg@samsung.com

[blink-in-js] Migrate resources required for blink-in-js to grd - part 1

Remove all the embedded resources from blink and migrate to using grd generated
pak files.

BUG=312586

R=haraken@chromium.org, jochen@chromium.org

Part 2: https://codereview.chromium.org/561653002
Part 3: https://codereview.chromium.org/560763002

Review URL: https://codereview.chromium.org/558933002

git-svn-id: svn://svn.chromium.org/blink/trunk@181714 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 101cf5ba
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
<include name="IDR_INSPECTOR_INJECTED_SCRIPT_CANVAS_MODULE_SOURCE_JS" file="../Source/core/inspector/InjectedScriptCanvasModuleSource.js" type="BINDATA"/> <include name="IDR_INSPECTOR_INJECTED_SCRIPT_CANVAS_MODULE_SOURCE_JS" file="../Source/core/inspector/InjectedScriptCanvasModuleSource.js" type="BINDATA"/>
<include name="IDR_INSPECTOR_INJECTED_SCRIPT_SOURCE_JS" file="../Source/core/inspector/InjectedScriptSource.js" type="BINDATA"/> <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_INSPECTOR_DEBUGGER_SCRIPT_SOURCE_JS" file="../Source/bindings/core/v8/DebuggerScript.js" 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_PRIVATESCRIPTRUNNER_JS" file="../Source/bindings/core/v8/PrivateScriptRunner.js" type="BINDATA"/>
<include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/pickerCommon.js" type="BINDATA"/> <include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/pickerCommon.js" type="BINDATA"/>
<include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pickerCommon.css" type="BINDATA"/> <include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pickerCommon.css" type="BINDATA"/>
<include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/calendarPicker.css" type="BINDATA"/> <include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/calendarPicker.css" type="BINDATA"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment