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

Unified Diff: third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py

Issue 2867073006: Adds a /json/protocol endpoint to serve the DevTools protocol (Closed)
Patch Set: try a different dependancy Created 3 years, 7 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 | « content/browser/devtools/devtools_http_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py
diff --git a/third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py b/third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py
index 5fd837e72aba1fce508bbce43e9a48b6fee4ed0b..6794459fa2dea8ee250a69c86744af3f2e3d759d 100755
--- a/third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py
+++ b/third_party/WebKit/Source/devtools/scripts/build/generate_devtools_grd.py
@@ -53,7 +53,9 @@ kGrdTemplate = '''<?xml version="1.0" encoding="UTF-8"?>
<output filename="devtools_resources.pak" type="data_package" />
</outputs>
<release seq="1">
- <includes></includes>
+ <includes>
+ <include name="COMPRESSED_PROTOCOL_JSON" file="${compressed_protocol_file}" use_base_dir="false" type="BINDATA" />
pfeldman 2017/05/10 20:48:59 Is brotli that much better than 7z?
+ </includes>
</release>
</grit>
'''
« no previous file with comments | « content/browser/devtools/devtools_http_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698