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

Unified Diff: headless/lib/resources/headless_lib_resources.grd

Issue 1698403004: headless: Add devtools discovery page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « headless/lib/resources/devtools_discovery_page.html ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/resources/headless_lib_resources.grd
diff --git a/net/base/net_resources.grd b/headless/lib/resources/headless_lib_resources.grd
similarity index 50%
copy from net/base/net_resources.grd
copy to headless/lib/resources/headless_lib_resources.grd
index fef4e69d2f5f04973162fdfa6cb62547ea567b4a..060ab47b9b22df24512e74e364f0290bb91426f1 100644
--- a/net/base/net_resources.grd
+++ b/headless/lib/resources/headless_lib_resources.grd
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<grit latest_public_release="0" current_release="1">
<outputs>
- <output filename="grit/net_resources.h" type="rc_header">
+ <output filename="grit/headless_lib_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
- <output filename="net_resources.pak" type="data_package" />
+ <output filename="headless_lib_resources.pak" type="data_package" />
</outputs>
<translations />
<release seq="1">
<includes>
- <include name="IDR_DIR_HEADER_HTML" file="dir_header.html" type="BINDATA" />
+ <include name="IDR_HEADLESS_LIB_DEVTOOLS_DISCOVERY_PAGE" file="devtools_discovery_page.html" type="BINDATA" />
</includes>
</release>
</grit>
« no previous file with comments | « headless/lib/resources/devtools_discovery_page.html ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698