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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « ui/base/test/nswindow_fullscreen_notification_waiter.mm ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'conditions': [ 660 'conditions': [
661 ['OS!="ios"', { 661 ['OS!="ios"', {
662 'dependecies': [ 662 'dependecies': [
663 'ime/ui_base_ime.gyp:ui_base_ime', 663 'ime/ui_base_ime.gyp:ui_base_ime',
664 ], 664 ],
665 'sources': [ 665 'sources': [
666 'ime/dummy_input_method.cc', 666 'ime/dummy_input_method.cc',
667 'ime/dummy_input_method.h', 667 'ime/dummy_input_method.h',
668 'ime/dummy_text_input_client.cc', 668 'ime/dummy_text_input_client.cc',
669 'ime/dummy_text_input_client.h', 669 'ime/dummy_text_input_client.h',
670 'test/nswindow_fullscreen_notification_waiter.h',
671 'test/nswindow_fullscreen_notification_waiter.mm',
670 ], 672 ],
671 }], 673 }],
672 ['use_aura==1', { 674 ['use_aura==1', {
673 'sources!': [ 675 'sources!': [
674 'test/ui_controls_mac.mm', 676 'test/ui_controls_mac.mm',
675 'test/ui_controls_win.cc', 677 'test/ui_controls_win.cc',
676 ], 678 ],
677 }], 679 }],
678 ], 680 ],
679 }, 681 },
(...skipping 16 matching lines...) Expand all
696 ], 698 ],
697 'variables': { 699 'variables': {
698 'jni_gen_package': 'ui', 700 'jni_gen_package': 'ui',
699 }, 701 },
700 'includes': [ '../../build/jni_generator.gypi' ], 702 'includes': [ '../../build/jni_generator.gypi' ],
701 }, 703 },
702 ], 704 ],
703 }], 705 }],
704 ], 706 ],
705 } 707 }
OLDNEW
« no previous file with comments | « ui/base/test/nswindow_fullscreen_notification_waiter.mm ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698