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

Side by Side Diff: ui/views/views.gyp

Issue 1063933003: MacViews: Allow views::Widgets to be parented off NSWindows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20150401-MacViews-AppInfo-Standalone
Patch Set: fix gyp 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 14 matching lines...) Expand all
25 'bubble/bubble_delegate.cc', 25 'bubble/bubble_delegate.cc',
26 'bubble/bubble_delegate.h', 26 'bubble/bubble_delegate.h',
27 'bubble/bubble_frame_view.cc', 27 'bubble/bubble_frame_view.cc',
28 'bubble/bubble_frame_view.h', 28 'bubble/bubble_frame_view.h',
29 'button_drag_utils.cc', 29 'button_drag_utils.cc',
30 'button_drag_utils.h', 30 'button_drag_utils.h',
31 'cocoa/bridged_content_view.h', 31 'cocoa/bridged_content_view.h',
32 'cocoa/bridged_content_view.mm', 32 'cocoa/bridged_content_view.mm',
33 'cocoa/bridged_native_widget.h', 33 'cocoa/bridged_native_widget.h',
34 'cocoa/bridged_native_widget.mm', 34 'cocoa/bridged_native_widget.mm',
35 'cocoa/bridged_native_widget_owner.h',
35 'cocoa/cocoa_mouse_capture.h', 36 'cocoa/cocoa_mouse_capture.h',
36 'cocoa/cocoa_mouse_capture.mm', 37 'cocoa/cocoa_mouse_capture.mm',
37 'cocoa/cocoa_mouse_capture_delegate.h', 38 'cocoa/cocoa_mouse_capture_delegate.h',
38 'cocoa/native_widget_mac_nswindow.h', 39 'cocoa/native_widget_mac_nswindow.h',
39 'cocoa/native_widget_mac_nswindow.mm', 40 'cocoa/native_widget_mac_nswindow.mm',
40 'cocoa/views_nswindow_delegate.h', 41 'cocoa/views_nswindow_delegate.h',
41 'cocoa/views_nswindow_delegate.mm', 42 'cocoa/views_nswindow_delegate.mm',
43 'cocoa/widget_owner_nswindow_adapter.h',
44 'cocoa/widget_owner_nswindow_adapter.mm',
42 'color_chooser/color_chooser_listener.h', 45 'color_chooser/color_chooser_listener.h',
43 'color_chooser/color_chooser_view.cc', 46 'color_chooser/color_chooser_view.cc',
44 'color_chooser/color_chooser_view.h', 47 'color_chooser/color_chooser_view.h',
45 'color_constants.cc', 48 'color_constants.cc',
46 'color_constants.h', 49 'color_constants.h',
47 'context_menu_controller.h', 50 'context_menu_controller.h',
48 'controls/button/blue_button.cc', 51 'controls/button/blue_button.cc',
49 'controls/button/blue_button.h', 52 'controls/button/blue_button.h',
50 'controls/button/button.cc', 53 'controls/button/button.cc',
51 'controls/button/button.h', 54 'controls/button/button.h',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 '../aura/aura.gyp:aura', 926 '../aura/aura.gyp:aura',
924 '../wm/wm.gyp:wm', 927 '../wm/wm.gyp:wm',
925 ], 928 ],
926 }], 929 }],
927 ], 930 ],
928 }, # target_name: macviews_interactive_ui_tests 931 }, # target_name: macviews_interactive_ui_tests
929 ], # targets 932 ], # targets
930 }], 933 }],
931 ], # conditions 934 ], # conditions
932 } 935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698