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

Side by Side Diff: ui/base/ui_base.gyp

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: Sync and rebase Created 5 years, 6 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/windowed_nsnotification_observer.mm ('k') | ui/views/cocoa/bridged_content_view.h » ('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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'dependecies': [ 668 'dependecies': [
669 'ime/ui_base_ime.gyp:ui_base_ime', 669 'ime/ui_base_ime.gyp:ui_base_ime',
670 ], 670 ],
671 'sources': [ 671 'sources': [
672 'ime/dummy_input_method.cc', 672 'ime/dummy_input_method.cc',
673 'ime/dummy_input_method.h', 673 'ime/dummy_input_method.h',
674 'ime/dummy_text_input_client.cc', 674 'ime/dummy_text_input_client.cc',
675 'ime/dummy_text_input_client.h', 675 'ime/dummy_text_input_client.h',
676 'test/nswindow_fullscreen_notification_waiter.h', 676 'test/nswindow_fullscreen_notification_waiter.h',
677 'test/nswindow_fullscreen_notification_waiter.mm', 677 'test/nswindow_fullscreen_notification_waiter.mm',
678 'test/windowed_nsnotification_observer.h',
679 'test/windowed_nsnotification_observer.mm',
678 ], 680 ],
679 }], 681 }],
680 ['use_aura==1', { 682 ['use_aura==1', {
681 'sources!': [ 683 'sources!': [
682 'test/ui_controls_mac.mm', 684 'test/ui_controls_mac.mm',
683 'test/ui_controls_win.cc', 685 'test/ui_controls_win.cc',
684 ], 686 ],
685 }], 687 }],
686 ], 688 ],
687 }, 689 },
(...skipping 16 matching lines...) Expand all
704 ], 706 ],
705 'variables': { 707 'variables': {
706 'jni_gen_package': 'ui', 708 'jni_gen_package': 'ui',
707 }, 709 },
708 'includes': [ '../../build/jni_generator.gypi' ], 710 'includes': [ '../../build/jni_generator.gypi' ],
709 }, 711 },
710 ], 712 ],
711 }], 713 }],
712 ], 714 ],
713 } 715 }
OLDNEW
« no previous file with comments | « ui/base/test/windowed_nsnotification_observer.mm ('k') | ui/views/cocoa/bridged_content_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698