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

Unified Diff: ui/views/BUILD.gn

Issue 389083002: GN: Add //ui/base/ime, fix up printing on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« ui/base/ime/BUILD.gn ('K') | « ui/base/ime/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 9c32e6fe7c93a8df45c3ab7f1f39eb5ee134e8cf..7818b4c4882c4d5af760a56f2da164e6bd3545d9 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -42,12 +42,6 @@ component("views") {
forward_dependent_configs_from = [ "//ui/accessibility:ax_gen" ]
- if (!use_ash) {
- sources -= [
- "bubble/tray_bubble_view.cc",
- "bubble/tray_bubble_view.h",
- ]
- }
if (use_x11 && !is_chromeos) {
deps += [ "//ui/display/util" ]
}
« ui/base/ime/BUILD.gn ('K') | « ui/base/ime/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698