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

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

Issue 536233002: Begin introducing some of the initial pieces for ChromeVox next commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromeos_conversions
Patch Set: Rebase. 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 ec85be4f1af16c46ae6d696226fdb66d7d016820..b255ca3f4a1b6f2135e14930aaf6396cfc5f6cc6 100644
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
@@ -31,7 +31,6 @@
},
'sources': [
'cvox2/background/loader.js',
- 'cvox2/injected/loader.js',
],
'includes': [ '../chromevox/copy_js.gypi', ],
},
@@ -43,7 +42,6 @@
},
'sources': [
'cvox2/background/loader.js',
- 'cvox2/injected/loader.js',
],
'includes': ['../chromevox/generate_deps.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698