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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gni

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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/tools/jsbundler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox.gni
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gni b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
index 7ea04956a45fa2bb06cdbcbb66973b8b7116ce5a..f3bf9a67a7833463e0b5ed6c1e1035a9607b072d 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
@@ -18,7 +18,8 @@ jsbundler_modules = rebase_path([
],
".",
"$closure_library_dir/../bin/build")
-jsbundler_modules += [ "//third_party/WebKit/Source/build/scripts/rjsmin.py" ]
+jsbundler_modules +=
+ [ "//third_party/WebKit/Source/devtools/scripts/rjsmin.py" ]
# List of all modules that are included in one or more of the production
# chromevox scripts.
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/tools/jsbundler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698