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

Unified Diff: third_party/WebKit/Source/devtools/scripts/compile_frontend.py

Issue 2600323002: DevTools: extract protocol module (Closed)
Patch Set: move inspector backend commands.js Created 4 years 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 | « third_party/WebKit/Source/devtools/scripts/build/code_generator_frontend.py ('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/compile_frontend.py
diff --git a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
index a33f8dd07b417af53ef748be613d265fe15f4c8d..e7d9f0fc751231b23eacb768a73926cdf549aa7c 100755
--- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
@@ -327,8 +327,7 @@ def dump_module(name, recursively, processed_modules):
command += module_arg(name) + ':'
filtered_scripts = descriptors.module_compiled_files(name)
filtered_scripts = [path.join(devtools_frontend_path, name, script) for script in filtered_scripts]
- # TODO(dgozman): move to separate module
- if name == 'sdk':
+ if name == 'protocol':
filtered_scripts.append(protocol_externs_file)
command += str(len(filtered_scripts))
first_dependency = True
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/build/code_generator_frontend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698