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

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: 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 unified diff | Download patch
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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 '../../testing/gtest.gyp:gtest', 640 '../../testing/gtest.gyp:gtest',
641 '../gfx/gfx.gyp:gfx', 641 '../gfx/gfx.gyp:gfx',
642 '../gfx/gfx.gyp:gfx_geometry', 642 '../gfx/gfx.gyp:gfx_geometry',
643 ], 643 ],
644 'sources': [ 644 'sources': [
645 # Note: file list duplicated in GN build. 645 # Note: file list duplicated in GN build.
646 'test/ios/keyboard_appearance_listener.h', 646 'test/ios/keyboard_appearance_listener.h',
647 'test/ios/keyboard_appearance_listener.mm', 647 'test/ios/keyboard_appearance_listener.mm',
648 'test/ios/ui_view_test_utils.h', 648 'test/ios/ui_view_test_utils.h',
649 'test/ios/ui_view_test_utils.mm', 649 'test/ios/ui_view_test_utils.mm',
650 'test/nswindow_fullscreen_notification_waiter.h',
651 'test/nswindow_fullscreen_notification_waiter.mm',
650 'test/test_clipboard.cc', 652 'test/test_clipboard.cc',
651 'test/test_clipboard.h', 653 'test/test_clipboard.h',
652 'test/ui_controls.h', 654 'test/ui_controls.h',
653 'test/ui_controls_aura.cc', 655 'test/ui_controls_aura.cc',
654 'test/ui_controls_internal_win.cc', 656 'test/ui_controls_internal_win.cc',
655 'test/ui_controls_internal_win.h', 657 'test/ui_controls_internal_win.h',
656 'test/ui_controls_mac.mm', 658 'test/ui_controls_mac.mm',
657 'test/ui_controls_win.cc', 659 'test/ui_controls_win.cc',
658 ], 660 ],
659 'include_dirs': [ 661 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 ], 700 ],
699 'variables': { 701 'variables': {
700 'jni_gen_package': 'ui', 702 'jni_gen_package': 'ui',
701 }, 703 },
702 'includes': [ '../../build/jni_generator.gypi' ], 704 'includes': [ '../../build/jni_generator.gypi' ],
703 }, 705 },
704 ], 706 ],
705 }], 707 }],
706 ], 708 ],
707 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698