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

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

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
diff --git a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
index b17252ddb13c0a74749b4e4354f981bcfcf56957..9a9a0a74cf1c133a013e54b591ba6e0b4a366276 100755
--- a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
@@ -157,7 +157,7 @@ class Templates:
fill_recursive(os.path.dirname(path_part), depth - 1)
components.append(os.path.basename(path_part))
- # Typical path is /Source/WebCore/inspector/CodeGeneratorInspector.py
+ # Typical path is /Source/platform/inspector_protocol/CodeGenerator.py
# Let's take 4 components from the real path then.
fill_recursive(absolute_path, 4)
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/devtools/scripts/compile_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698