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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2275173002: Add unit test for BluetoothChooserController (Closed)
Patch Set: address more comments Created 4 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
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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'browser/password_manager/save_password_infobar_delegate_android_unittest. cc', 370 'browser/password_manager/save_password_infobar_delegate_android_unittest. cc',
371 'browser/permissions/permission_queue_controller_unittest.cc', 371 'browser/permissions/permission_queue_controller_unittest.cc',
372 ], 372 ],
373 'chrome_unit_tests_non_mobile_sources': [ 373 'chrome_unit_tests_non_mobile_sources': [
374 'browser/download/download_dir_policy_handler_unittest.cc', 374 'browser/download/download_dir_policy_handler_unittest.cc',
375 'browser/lifetime/keep_alive_registry_unittest.cc', 375 'browser/lifetime/keep_alive_registry_unittest.cc',
376 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 376 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
377 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 377 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
378 'browser/ui/autofill/country_combobox_model_unittest.cc', 378 'browser/ui/autofill/country_combobox_model_unittest.cc',
379 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', 379 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc',
380 'browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc',
380 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', 381 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc',
381 ], 382 ],
382 'chrome_unit_tests_spellchecker_sources': [ 383 'chrome_unit_tests_spellchecker_sources': [
383 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 384 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
384 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', 385 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc',
385 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 386 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
386 'browser/spellchecker/spellcheck_service_unittest.cc', 387 'browser/spellchecker/spellcheck_service_unittest.cc',
387 'browser/spellchecker/spelling_service_client_unittest.cc', 388 'browser/spellchecker/spelling_service_client_unittest.cc',
388 'tools/convert_dict/convert_dict_unittest.cc', 389 'tools/convert_dict/convert_dict_unittest.cc',
389 ], 390 ],
(...skipping 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'dependencies': [ 3014 'dependencies': [
3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3015 ], 3016 ],
3016 }], 3017 }],
3017 ], 3018 ],
3018 }, 3019 },
3019 ], 3020 ],
3020 }], 3021 }],
3021 ], # 'conditions' 3022 ], # 'conditions'
3022 } 3023 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698