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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2269993004: Add unit test for UsbChooserController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@modify_UsbDeviceFilter_MatchesAny
Patch Set: removed and added some include files 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 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 'browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc', 1581 'browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc',
1582 'browser/ui/webui/settings/site_settings_handler_unittest.cc', 1582 'browser/ui/webui/settings/site_settings_handler_unittest.cc',
1583 'browser/ui/webui/settings_utils_unittest.cc', 1583 'browser/ui/webui/settings_utils_unittest.cc',
1584 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1584 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1585 'browser/ui/webui/sync_internals_message_handler_unittest.cc', 1585 'browser/ui/webui/sync_internals_message_handler_unittest.cc',
1586 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1586 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1587 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 1587 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
1588 'browser/ui/window_sizer/window_sizer_unittest.cc', 1588 'browser/ui/window_sizer/window_sizer_unittest.cc',
1589 'browser/ui/zoom/zoom_controller_unittest.cc', 1589 'browser/ui/zoom/zoom_controller_unittest.cc',
1590 'browser/usb/usb_chooser_context_unittest.cc', 1590 'browser/usb/usb_chooser_context_unittest.cc',
1591 'browser/usb/usb_chooser_controller_unittest.cc',
1591 'browser/usb/web_usb_detector_unittest.cc', 1592 'browser/usb/web_usb_detector_unittest.cc',
1592 # The importer code is not used on Android. 1593 # The importer code is not used on Android.
1593 'common/importer/firefox_importer_utils_unittest.cc', 1594 'common/importer/firefox_importer_utils_unittest.cc',
1594 # No service process (which also requires multiprocess lock). 1595 # No service process (which also requires multiprocess lock).
1595 'common/multi_process_lock_unittest.cc', 1596 'common/multi_process_lock_unittest.cc',
1596 'test/base/browser_with_test_window_test.cc', 1597 'test/base/browser_with_test_window_test.cc',
1597 'test/base/browser_with_test_window_test.h', 1598 'test/base/browser_with_test_window_test.h',
1598 'utility/importer/bookmark_html_reader_unittest.cc', 1599 'utility/importer/bookmark_html_reader_unittest.cc',
1599 'utility/importer/bookmarks_file_importer_unittest.cc', 1600 'utility/importer/bookmarks_file_importer_unittest.cc',
1600 'utility/importer/edge_database_reader_unittest_win.cc', 1601 'utility/importer/edge_database_reader_unittest_win.cc',
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'dependencies': [ 3013 'dependencies': [
3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3014 ], 3015 ],
3015 }], 3016 }],
3016 ], 3017 ],
3017 }, 3018 },
3018 ], 3019 ],
3019 }], 3020 }],
3020 ], # 'conditions' 3021 ], # 'conditions'
3021 } 3022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698