MacViews: fix bubble direction in RTL.
The Cocoa browser doesn't have good RTL support, and doesn't flip its UI
in RTL. Bubble direction should not flip by default.
Add BUILDFLAG(MAC_VIEWS_BROWSER) to accomplish this.
BUG=657244
Review-Url: https://codereview.chromium.org/2532613002
Cr-Commit-Position: refs/heads/master@{#435207}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index fde80b90..cb48ee8c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -16,6 +16,7 @@
import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
import("//third_party/protobuf/proto_library.gni")
+import("//ui/base/ui_features.gni")
# //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
# produces a conflict for the "grit" template so we have to only include one.