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

Side by Side Diff: third_party/WebKit/public/blink_resources.grd

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated the chromevox script Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/rjsmin.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/blink_resources.h" type="rc_header"> 4 <output filename="grit/blink_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="blink_resources.pak" type="data_package" /> 7 <output filename="blink_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
(...skipping 16 matching lines...) Expand all
27 <include name="IDR_UASTYLE_THEME_WIN_QUIRKS_CSS" file="../Source/core/css/ themeWinQuirks.css" type="BINDATA"/> 27 <include name="IDR_UASTYLE_THEME_WIN_QUIRKS_CSS" file="../Source/core/css/ themeWinQuirks.css" type="BINDATA"/>
28 <include name="IDR_UASTYLE_SVG_CSS" file="../Source/core/css/svg.css" type ="BINDATA"/> 28 <include name="IDR_UASTYLE_SVG_CSS" file="../Source/core/css/svg.css" type ="BINDATA"/>
29 <include name="IDR_UASTYLE_MATHML_CSS" file="../Source/core/css/mathml.css " type="BINDATA"/> 29 <include name="IDR_UASTYLE_MATHML_CSS" file="../Source/core/css/mathml.css " type="BINDATA"/>
30 <include name="IDR_UASTYLE_MEDIA_CONTROLS_CSS" file="../Source/core/css/me diaControls.css" type="BINDATA"/> 30 <include name="IDR_UASTYLE_MEDIA_CONTROLS_CSS" file="../Source/core/css/me diaControls.css" type="BINDATA"/>
31 <include name="IDR_UASTYLE_MEDIA_CONTROLS_NEW_CSS" file="../Source/core/cs s/mediaControlsNew.css" type="BINDATA"/> 31 <include name="IDR_UASTYLE_MEDIA_CONTROLS_NEW_CSS" file="../Source/core/cs s/mediaControlsNew.css" type="BINDATA"/>
32 <include name="IDR_UASTYLE_FULLSCREEN_CSS" file="../Source/core/css/fullsc reen.css" type="BINDATA"/> 32 <include name="IDR_UASTYLE_FULLSCREEN_CSS" file="../Source/core/css/fullsc reen.css" type="BINDATA"/>
33 <include name="IDR_UASTYLE_XHTMLMP_CSS" file="../Source/core/css/xhtmlmp.c ss" type="BINDATA"/> 33 <include name="IDR_UASTYLE_XHTMLMP_CSS" file="../Source/core/css/xhtmlmp.c ss" type="BINDATA"/>
34 <include name="IDR_UASTYLE_VIEWPORT_ANDROID_CSS" file="../Source/core/css/ viewportAndroid.css" type="BINDATA"/> 34 <include name="IDR_UASTYLE_VIEWPORT_ANDROID_CSS" file="../Source/core/css/ viewportAndroid.css" type="BINDATA"/>
35 35
36 <include name="IDR_INSPECTOR_OVERLAY_PAGE_HTML" file="../Source/core/inspe ctor/InspectorOverlayPage.html" type="BINDATA"/> 36 <include name="IDR_INSPECTOR_OVERLAY_PAGE_HTML" file="../Source/core/inspe ctor/InspectorOverlayPage.html" type="BINDATA"/>
37 <include name="IDR_INSPECTOR_INJECTED_SCRIPT_SOURCE_JS" file="../Source/co re/inspector/v8/InjectedScriptSource.js" type="BINDATA"/>
38 <include name="IDR_INSPECTOR_DEBUGGER_SCRIPT_SOURCE_JS" file="../Source/co re/inspector/v8/DebuggerScript.js" type="BINDATA"/>
39 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS" file="../Source/ core/editing/js/DocumentExecCommand.js" type="BINDATA"/> 37 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS" file="../Source/ core/editing/js/DocumentExecCommand.js" type="BINDATA"/>
40 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_CSS" file="../Sour ce/core/xml/DocumentXMLTreeViewer.css" type="BINDATA"/> 38 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_CSS" file="../Sour ce/core/xml/DocumentXMLTreeViewer.css" type="BINDATA"/>
41 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS" file="../Sourc e/core/xml/DocumentXMLTreeViewer.js" type="BINDATA"/> 39 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS" file="../Sourc e/core/xml/DocumentXMLTreeViewer.js" type="BINDATA"/>
42 <include name="IDR_PRIVATE_SCRIPT_HTMLMARQUEEELEMENT_JS" file="../Source/c ore/html/HTMLMarqueeElement.js" type="BINDATA"/> 40 <include name="IDR_PRIVATE_SCRIPT_HTMLMARQUEEELEMENT_JS" file="../Source/c ore/html/HTMLMarqueeElement.js" type="BINDATA"/>
43 <include name="IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS" file="../Source/ bindings/core/v8/PrivateScriptRunner.js" type="BINDATA"/> 41 <include name="IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS" file="../Source/ bindings/core/v8/PrivateScriptRunner.js" type="BINDATA"/>
44 <if expr="not is_android"> 42 <if expr="not is_android">
45 <include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/picke rCommon.js" type="BINDATA"/> 43 <include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/picke rCommon.js" type="BINDATA"/>
46 <include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pick erCommon.css" type="BINDATA"/> 44 <include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pick erCommon.css" type="BINDATA"/>
47 <include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/ca lendarPicker.css" type="BINDATA"/> 45 <include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/ca lendarPicker.css" type="BINDATA"/>
48 <include name="IDR_CALENDAR_PICKER_JS" file="../Source/web/resources/cal endarPicker.js" type="BINDATA"/> 46 <include name="IDR_CALENDAR_PICKER_JS" file="../Source/web/resources/cal endarPicker.js" type="BINDATA"/>
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 <include name="IDR_AUDIO_SPATIALIZATION_T345_P060" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P060.wav" type="BINDATA"/> 293 <include name="IDR_AUDIO_SPATIALIZATION_T345_P060" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P060.wav" type="BINDATA"/>
296 <include name="IDR_AUDIO_SPATIALIZATION_T345_P075" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P075.wav" type="BINDATA"/> 294 <include name="IDR_AUDIO_SPATIALIZATION_T345_P075" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P075.wav" type="BINDATA"/>
297 <include name="IDR_AUDIO_SPATIALIZATION_T345_P090" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P090.wav" type="BINDATA"/> 295 <include name="IDR_AUDIO_SPATIALIZATION_T345_P090" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P090.wav" type="BINDATA"/>
298 <include name="IDR_AUDIO_SPATIALIZATION_T345_P315" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P315.wav" type="BINDATA"/> 296 <include name="IDR_AUDIO_SPATIALIZATION_T345_P315" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P315.wav" type="BINDATA"/>
299 <include name="IDR_AUDIO_SPATIALIZATION_T345_P330" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P330.wav" type="BINDATA"/> 297 <include name="IDR_AUDIO_SPATIALIZATION_T345_P330" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P330.wav" type="BINDATA"/>
300 <include name="IDR_AUDIO_SPATIALIZATION_T345_P345" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P345.wav" type="BINDATA"/> 298 <include name="IDR_AUDIO_SPATIALIZATION_T345_P345" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P345.wav" type="BINDATA"/>
301 </if> 299 </if>
302 </includes> 300 </includes>
303 </release> 301 </release>
304 </grit> 302 </grit>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/rjsmin.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698