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

Unified Diff: ui/views/BUILD.gn

Issue 2532613002: MacViews: fix bubble direction in RTL. (Closed)
Patch Set: Fix compile Created 4 years, 1 month 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/bubble/bubble_dialog_delegate.cc » ('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 bbbb74d4ca9f674676bf6c1e9a8ccc57b44371de..e476c6e7d7fdad7be34db470588bb7fbfdec998c 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -621,6 +621,12 @@ component("views") {
}
if (is_mac) {
+ if (mac_views_browser) {
sky 2016/11/28 16:22:22 Why does whether the browser uses views influence
tapted 2016/11/29 06:43:54 We never implemented proper RTL support for the Co
+ sources += [ "style/platform_style_mac_views_browser.mm" ]
+ } else {
+ sources += [ "style/platform_style_mac_cocoa_browser.mm" ]
+ }
+
deps += [
"//ui/accelerated_widget_mac",
"//ui/events:dom_keycode_converter",
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698