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

Unified Diff: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp

Issue 572373002: Refactor tabs API handlers out of AccessibilityApiHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Getting out of a bind. Created 6 years, 3 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: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
diff --git a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
index b255ca3f4a1b6f2135e14930aaf6396cfc5f6cc6..0eb27b4d683f64c91b19e8a51eb6fd3dbb2000f7 100644
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
@@ -24,10 +24,6 @@
'type': 'none',
'variables': {
'dest_dir': '<(chromevox_dest_dir)',
- 'js_root_flags': [
- '-r', '.',
- '-r', '<(closure_goog_dir)',
- ],
},
'sources': [
'cvox2/background/loader.js',

Powered by Google App Engine
This is Rietveld 408576698