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

Side by Side Diff: components/components_tests.gyp

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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 | « components/BUILD.gn ('k') | components/password_manager.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', 449 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
450 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', 450 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
451 ], 451 ],
452 'page_load_metrics_unittest_sources': [ 452 'page_load_metrics_unittest_sources': [
453 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', 453 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc',
454 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', 454 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc',
455 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', 455 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc',
456 ], 456 ],
457 'password_manager_unittest_sources': [ 457 'password_manager_unittest_sources': [
458 'password_manager/content/browser/content_password_manager_driver_unittest .cc', 458 'password_manager/content/browser/content_password_manager_driver_unittest .cc',
459 'password_manager/content/browser/credential_manager_dispatcher_unittest.c c', 459 'password_manager/content/browser/credential_manager_impl_unittest.cc',
460 'password_manager/core/browser/affiliated_match_helper_unittest.cc', 460 'password_manager/core/browser/affiliated_match_helper_unittest.cc',
461 'password_manager/core/browser/affiliation_backend_unittest.cc', 461 'password_manager/core/browser/affiliation_backend_unittest.cc',
462 'password_manager/core/browser/affiliation_database_unittest.cc', 462 'password_manager/core/browser/affiliation_database_unittest.cc',
463 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', 463 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc',
464 'password_manager/core/browser/affiliation_fetcher_unittest.cc', 464 'password_manager/core/browser/affiliation_fetcher_unittest.cc',
465 'password_manager/core/browser/affiliation_service_unittest.cc', 465 'password_manager/core/browser/affiliation_service_unittest.cc',
466 'password_manager/core/browser/affiliation_utils_unittest.cc', 466 'password_manager/core/browser/affiliation_utils_unittest.cc',
467 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc', 467 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc',
468 'password_manager/core/browser/export/csv_writer_unittest.cc', 468 'password_manager/core/browser/export/csv_writer_unittest.cc',
469 'password_manager/core/browser/facet_manager_unittest.cc', 469 'password_manager/core/browser/facet_manager_unittest.cc',
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 'components.gyp:guest_view_test_support', 1251 'components.gyp:guest_view_test_support',
1252 'components.gyp:history_content_browser', 1252 'components.gyp:history_content_browser',
1253 'components.gyp:keyed_service_content', 1253 'components.gyp:keyed_service_content',
1254 'components.gyp:navigation_interception', 1254 'components.gyp:navigation_interception',
1255 'components.gyp:network_hints_renderer', 1255 'components.gyp:network_hints_renderer',
1256 'components.gyp:metrics_gpu', 1256 'components.gyp:metrics_gpu',
1257 'components.gyp:packed_ct_ev_whitelist', 1257 'components.gyp:packed_ct_ev_whitelist',
1258 'components.gyp:page_load_metrics_browser', 1258 'components.gyp:page_load_metrics_browser',
1259 'components.gyp:page_load_metrics_renderer', 1259 'components.gyp:page_load_metrics_renderer',
1260 'components.gyp:password_manager_content_browser', 1260 'components.gyp:password_manager_content_browser',
1261 'components.gyp:password_manager_content_common',
1262 'components.gyp:power', 1261 'components.gyp:power',
1263 'components.gyp:precache_content', 1262 'components.gyp:precache_content',
1264 'components.gyp:safe_browsing_db', 1263 'components.gyp:safe_browsing_db',
1265 'components.gyp:safe_json', 1264 'components.gyp:safe_json',
1266 'components.gyp:safe_json_test_support', 1265 'components.gyp:safe_json_test_support',
1267 'components.gyp:sessions_content', 1266 'components.gyp:sessions_content',
1268 'components.gyp:storage_monitor', 1267 'components.gyp:storage_monitor',
1269 'components.gyp:storage_monitor_test_support', 1268 'components.gyp:storage_monitor_test_support',
1270 'components.gyp:ui_zoom', 1269 'components.gyp:ui_zoom',
1271 'components.gyp:url_matcher', 1270 'components.gyp:url_matcher',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'dependencies': [ 1922 'dependencies': [
1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1925 ], 1924 ],
1926 }], 1925 }],
1927 ], 1926 ],
1928 }, 1927 },
1929 ], 1928 ],
1930 }], 1929 }],
1931 ], 1930 ],
1932 } 1931 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698