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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 248893002: MacViews: gyp changes for a non-aura toolkit views on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase for r265571 conflict, less similarity Created 6 years, 8 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 | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 'conditions': [ 2096 'conditions': [
2097 ['OS !="win"', { 2097 ['OS !="win"', {
2098 'sources!': [ 2098 'sources!': [
2099 'browser/ui/window_sizer/window_sizer_unittest.cc', 2099 'browser/ui/window_sizer/window_sizer_unittest.cc',
2100 ], 2100 ],
2101 }], 2101 }],
2102 ], 2102 ],
2103 }], 2103 }],
2104 ['use_aura==1', { 2104 ['use_aura==1', {
2105 'dependencies': [ 2105 'dependencies': [
2106 '../ui/wm/wm.gyp:wm',
2106 '../ui/aura/aura.gyp:aura_test_support', 2107 '../ui/aura/aura.gyp:aura_test_support',
2107 ], 2108 ],
2108 'sources/': [ 2109 'sources/': [
2109 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2110 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2110 ], 2111 ],
2111 }], 2112 }],
2112 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2113 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2113 'dependencies': [ 2114 'dependencies': [
2114 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2115 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2115 '../build/linux/system.gyp:gio', 2116 '../build/linux/system.gyp:gio',
2116 ], 2117 ],
2117 }, { 2118 }, {
2118 'sources/': [ 2119 'sources/': [
2119 ['exclude', '^browser/ui/libgtk2ui/'], 2120 ['exclude', '^browser/ui/libgtk2ui/'],
2120 ], 2121 ],
2121 }], 2122 }],
2122 ['use_aura==1 or toolkit_views==1', { 2123 ['use_aura==1 or toolkit_views==1', {
2123 'dependencies': [ 2124 'dependencies': [
2124 '../ui/events/events.gyp:events_test_support', 2125 '../ui/events/events.gyp:events_test_support',
2125 '../ui/wm/wm.gyp:wm',
2126 ], 2126 ],
2127 }], 2127 }],
2128 ['use_aura==1 and component=="shared_library"', { 2128 ['use_aura==1 and component=="shared_library"', {
2129 'sources!': [ 2129 'sources!': [
2130 # TODO(erg): This file does not compile in shared library mode 2130 # TODO(erg): This file does not compile in shared library mode
2131 # because it is reaching into the internals of libgtk2ui, which 2131 # because it is reaching into the internals of libgtk2ui, which
2132 # shouldn't be linked with the rest of chrome. This should either 2132 # shouldn't be linked with the rest of chrome. This should either
2133 # be fixed by creating a separate unit test target, or by deleting 2133 # be fixed by creating a separate unit test target, or by deleting
2134 # the test. 2134 # the test.
2135 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc ' 2135 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc '
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 'browser/ui/app_list/test/fake_profile_store.h', 2844 'browser/ui/app_list/test/fake_profile_store.h',
2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2846 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2846 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2847 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2847 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2848 ], 2848 ],
2849 }, 2849 },
2850 ], 2850 ],
2851 }], 2851 }],
2852 ], # 'conditions' 2852 ], # 'conditions'
2853 } 2853 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698