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

Unified Diff: ui/views/BUILD.gn

Issue 1718043003: MacViews: Clip contents for non-rectangular windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests. Created 4 years, 9 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/DEPS » ('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 7c957c32cb697739d4afd7e6c571a2b2ecd226b1..0cd2da2a3a5a87cb41832f91b1d8075d0abf885b 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -132,6 +132,7 @@ component("views") {
if (is_mac) {
deps += [
+ "//third_party/google_toolbox_for_mac",
"//ui/accelerated_widget_mac",
"//ui/events:dom_keycode_converter",
]
@@ -290,7 +291,10 @@ test("views_unittests") {
"controls/native/native_view_host_unittest.cc",
"widget/window_reorderer_unittest.cc",
]
- deps += [ "//ui/accelerated_widget_mac" ]
+ deps += [
+ "//third_party/google_toolbox_for_mac",
+ "//ui/accelerated_widget_mac",
+ ]
}
}
« no previous file with comments | « no previous file | ui/views/cocoa/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698