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

Unified Diff: chrome/third_party/chromevox/BUILD.gn

Issue 2776293002: Refresh ChromeVox options page CSS (Closed)
Patch Set: Created 3 years, 9 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/third_party/chromevox/BUILD.gn
diff --git a/chrome/third_party/chromevox/BUILD.gn b/chrome/third_party/chromevox/BUILD.gn
index 62e6afafa00c3f3d1255f2d6be6aa438e4a7073b..51d35c36614ab0bd0b7dc863fe152158c2299c87 100644
--- a/chrome/third_party/chromevox/BUILD.gn
+++ b/chrome/third_party/chromevox/BUILD.gn
@@ -8,22 +8,10 @@ chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
group("chromevox_third_party_resources") {
deps = [
- ":chromevox_third_party_background_resources",
":chromevox_third_party_injected_resources",
]
}
-copy("chromevox_third_party_background_resources") {
- sources = [
- "chromevox/background/chrome_shared2.css",
- "chromevox/background/options.css",
- "chromevox/background/options_widgets.css",
- ]
- outputs = [
- "$chromevox_out_dir/chromevox/background/{{source_file_part}}",
- ]
-}
-
copy("chromevox_third_party_injected_resources") {
sources = [
"chromevox/injected/mathjax.js",

Powered by Google App Engine
This is Rietveld 408576698