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

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

Issue 489763002: MacViews: Gets a webview working in views_examples_with_content_exe Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/test/views_test_base.cc ('k') | ui/views/widget/native_widget_mac.mm » ('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 (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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'type': 'static_library', 688 'type': 'static_library',
688 'dependencies': [ 689 'dependencies': [
689 '../../base/base.gyp:base', 690 '../../base/base.gyp:base',
690 '../../ipc/ipc.gyp:test_support_ipc', 691 '../../ipc/ipc.gyp:test_support_ipc',
691 '../../skia/skia.gyp:skia', 692 '../../skia/skia.gyp:skia',
692 '../../testing/gtest.gyp:gtest', 693 '../../testing/gtest.gyp:gtest',
693 '../base/ui_base.gyp:ui_base', 694 '../base/ui_base.gyp:ui_base',
694 '../compositor/compositor.gyp:compositor', 695 '../compositor/compositor.gyp:compositor',
695 '../compositor/compositor.gyp:compositor_test_support', 696 '../compositor/compositor.gyp:compositor_test_support',
696 '../events/events.gyp:events', 697 '../events/events.gyp:events',
698 '../events/events.gyp:events_test_support',
697 '../events/platform/events_platform.gyp:events_platform', 699 '../events/platform/events_platform.gyp:events_platform',
698 '../gfx/gfx.gyp:gfx', 700 '../gfx/gfx.gyp:gfx',
699 '../gfx/gfx.gyp:gfx_geometry', 701 '../gfx/gfx.gyp:gfx_geometry',
700 'views', 702 'views',
701 ], 703 ],
702 'include_dirs': [ 704 'include_dirs': [
703 '..', 705 '..',
704 ], 706 ],
705 'sources': [ 707 'sources': [
706 '<@(views_test_support_sources)', 708 '<@(views_test_support_sources)',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 ['use_x11==1', { 825 ['use_x11==1', {
824 'dependencies': [ 826 'dependencies': [
825 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 827 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
826 ], 828 ],
827 }], 829 }],
828 ['OS=="mac"', { 830 ['OS=="mac"', {
829 # views_unittests not yet compiling on Mac. http://crbug.com/378134 831 # views_unittests not yet compiling on Mac. http://crbug.com/378134
830 'sources!': [ 832 'sources!': [
831 'bubble/bubble_window_targeter_unittest.cc', 833 'bubble/bubble_window_targeter_unittest.cc',
832 'controls/button/custom_button_unittest.cc', 834 'controls/button/custom_button_unittest.cc',
833 'controls/native/native_view_host_unittest.cc',
834 'controls/menu/menu_controller_unittest.cc', 835 'controls/menu/menu_controller_unittest.cc',
835 'ime/input_method_bridge_unittest.cc', 836 'ime/input_method_bridge_unittest.cc',
836 'focus/focus_manager_unittest.cc', 837 'focus/focus_manager_unittest.cc',
837 'widget/window_reorderer_unittest.cc', 838 'widget/window_reorderer_unittest.cc',
838 ] 839 ]
839 }], 840 }],
840 ], 841 ],
841 }, # target_name: views_unittests 842 }, # target_name: views_unittests
842 ], # targets 843 ], # targets
843 'conditions': [ 844 'conditions': [
(...skipping 25 matching lines...) Expand all
869 '../aura/aura.gyp:aura', 870 '../aura/aura.gyp:aura',
870 '../wm/wm.gyp:wm', 871 '../wm/wm.gyp:wm',
871 ], 872 ],
872 }], 873 }],
873 ], 874 ],
874 }, # target_name: macviews_interactive_ui_tests 875 }, # target_name: macviews_interactive_ui_tests
875 ], # targets 876 ], # targets
876 }], 877 }],
877 ], # conditions 878 ], # conditions
878 } 879 }
OLDNEW
« no previous file with comments | « ui/views/test/views_test_base.cc ('k') | ui/views/widget/native_widget_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698