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

Unified Diff: content/browser/BUILD.gn

Issue 2656463002: Implement MD simple gesture nav (Closed)
Patch Set: Simplified ThreePartImage test 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ee3c5e63a2f14fb51028518b0f4275648210b845..6cfc13b22c2dbf9aa34d5020107ff5b700d615a0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1463,7 +1463,10 @@ source_set("browser") {
deps += [ "//sandbox" ]
}
if (!is_android) {
- deps += [ "//content/browser/tracing:resources" ]
+ deps += [
+ "//content/browser/tracing:resources",
+ "//ui/vector_icons",
+ ]
}
if ((use_udev && is_posix) || is_mac || is_win) {
deps += [ "//tools/battor_agent:battor_agent_lib" ]
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698