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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2057123002: Refactor native_backend_kwallet_x (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert assertions Created 4 years, 6 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 | « chrome/chrome_browser.gypi ('k') | no next file » | 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'common/extensions/api/file_system_provider/file_system_provider_handler_u nittest.cc', 1142 'common/extensions/api/file_system_provider/file_system_provider_handler_u nittest.cc',
1143 ], 1143 ],
1144 'chrome_unit_tests_chromeos_js_sources': [ 1144 'chrome_unit_tests_chromeos_js_sources': [
1145 'browser/resources/chromeos/braille_ime/braille_ime.js', 1145 'browser/resources/chromeos/braille_ime/braille_ime.js',
1146 ], 1146 ],
1147 'chrome_unit_tests_chromeos_gtestjs_sources': [ 1147 'chrome_unit_tests_chromeos_gtestjs_sources': [
1148 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', 1148 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs',
1149 ], 1149 ],
1150 'chrome_unit_tests_desktop_linux_sources': [ 1150 'chrome_unit_tests_desktop_linux_sources': [
1151 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1151 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1152 'browser/password_manager/kwallet_dbus_unittest.cc',
1152 'browser/shell_integration_linux_unittest.cc', 1153 'browser/shell_integration_linux_unittest.cc',
1153 ], 1154 ],
1154 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. 1155 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources.
1155 # Built on Mac, except when mac_views_browser==1. 1156 # Built on Mac, except when mac_views_browser==1.
1156 'chrome_unit_tests_cocoa_sources': [ 1157 'chrome_unit_tests_cocoa_sources': [
1157 'browser/task_manager/task_manager_unittest.cc', 1158 'browser/task_manager/task_manager_unittest.cc',
1158 'browser/task_manager/task_manager_util_unittest.cc', 1159 'browser/task_manager/task_manager_util_unittest.cc',
1159 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', 1160 'browser/ui/cocoa/accelerators_cocoa_unittest.mm',
1160 'browser/ui/cocoa/animatable_image_unittest.mm', 1161 'browser/ui/cocoa/animatable_image_unittest.mm',
1161 'browser/ui/cocoa/animatable_view_unittest.mm', 1162 'browser/ui/cocoa/animatable_view_unittest.mm',
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3018 'dependencies': [ 3019 'dependencies': [
3019 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3020 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3020 ], 3021 ],
3021 }], 3022 }],
3022 ], 3023 ],
3023 }, 3024 },
3024 ], 3025 ],
3025 }], 3026 }],
3026 ], # 'conditions' 3027 ], # 'conditions'
3027 } 3028 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698