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

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

Issue 530933002: MacViews: Implement NativeViewHostMac (take 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: acceptsFirstResponder, cleanup strays Created 6 years, 3 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/views/controls/native/native_view_host_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'controls/menu/menu_image_util.cc', 128 'controls/menu/menu_image_util.cc',
129 'controls/menu/menu_image_util.h', 129 'controls/menu/menu_image_util.h',
130 'controls/menu/submenu_view.cc', 130 'controls/menu/submenu_view.cc',
131 'controls/menu/submenu_view.h', 131 'controls/menu/submenu_view.h',
132 'controls/message_box_view.cc', 132 'controls/message_box_view.cc',
133 'controls/message_box_view.h', 133 'controls/message_box_view.h',
134 'controls/native/native_view_host.cc', 134 'controls/native/native_view_host.cc',
135 'controls/native/native_view_host.h', 135 'controls/native/native_view_host.h',
136 'controls/native/native_view_host_aura.cc', 136 'controls/native/native_view_host_aura.cc',
137 'controls/native/native_view_host_aura.h', 137 'controls/native/native_view_host_aura.h',
138 'controls/native/native_view_host_mac.cc', 138 'controls/native/native_view_host_mac.h',
139 'controls/native/native_view_host_mac.mm',
139 'controls/prefix_delegate.h', 140 'controls/prefix_delegate.h',
140 'controls/prefix_selector.cc', 141 'controls/prefix_selector.cc',
141 'controls/prefix_selector.h', 142 'controls/prefix_selector.h',
142 'controls/progress_bar.cc', 143 'controls/progress_bar.cc',
143 'controls/progress_bar.h', 144 'controls/progress_bar.h',
144 'controls/resize_area.cc', 145 'controls/resize_area.cc',
145 'controls/resize_area.h', 146 'controls/resize_area.h',
146 'controls/resize_area_delegate.h', 147 'controls/resize_area_delegate.h',
147 'controls/scroll_view.cc', 148 'controls/scroll_view.cc',
148 'controls/scroll_view.h', 149 'controls/scroll_view.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'controls/button/image_button_unittest.cc', 503 'controls/button/image_button_unittest.cc',
503 'controls/button/label_button_unittest.cc', 504 'controls/button/label_button_unittest.cc',
504 'controls/button/menu_button_unittest.cc', 505 'controls/button/menu_button_unittest.cc',
505 'controls/combobox/combobox_unittest.cc', 506 'controls/combobox/combobox_unittest.cc',
506 'controls/label_unittest.cc', 507 'controls/label_unittest.cc',
507 'controls/menu/menu_controller_unittest.cc', 508 'controls/menu/menu_controller_unittest.cc',
508 'controls/menu/menu_item_view_unittest.cc', 509 'controls/menu/menu_item_view_unittest.cc',
509 'controls/menu/menu_model_adapter_unittest.cc', 510 'controls/menu/menu_model_adapter_unittest.cc',
510 'controls/menu/menu_runner_cocoa_unittest.mm', 511 'controls/menu/menu_runner_cocoa_unittest.mm',
511 'controls/native/native_view_host_aura_unittest.cc', 512 'controls/native/native_view_host_aura_unittest.cc',
513 'controls/native/native_view_host_mac_unittest.mm',
514 'controls/native/native_view_host_test_base.h',
515 'controls/native/native_view_host_test_base.cc',
512 'controls/native/native_view_host_unittest.cc', 516 'controls/native/native_view_host_unittest.cc',
513 'controls/prefix_selector_unittest.cc', 517 'controls/prefix_selector_unittest.cc',
514 'controls/progress_bar_unittest.cc', 518 'controls/progress_bar_unittest.cc',
515 'controls/scrollbar/scrollbar_unittest.cc', 519 'controls/scrollbar/scrollbar_unittest.cc',
516 'controls/scroll_view_unittest.cc', 520 'controls/scroll_view_unittest.cc',
517 'controls/single_split_view_unittest.cc', 521 'controls/single_split_view_unittest.cc',
518 'controls/slider_unittest.cc', 522 'controls/slider_unittest.cc',
519 'controls/styled_label_unittest.cc', 523 'controls/styled_label_unittest.cc',
520 'controls/tabbed_pane/tabbed_pane_unittest.cc', 524 'controls/tabbed_pane/tabbed_pane_unittest.cc',
521 'controls/table/table_utils_unittest.cc', 525 'controls/table/table_utils_unittest.cc',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 '../aura/aura.gyp:aura', 877 '../aura/aura.gyp:aura',
874 '../wm/wm.gyp:wm', 878 '../wm/wm.gyp:wm',
875 ], 879 ],
876 }], 880 }],
877 ], 881 ],
878 }, # target_name: macviews_interactive_ui_tests 882 }, # target_name: macviews_interactive_ui_tests
879 ], # targets 883 ], # targets
880 }], 884 }],
881 ], # conditions 885 ], # conditions
882 } 886 }
OLDNEW
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698