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

Unified Diff: ui/shell_dialogs/BUILD.gn

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py 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 | « ui/base/ui_base.gyp ('k') | ui/shell_dialogs/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/BUILD.gn
diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn
index 24edffb12eb07a3f6c9c4403fc778ceaaeafed81..77897ffb89436ea6f1f0ef69c9d744c739ec2ecd 100644
--- a/ui/shell_dialogs/BUILD.gn
+++ b/ui/shell_dialogs/BUILD.gn
@@ -53,7 +53,10 @@ component("shell_dialogs") {
}
if (is_android) {
- deps += [ "//ui/base:ui_base_jni_headers" ]
+ deps += [
+ "//ui/android",
+ "//ui/base:ui_base_jni_headers",
+ ]
include_dirs = [ "$root_gen_dir/ui" ]
libs = [ "jnigraphics" ]
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/shell_dialogs/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698