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

Unified Diff: ui/chromeos/BUILD.gn

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/BUILD.gn
diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
index bcfaad4c6a9adf5452b103a9239431531d3022df..ea2fc20cf58b9d78a24c843eee54de4ee2588ca5 100644
--- a/ui/chromeos/BUILD.gn
+++ b/ui/chromeos/BUILD.gn
@@ -38,6 +38,7 @@ component("ui_chromeos") {
"user_activity_power_manager_notifier.cc",
"user_activity_power_manager_notifier.h",
]
+ defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
@@ -53,10 +54,10 @@ component("ui_chromeos") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/message_center",
+ "//ui/native_theme",
"//ui/views",
"//ui/wm",
]
- defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
}
test("ui_chromeos_unittests") {
@@ -77,6 +78,8 @@ test("ui_chromeos_unittests") {
"//testing/gtest",
"//ui/aura:test_support",
"//ui/compositor",
+ "//ui/events:test_support",
+ "//ui/gl",
"//ui/message_center",
"//ui/resources:ui_test_pak",
"//ui/views",
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698