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

Unified Diff: ui/base/BUILD.gn

Issue 1109493002: [MacViews] Fix behavior of non-resizable windows in fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to Patch Set 7 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/base/test/nswindow_fullscreen_notification_waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index b252fd375bc3a3669c9243f63b7c240b8cc3ccb8..c330dcc36aafee994987b9b3c940b3b92eb461e4 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -561,6 +561,8 @@ component("base") {
source_set("test_support") {
testonly = true
sources = [
+ "test/nswindow_fullscreen_notification_waiter.h",
+ "test/nswindow_fullscreen_notification_waiter.mm",
"test/test_clipboard.cc",
"test/test_clipboard.h",
"test/ui_controls.h",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/base/test/nswindow_fullscreen_notification_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698