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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 569153005: Relanding this with fixes for the unit test failures which required addition of some more plumbing … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More leak fixes 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/app_shim/app_shim_host_mac_unittest.cc', 7 '../apps/app_shim/app_shim_host_mac_unittest.cc',
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
9 '../apps/saved_files_service_unittest.cc', 9 '../apps/saved_files_service_unittest.cc',
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2120 'sources!': [ 2120 'sources!': [
2121 'browser/ui/window_sizer/window_sizer_unittest.cc', 2121 'browser/ui/window_sizer/window_sizer_unittest.cc',
2122 ], 2122 ],
2123 }], 2123 }],
2124 ], 2124 ],
2125 }], 2125 }],
2126 ['use_aura==1', { 2126 ['use_aura==1', {
2127 'dependencies': [ 2127 'dependencies': [
2128 '../ui/wm/wm.gyp:wm', 2128 '../ui/wm/wm.gyp:wm',
2129 '../ui/aura/aura.gyp:aura_test_support', 2129 '../ui/aura/aura.gyp:aura_test_support',
2130 '../ui/views/views.gyp:views_test_support',
2130 ], 2131 ],
2131 'sources/': [ 2132 'sources/': [
2132 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2133 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2133 ], 2134 ],
2135 'sources': [
2136 '../ui/views/controls/webview/webview_unittest.cc',
2137 ],
2134 }], 2138 }],
2135 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2139 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2136 'dependencies': [ 2140 'dependencies': [
2137 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2141 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2138 '../build/linux/system.gyp:gio', 2142 '../build/linux/system.gyp:gio',
2139 ], 2143 ],
2140 }, { 2144 }, {
2141 'sources/': [ 2145 'sources/': [
2142 ['exclude', '^browser/ui/libgtk2ui/'], 2146 ['exclude', '^browser/ui/libgtk2ui/'],
2143 ], 2147 ],
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 'dependencies': [ 2875 'dependencies': [
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2873 ], 2877 ],
2874 }], 2878 }],
2875 ], 2879 ],
2876 }, 2880 },
2877 ], 2881 ],
2878 }], 2882 }],
2879 ], # 'conditions' 2883 ], # 'conditions'
2880 } 2884 }
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