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

Unified Diff: chrome/browser/BUILD.gn

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? Created 3 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7e0a6021a4fde27f9b692c5ea633f70d0bc93589..448f7d344b038047bb2adcaaf71b3bb8f03d2be9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1596,7 +1596,11 @@ split_static_library("browser") {
"//v8",
]
} else {
- deps += [ "//net:net" ]
+ deps += [
+ "//chrome/app/vector_icons",
+ "//net:net",
+ "//ui/vector_icons",
+ ]
}
if (is_chromeos && use_cras) {

Powered by Google App Engine
This is Rietveld 408576698