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

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

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated the chromevox script 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/concatenate_application_code.py
diff --git a/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py b/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
index c6e1567b75c136f149ecc54448202e26b7aad3bc..d9204a8c50f0bcca5a760558eeebcbbe8fcf1f27 100755
--- a/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
+++ b/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
@@ -31,13 +31,6 @@ try:
except ImportError:
import json
-rjsmin_path = path.abspath(join(
- path.dirname(__file__),
- '..',
- '..',
- 'build',
- 'scripts'))
-sys.path.append(rjsmin_path)
import rjsmin
« no previous file with comments | « third_party/WebKit/Source/core/inspector/v8/v8_inspector.gyp ('k') | third_party/WebKit/Source/devtools/scripts/rjsmin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698