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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 564553002: 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: Added comments 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',
2136 ], 2137 ],
2137 'sources/': [ 2138 'sources/': [
2138 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2139 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2139 ], 2140 ],
2141 'sources': [
2142 '../ui/views/controls/webview/webview_unittest.cc',
2143 ],
2140 }], 2144 }],
2141 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2145 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2142 'dependencies': [ 2146 'dependencies': [
2143 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2147 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2144 '../build/linux/system.gyp:gio', 2148 '../build/linux/system.gyp:gio',
2145 ], 2149 ],
2146 }, { 2150 }, {
2147 'sources/': [ 2151 'sources/': [
2148 ['exclude', '^browser/ui/libgtk2ui/'], 2152 ['exclude', '^browser/ui/libgtk2ui/'],
2149 ], 2153 ],
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2882 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2883 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2884 ],
2881 }], 2885 }],
2882 ], 2886 ],
2883 }, 2887 },
2884 ], 2888 ],
2885 }], 2889 }],
2886 ], # 'conditions' 2890 ], # 'conditions'
2887 } 2891 }
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