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

Unified Diff: ui/base/BUILD.gn

Issue 1042293004: Fix 'gn check' errors in //ui/* and add to default checked set (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « .gn ('k') | ui/events/platform/BUILD.gn » ('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 189a0176dce4d620104f51dbf08cf29a58ed62d4..b56f9ad28fce696b5237616b5d686fe51e66da8e 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -19,7 +19,6 @@ component("base") {
"accelerators/accelerator_manager.cc",
"accelerators/accelerator_manager.h",
"accelerators/platform_accelerator.h",
- "ui_base_export.h",
]
defines = [ "UI_BASE_IMPLEMENTATION" ]
@@ -88,7 +87,10 @@ component("base") {
}
if (is_android) {
- deps += [ ":ui_base_jni_headers" ]
+ deps += [
+ ":ui_base_jni_headers",
+ "//cc",
+ ]
libs += [ "jnigraphics" ]
}
« no previous file with comments | « .gn ('k') | ui/events/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698