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

Unified Diff: ui/base/BUILD.gn

Issue 1146873002: [MacViews] Enable dragging a window by its caption/draggable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 7 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 9aab10019f28f2caa7c1724ec190d76f34d3600e..37c913a4ee84ebb83687651867e2ebcede2995cd 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -573,6 +573,8 @@ source_set("test_support") {
"test/ui_controls_internal_win.h",
"test/ui_controls_mac.mm",
"test/ui_controls_win.cc",
+ "test/windowed_nsnotification_observer.h",
+ "test/windowed_nsnotification_observer.mm",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698