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

Unified Diff: components/devtools_bridge/client/resources.grd

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: 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
Index: components/devtools_bridge/client/resources.grd
diff --git a/components/devtools_bridge/client/resources.grd b/components/devtools_bridge/client/resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..0bdc601a2bd8f76e2b0353a1a0028f05e7429829
--- /dev/null
+++ b/components/devtools_bridge/client/resources.grd
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/web_client.h" type="rc_header">
+ <emit emit_type='prepend'/>
+ </output>
+ <output filename="grit/devtools_bridge/web_client_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/devtools_bridge/web_client_resources_map.h" type="resource_map_header" />
+ <output filename="devtools_bridge/web_client_resources.pak" type="data_package" />
+ <output filename="devtools_bridge/web_client_resources.rc" type="rc_all" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include name="IDR_CLIENT_SESSION_JS" file="js/client_session.js" type="BINDATA" />
+ <include name="IDR_GCD_CLIENT_JS" file="js/gcd_client.js" type="BINDATA" />
+ <include name="IDR_WEB_CLIENT_HTML" file="web_client.html" flattenhtml="false" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_WEB_CLIENT_JS" file="js/web_client.js" type="BINDATA" />
+ </includes>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698