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

Unified Diff: ash/BUILD.gn

Issue 1684933002: Fix ash 'gn check' errors; whitelist target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chromeos config too. Created 4 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 | « .gn ('k') | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index e6ecc7244e83b589c5677f78cc2bbbf194de6501..76c050cf9bc1bde317f917d13b05de10d5e33062 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -45,6 +45,7 @@ component("ash") {
"//ui/base:ui_data_pack",
"//ui/base/ime",
"//ui/compositor",
+ "//ui/display/types",
"//ui/events",
"//ui/events:events_base",
"//ui/events:gesture_detection",
@@ -53,6 +54,8 @@ component("ash") {
"//ui/gfx/geometry",
"//ui/keyboard",
"//ui/message_center",
+ "//ui/native_theme",
+ "//ui/platform_window",
"//ui/platform_window/stub",
"//ui/resources",
"//ui/strings",
@@ -101,6 +104,7 @@ component("ash") {
"//chromeos",
"//chromeos:power_manager_proto",
"//device/bluetooth",
+ "//third_party/WebKit/public:blink_headers",
sky 2016/02/10 00:04:35 Please add a TODO to remove this. ash_with_content
msw 2016/02/10 20:30:22 Done.
"//third_party/qcms",
"//ui/chromeos:ui_chromeos",
"//ui/chromeos/resources",
« no previous file with comments | « .gn ('k') | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698