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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 577533003: Revert of When we switch tabs in chrome, the tab being switched away from gets hidden/shown/hidden. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | content/browser/web_contents/web_contents_view_aura.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 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 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2126 'sources!': [ 2126 'sources!': [
2127 'browser/ui/window_sizer/window_sizer_unittest.cc', 2127 'browser/ui/window_sizer/window_sizer_unittest.cc',
2128 ], 2128 ],
2129 }], 2129 }],
2130 ], 2130 ],
2131 }], 2131 }],
2132 ['use_aura==1', { 2132 ['use_aura==1', {
2133 'dependencies': [ 2133 'dependencies': [
2134 '../ui/wm/wm.gyp:wm', 2134 '../ui/wm/wm.gyp:wm',
2135 '../ui/aura/aura.gyp:aura_test_support', 2135 '../ui/aura/aura.gyp:aura_test_support',
2136 '../ui/views/views.gyp:views_test_support',
2137 ], 2136 ],
2138 'sources/': [ 2137 'sources/': [
2139 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2138 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2140 ], 2139 ],
2141 'sources': [
2142 '../ui/views/controls/webview/webview_unittest.cc',
2143 ],
2144 }], 2140 }],
2145 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2141 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2146 'dependencies': [ 2142 'dependencies': [
2147 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2143 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2148 '../build/linux/system.gyp:gio', 2144 '../build/linux/system.gyp:gio',
2149 ], 2145 ],
2150 }, { 2146 }, {
2151 'sources/': [ 2147 'sources/': [
2152 ['exclude', '^browser/ui/libgtk2ui/'], 2148 ['exclude', '^browser/ui/libgtk2ui/'],
2153 ], 2149 ],
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2882 'dependencies': [ 2878 'dependencies': [
2883 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2884 ], 2880 ],
2885 }], 2881 }],
2886 ], 2882 ],
2887 }, 2883 },
2888 ], 2884 ],
2889 }], 2885 }],
2890 ], # 'conditions' 2886 ], # 'conditions'
2891 } 2887 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698