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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2171103002: Add test for WebBluetooth chooser spinner, status text and rescan button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 4 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_tests.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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 'browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc', 1368 'browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc',
1369 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc', 1369 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc',
1370 'browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc', 1370 'browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc',
1371 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 1371 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
1372 'browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc', 1372 'browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc',
1373 'browser/ui/views/chooser_content_view_unittest.cc', 1373 'browser/ui/views/chooser_content_view_unittest.cc',
1374 'browser/ui/views/confirm_bubble_views_unittest.cc', 1374 'browser/ui/views/confirm_bubble_views_unittest.cc',
1375 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', 1375 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc',
1376 'browser/ui/views/desktop_capture/desktop_media_picker_views_unittest.cc', 1376 'browser/ui/views/desktop_capture/desktop_media_picker_views_unittest.cc',
1377 'browser/ui/views/desktop_media_picker_views_deprecated_unittest.cc', 1377 'browser/ui/views/desktop_media_picker_views_deprecated_unittest.cc',
1378 'browser/ui/views/extensions/chooser_dialog_view_unittest.cc',
1378 'browser/ui/views/extensions/media_galleries_dialog_views_unittest.cc', 1379 'browser/ui/views/extensions/media_galleries_dialog_views_unittest.cc',
1379 'browser/ui/views/first_run_bubble_unittest.cc', 1380 'browser/ui/views/first_run_bubble_unittest.cc',
1380 'browser/ui/views/frame/browser_view_layout_unittest.cc', 1381 'browser/ui/views/frame/browser_view_layout_unittest.cc',
1381 'browser/ui/views/frame/browser_view_unittest.cc', 1382 'browser/ui/views/frame/browser_view_unittest.cc',
1382 'browser/ui/views/frame/test_with_browser_view.cc', 1383 'browser/ui/views/frame/test_with_browser_view.cc',
1383 'browser/ui/views/frame/test_with_browser_view.h', 1384 'browser/ui/views/frame/test_with_browser_view.h',
1384 'browser/ui/views/frame/web_contents_close_handler_unittest.cc', 1385 'browser/ui/views/frame/web_contents_close_handler_unittest.cc',
1385 'browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc', 1386 'browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc',
1386 'browser/ui/views/omnibox/omnibox_view_views_unittest.cc', 1387 'browser/ui/views/omnibox/omnibox_view_views_unittest.cc',
1387 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1388 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 'dependencies': [ 3027 'dependencies': [
3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3028 ], 3029 ],
3029 }], 3030 }],
3030 ], 3031 ],
3031 }, 3032 },
3032 ], 3033 ],
3033 }], 3034 }],
3034 ], # 'conditions' 3035 ], # 'conditions'
3035 } 3036 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698