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

Unified Diff: Source/devtools/PRESUBMIT.py

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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 | « Source/core/inspector/InspectorInstrumentationCustomInl.h ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/PRESUBMIT.py
diff --git a/Source/devtools/PRESUBMIT.py b/Source/devtools/PRESUBMIT.py
index a40801721c81ac744e3cd008478748e4e935a135..524116af97d696e577e3de8e17cd0a854d3fd520 100644
--- a/Source/devtools/PRESUBMIT.py
+++ b/Source/devtools/PRESUBMIT.py
@@ -48,8 +48,7 @@ def _CompileDevtoolsFrontend(input_api, output_api):
if (any(devtools_front_end in path for path in local_paths) or
any("protocol.json" in path for path in local_paths) or
any("compile_frontend.py" in path for path in local_paths) or
- any("InjectedScriptSource.js" in path for path in local_paths) or
- any("InjectedScriptCanvasModuleSource.js" in path for path in local_paths)):
+ any("InjectedScriptSource.js" in path for path in local_paths)):
lint_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
"scripts", "compile_frontend.py")
out, _ = input_api.subprocess.Popen(
« no previous file with comments | « Source/core/inspector/InspectorInstrumentationCustomInl.h ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698