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

Unified Diff: ui/base/ui_base.gyp

Issue 1109493002: [MacViews] Fix behavior of non-resizable windows in fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't build nswindow_fullscreen_notification_waiter.mm on IOS. 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/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index d75bd6c317aaa33da42abbb7ea4f930bec10e314..be8e8043f964f622c3d896ae740205778c949c79 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -669,6 +669,8 @@
'ime/dummy_input_method.h',
'ime/dummy_text_input_client.cc',
'ime/dummy_text_input_client.h',
+ 'test/nswindow_fullscreen_notification_waiter.h',
+ 'test/nswindow_fullscreen_notification_waiter.mm',
tapted 2015/05/13 07:26:34 You'll need a .gn change for this too. It's weird
jackhou1 2015/05/14 04:38:34 Done.
],
}],
['use_aura==1', {

Powered by Google App Engine
This is Rietveld 408576698