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

Unified Diff: ui/base/BUILD.gn

Issue 908033003: Remove dependency from ui/base to cc on non-Android platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | ui/base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 45298447636bfac91097e1d174efcf929899f2d1..e10e97e9d172f258f9b59df878652993022a2446 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -306,7 +306,6 @@ component("base") {
"//base/third_party/dynamic_annotations",
"//base:base_static",
"//base:i18n",
- "//cc",
"//net",
"//third_party/icu",
"//ui/events",
@@ -528,7 +527,10 @@ component("base") {
"ui_base_types.cc",
]
- deps += [ ":ui_base_jni_headers" ]
+ deps += [
+ "//cc",
Nico 2015/02/10 02:48:32 It's a bit wild that this dep is required on andro
+ ":ui_base_jni_headers",
+ ]
libs += [ "jnigraphics" ]
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | ui/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698