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

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: gyp Created 4 years, 9 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 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', 446 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
447 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', 447 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
448 ], 448 ],
449 'page_load_metrics_unittest_sources': [ 449 'page_load_metrics_unittest_sources': [
450 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', 450 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc',
451 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', 451 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc',
452 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', 452 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc',
453 ], 453 ],
454 'password_manager_unittest_sources': [ 454 'password_manager_unittest_sources': [
455 'password_manager/content/browser/content_password_manager_driver_unittest .cc', 455 'password_manager/content/browser/content_password_manager_driver_unittest .cc',
456 'password_manager/content/browser/credential_manager_dispatcher_unittest.c c', 456 'password_manager/content/browser/credential_manager_impl_unittest.cc',
457 'password_manager/core/browser/affiliated_match_helper_unittest.cc', 457 'password_manager/core/browser/affiliated_match_helper_unittest.cc',
458 'password_manager/core/browser/affiliation_backend_unittest.cc', 458 'password_manager/core/browser/affiliation_backend_unittest.cc',
459 'password_manager/core/browser/affiliation_database_unittest.cc', 459 'password_manager/core/browser/affiliation_database_unittest.cc',
460 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', 460 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc',
461 'password_manager/core/browser/affiliation_fetcher_unittest.cc', 461 'password_manager/core/browser/affiliation_fetcher_unittest.cc',
462 'password_manager/core/browser/affiliation_service_unittest.cc', 462 'password_manager/core/browser/affiliation_service_unittest.cc',
463 'password_manager/core/browser/affiliation_utils_unittest.cc', 463 'password_manager/core/browser/affiliation_utils_unittest.cc',
464 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc', 464 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc',
465 'password_manager/core/browser/export/csv_writer_unittest.cc', 465 'password_manager/core/browser/export/csv_writer_unittest.cc',
466 'password_manager/core/browser/facet_manager_unittest.cc', 466 'password_manager/core/browser/facet_manager_unittest.cc',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 'components.gyp:guest_view_test_support', 1242 'components.gyp:guest_view_test_support',
1243 'components.gyp:history_content_browser', 1243 'components.gyp:history_content_browser',
1244 'components.gyp:keyed_service_content', 1244 'components.gyp:keyed_service_content',
1245 'components.gyp:navigation_interception', 1245 'components.gyp:navigation_interception',
1246 'components.gyp:network_hints_renderer', 1246 'components.gyp:network_hints_renderer',
1247 'components.gyp:metrics_gpu', 1247 'components.gyp:metrics_gpu',
1248 'components.gyp:packed_ct_ev_whitelist', 1248 'components.gyp:packed_ct_ev_whitelist',
1249 'components.gyp:page_load_metrics_browser', 1249 'components.gyp:page_load_metrics_browser',
1250 'components.gyp:page_load_metrics_renderer', 1250 'components.gyp:page_load_metrics_renderer',
1251 'components.gyp:password_manager_content_browser', 1251 'components.gyp:password_manager_content_browser',
1252 'components.gyp:password_manager_content_common',
1253 'components.gyp:power', 1252 'components.gyp:power',
1254 'components.gyp:precache_content', 1253 'components.gyp:precache_content',
1255 'components.gyp:safe_browsing_db', 1254 'components.gyp:safe_browsing_db',
1256 'components.gyp:safe_json', 1255 'components.gyp:safe_json',
1257 'components.gyp:safe_json_test_support', 1256 'components.gyp:safe_json_test_support',
1258 'components.gyp:sessions_content', 1257 'components.gyp:sessions_content',
1259 'components.gyp:storage_monitor', 1258 'components.gyp:storage_monitor',
1260 'components.gyp:storage_monitor_test_support', 1259 'components.gyp:storage_monitor_test_support',
1261 'components.gyp:ui_zoom', 1260 'components.gyp:ui_zoom',
1262 'components.gyp:url_matcher', 1261 'components.gyp:url_matcher',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 'dependencies': [ 1913 'dependencies': [
1915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1916 ], 1915 ],
1917 }], 1916 }],
1918 ], 1917 ],
1919 }, 1918 },
1920 ], 1919 ],
1921 }], 1920 }],
1922 ], 1921 ],
1923 } 1922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698