Chromium Code Reviews| Index: public/blink_resources.grd |
| diff --git a/public/blink_resources.grd b/public/blink_resources.grd |
| index 7a12d1cc33b22897e347f8835e63013797f498b9..0e0ee25c1049441f275f80f08ad85f9d014b0f20 100644 |
| --- a/public/blink_resources.grd |
| +++ b/public/blink_resources.grd |
| @@ -11,6 +11,10 @@ |
| <includes> |
| <include name="IDR_XML_VIEWER_JS" file="../Source/core/xml/XMLViewer.js" type="BINDATA"/> |
| <include name="IDR_XML_VIEWER_CSS" file="../Source/core/xml/XMLViewer.css" type="BINDATA"/> |
| + <include name="IDR_INSPECTOR_OVERLAY_PAGE_HTML" file="../Source/core/inspector/InspectorOverlayPage.html" type="BINDATA"/> |
| + <include name="IDR_INJECTED_SCRIPT_CANVAS_MODULE_SOURCE" file="../Source/core/inspector/InjectedScriptCanvasModuleSource.js" type="BINDATA"/> |
|
pfeldman
2014/07/24 07:50:43
Lets prefix all consts with inspector?
IDR_INSPECT
|
| + <include name="IDR_INJECTED_SCRIPT_SOURCE" file="../Source/core/inspector/InjectedScriptSource.js" type="BINDATA"/> |
| + <include name="IDR_DEBUGGER_SCRIPT_SOURCE" file="../Source/bindings/core/v8/DebuggerScript.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_CALENDAR_PICKER_CSS" file="../Source/web/resources/calendarPicker.css" type="BINDATA"/> |