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

Unified Diff: chrome/browser/BUILD.gn

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: rebase 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 f6d3a701dd88e92f2e28c0c9315d88a104fc5fa1..39a9b2339b6f805de3de5fc63adf0946c7582177 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1598,7 +1598,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) {
« no previous file with comments | « chrome/app/vector_icons/google_chrome/product.icon ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698