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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1326003006: Add webusb notification UI unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hardcoded expected string for testing Created 5 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
« no previous file with comments | « chrome/browser/chrome_webusb_browser_client_unittest.cc ('k') | components/BUILD.gn » ('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 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 'browser/ui/webui/media_router/media_router_test.h', 1462 'browser/ui/webui/media_router/media_router_test.h',
1463 'browser/ui/webui/media_router/media_router_webui_message_handler_unittest .cc', 1463 'browser/ui/webui/media_router/media_router_webui_message_handler_unittest .cc',
1464 'browser/ui/webui/media_router/query_result_manager_unittest.cc', 1464 'browser/ui/webui/media_router/query_result_manager_unittest.cc',
1465 ], 1465 ],
1466 # Everything but Android and iOS (iOS is handled separately). 1466 # Everything but Android and iOS (iOS is handled separately).
1467 'chrome_unit_tests_non_android_sources': [ 1467 'chrome_unit_tests_non_android_sources': [
1468 # Bookmark export/import are handled via the BookmarkColumns 1468 # Bookmark export/import are handled via the BookmarkColumns
1469 # ContentProvider. 1469 # ContentProvider.
1470 'browser/bookmarks/bookmark_html_writer_unittest.cc', 1470 'browser/bookmarks/bookmark_html_writer_unittest.cc',
1471 'browser/browser_commands_unittest.cc', 1471 'browser/browser_commands_unittest.cc',
1472 'browser/chrome_webusb_browser_client_unittest.cc',
1472 'browser/diagnostics/diagnostics_controller_unittest.cc', 1473 'browser/diagnostics/diagnostics_controller_unittest.cc',
1473 'browser/diagnostics/diagnostics_model_unittest.cc', 1474 'browser/diagnostics/diagnostics_model_unittest.cc',
1474 'browser/download/download_commands_unittest.cc', 1475 'browser/download/download_commands_unittest.cc',
1475 'browser/download/download_shelf_unittest.cc', 1476 'browser/download/download_shelf_unittest.cc',
1476 'browser/engagement/site_engagement_eviction_policy_unittest.cc', 1477 'browser/engagement/site_engagement_eviction_policy_unittest.cc',
1477 'browser/engagement/site_engagement_service_unittest.cc', 1478 'browser/engagement/site_engagement_service_unittest.cc',
1478 'browser/first_run/first_run_unittest.cc', 1479 'browser/first_run/first_run_unittest.cc',
1479 'browser/font_family_cache_unittest.cc', 1480 'browser/font_family_cache_unittest.cc',
1480 'browser/importer/firefox_profile_lock_unittest.cc', 1481 'browser/importer/firefox_profile_lock_unittest.cc',
1481 'browser/importer/profile_writer_unittest.cc', 1482 'browser/importer/profile_writer_unittest.cc',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'dependencies': [ 2927 'dependencies': [
2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2928 ], 2929 ],
2929 }], 2930 }],
2930 ], 2931 ],
2931 }, 2932 },
2932 ], 2933 ],
2933 }], 2934 }],
2934 ], # 'conditions' 2935 ], # 'conditions'
2935 } 2936 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_webusb_browser_client_unittest.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698