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

Unified Diff: ui/views/BUILD.gn

Issue 927233003: MacViews: Fix positioning of top-level Widgets with parents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20150129-MacViews-Bringup5
Patch Set: Added comment to BridgedNativeWidget 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 | « no previous file | ui/views/cocoa/bridged_native_widget.h » ('j') | 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 be6c0da39a3d686fa05851be1a6880bf5e134a69..2d9e81323747276e201ef2a64147e29f5e062c2c 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -193,10 +193,6 @@ if (!is_win || link_chrome_on_windows) {
"//url",
]
- if (is_chromeos) {
- sources -= [ "ime/input_method_bridge_unittest.cc" ]
- }
-
if (is_win) {
deps += [
"//third_party/iaccessible2",
@@ -240,6 +236,9 @@ if (!is_win || link_chrome_on_windows) {
}
}
}
+ if (!is_chromeos) {
+ sources += gypi_values.views_unittests_desktop_sources
+ }
if (use_x11) {
deps += [
"//ui/events/platform/x11",
« no previous file with comments | « no previous file | ui/views/cocoa/bridged_native_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698