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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2086123003: Move KWalletDBus util from the Password Manager to OSCrypt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | components/components_tests.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 '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',
1153 'browser/shell_integration_linux_unittest.cc', 1152 'browser/shell_integration_linux_unittest.cc',
1154 ], 1153 ],
1155 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. 1154 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources.
1156 # Built on Mac, except when mac_views_browser==1. 1155 # Built on Mac, except when mac_views_browser==1.
1157 'chrome_unit_tests_cocoa_sources': [ 1156 'chrome_unit_tests_cocoa_sources': [
1158 'browser/task_manager/task_manager_unittest.cc', 1157 'browser/task_manager/task_manager_unittest.cc',
1159 'browser/task_manager/task_manager_util_unittest.cc', 1158 'browser/task_manager/task_manager_util_unittest.cc',
1160 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', 1159 'browser/ui/cocoa/accelerators_cocoa_unittest.mm',
1161 'browser/ui/cocoa/animatable_image_unittest.mm', 1160 'browser/ui/cocoa/animatable_image_unittest.mm',
1162 'browser/ui/cocoa/animatable_view_unittest.mm', 1161 'browser/ui/cocoa/animatable_view_unittest.mm',
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 'dependencies': [ 3018 'dependencies': [
3020 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3019 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3021 ], 3020 ],
3022 }], 3021 }],
3023 ], 3022 ],
3024 }, 3023 },
3025 ], 3024 ],
3026 }], 3025 }],
3027 ], # 'conditions' 3026 ], # 'conditions'
3028 } 3027 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698