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

Side by Side Diff: components/components_tests.gyp

Issue 2053163002: [Offline pages] Adding persistent request queue based on SQLite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 4 years, 6 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 75 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
76 'bookmarks/browser/bookmark_index_unittest.cc', 76 'bookmarks/browser/bookmark_index_unittest.cc',
77 'bookmarks/browser/bookmark_model_unittest.cc', 77 'bookmarks/browser/bookmark_model_unittest.cc',
78 'bookmarks/browser/bookmark_utils_unittest.cc', 78 'bookmarks/browser/bookmark_utils_unittest.cc',
79 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', 79 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
80 ], 80 ],
81 'browser_sync_unittest_sources': [ 81 'browser_sync_unittest_sources': [
82 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', 82 'browser_sync/browser/profile_sync_service_autofill_unittest.cc',
83 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc', 83 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc',
84 'browser_sync/browser/profile_sync_service_startup_unittest.cc', 84 'browser_sync/browser/profile_sync_service_startup_unittest.cc',
85 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
85 'browser_sync/browser/profile_sync_service_unittest.cc', 86 'browser_sync/browser/profile_sync_service_unittest.cc',
86 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
87 ], 87 ],
88 'browser_watcher_unittest_sources': [ 88 'browser_watcher_unittest_sources': [
89 'browser_watcher/endsession_watcher_window_win_unittest.cc', 89 'browser_watcher/endsession_watcher_window_win_unittest.cc',
90 'browser_watcher/exit_code_watcher_win_unittest.cc', 90 'browser_watcher/exit_code_watcher_win_unittest.cc',
91 'browser_watcher/exit_funnel_win_unittest.cc', 91 'browser_watcher/exit_funnel_win_unittest.cc',
92 'browser_watcher/watcher_client_win_unittest.cc', 92 'browser_watcher/watcher_client_win_unittest.cc',
93 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 93 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
94 'browser_watcher/window_hang_monitor_win_unittest.cc', 94 'browser_watcher/window_hang_monitor_win_unittest.cc',
95 ], 95 ],
96 'browsing_data_ui_unittest_sources': [ 96 'browsing_data_ui_unittest_sources': [
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 364 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
365 'memory_pressure/memory_pressure_monitor_unittest.cc', 365 'memory_pressure/memory_pressure_monitor_unittest.cc',
366 'memory_pressure/memory_pressure_stats_collector_unittest.cc', 366 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
367 'memory_pressure/test_memory_pressure_calculator.cc', 367 'memory_pressure/test_memory_pressure_calculator.cc',
368 'memory_pressure/test_memory_pressure_calculator.h', 368 'memory_pressure/test_memory_pressure_calculator.h',
369 ], 369 ],
370 'metrics_unittest_sources': [ 370 'metrics_unittest_sources': [
371 'metrics/call_stack_profile_metrics_provider_unittest.cc', 371 'metrics/call_stack_profile_metrics_provider_unittest.cc',
372 'metrics/cloned_install_detector_unittest.cc', 372 'metrics/cloned_install_detector_unittest.cc',
373 'metrics/daily_event_unittest.cc', 373 'metrics/daily_event_unittest.cc',
374 'metrics/data_use_tracker_unittest.cc',
374 'metrics/drive_metrics_provider_unittest.cc', 375 'metrics/drive_metrics_provider_unittest.cc',
375 'metrics/file_metrics_provider_unittest.cc', 376 'metrics/file_metrics_provider_unittest.cc',
376 'metrics/histogram_encoder_unittest.cc', 377 'metrics/histogram_encoder_unittest.cc',
377 'metrics/machine_id_provider_win_unittest.cc', 378 'metrics/machine_id_provider_win_unittest.cc',
378 'metrics/data_use_tracker_unittest.cc',
379 'metrics/metrics_log_manager_unittest.cc', 379 'metrics/metrics_log_manager_unittest.cc',
380 'metrics/metrics_log_unittest.cc', 380 'metrics/metrics_log_unittest.cc',
381 'metrics/metrics_reporting_scheduler_unittest.cc', 381 'metrics/metrics_reporting_scheduler_unittest.cc',
382 'metrics/metrics_service_unittest.cc', 382 'metrics/metrics_service_unittest.cc',
383 'metrics/metrics_state_manager_unittest.cc', 383 'metrics/metrics_state_manager_unittest.cc',
384 'metrics/net/net_metrics_log_uploader_unittest.cc', 384 'metrics/net/net_metrics_log_uploader_unittest.cc',
385 'metrics/persisted_logs_unittest.cc', 385 'metrics/persisted_logs_unittest.cc',
386 'metrics/profiler/profiler_metrics_provider_unittest.cc', 386 'metrics/profiler/profiler_metrics_provider_unittest.cc',
387 'metrics/profiler/tracking_synchronizer_unittest.cc', 387 'metrics/profiler/tracking_synchronizer_unittest.cc',
388 'metrics/stability_metrics_helper_unittest.cc', 388 'metrics/stability_metrics_helper_unittest.cc',
389 'metrics/ui/screen_info_metrics_provider_unittest.cc', 389 'metrics/ui/screen_info_metrics_provider_unittest.cc',
390 ], 390 ],
391 'metrics_leak_detector_unittest_sources': [ 391 'metrics_leak_detector_unittest_sources': [
392 'metrics/leak_detector/call_stack_manager_unittest.cc', 392 'metrics/leak_detector/call_stack_manager_unittest.cc',
393 'metrics/leak_detector/call_stack_table_unittest.cc', 393 'metrics/leak_detector/call_stack_table_unittest.cc',
394 'metrics/leak_detector/leak_analyzer_unittest.cc', 394 'metrics/leak_detector/leak_analyzer_unittest.cc',
395 'metrics/leak_detector/leak_detector_impl_unittest.cc',
395 'metrics/leak_detector/leak_detector_unittest.cc', 396 'metrics/leak_detector/leak_detector_unittest.cc',
396 'metrics/leak_detector/leak_detector_impl_unittest.cc',
397 'metrics/leak_detector/ranked_set_unittest.cc', 397 'metrics/leak_detector/ranked_set_unittest.cc',
398 ], 398 ],
399 'mime_util_unittest_sources': [ 399 'mime_util_unittest_sources': [
400 'mime_util/mime_util_unittest.cc', 400 'mime_util/mime_util_unittest.cc',
401 ], 401 ],
402 'nacl_unittest_sources': [ 402 'nacl_unittest_sources': [
403 'nacl/browser/nacl_file_host_unittest.cc', 403 'nacl/browser/nacl_file_host_unittest.cc',
404 'nacl/browser/nacl_process_host_unittest.cc', 404 'nacl/browser/nacl_process_host_unittest.cc',
405 'nacl/browser/nacl_validation_cache_unittest.cc', 405 'nacl/browser/nacl_validation_cache_unittest.cc',
406 'nacl/browser/pnacl_host_unittest.cc', 406 'nacl/browser/pnacl_host_unittest.cc',
(...skipping 18 matching lines...) Expand all
425 'ntp_snippets/ntp_snippets_database_unittest.cc', 425 'ntp_snippets/ntp_snippets_database_unittest.cc',
426 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 426 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
427 'ntp_snippets/ntp_snippets_service_unittest.cc', 427 'ntp_snippets/ntp_snippets_service_unittest.cc',
428 ], 428 ],
429 'ntp_tiles_unittest_sources': [ 429 'ntp_tiles_unittest_sources': [
430 'ntp_tiles/most_visited_sites_unittest.cc', 430 'ntp_tiles/most_visited_sites_unittest.cc',
431 ], 431 ],
432 'offline_pages_background_unittest_sources': [ 432 'offline_pages_background_unittest_sources': [
433 'offline_pages/background/request_coordinator_unittest.cc', 433 'offline_pages/background/request_coordinator_unittest.cc',
434 'offline_pages/background/request_picker_unittest.cc', 434 'offline_pages/background/request_picker_unittest.cc',
435 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 435 'offline_pages/background/request_queue_store_unittest.cc',
Pete Williamson 2016/06/14 21:54:45 Should we keep the in memory store unittest? The
fgorski 2016/06/14 22:38:05 we are, we are converting the test to a typed test
436 'offline_pages/background/request_queue_unittest.cc', 436 'offline_pages/background/request_queue_unittest.cc',
437 'offline_pages/background/save_page_request_unittest.cc', 437 'offline_pages/background/save_page_request_unittest.cc',
438 ], 438 ],
439 'offline_pages_unittest_sources': [ 439 'offline_pages_unittest_sources': [
440 'offline_pages/archive_manager_unittest.cc', 440 'offline_pages/archive_manager_unittest.cc',
441 'offline_pages/client_policy_controller_unittest.cc', 441 'offline_pages/client_policy_controller_unittest.cc',
442 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 442 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
443 'offline_pages/offline_page_model_impl_unittest.cc', 443 'offline_pages/offline_page_model_impl_unittest.cc',
444 'offline_pages/offline_page_storage_manager_unittest.cc', 444 'offline_pages/offline_page_storage_manager_unittest.cc',
445 'offline_pages/snapshot_controller_unittest.cc', 445 'offline_pages/snapshot_controller_unittest.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', 500 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc',
501 'password_manager/core/browser/affiliation_fetcher_unittest.cc', 501 'password_manager/core/browser/affiliation_fetcher_unittest.cc',
502 'password_manager/core/browser/affiliation_service_unittest.cc', 502 'password_manager/core/browser/affiliation_service_unittest.cc',
503 'password_manager/core/browser/affiliation_utils_unittest.cc', 503 'password_manager/core/browser/affiliation_utils_unittest.cc',
504 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc', 504 'password_manager/core/browser/browser_save_password_progress_logger_unitt est.cc',
505 'password_manager/core/browser/export/csv_writer_unittest.cc', 505 'password_manager/core/browser/export/csv_writer_unittest.cc',
506 'password_manager/core/browser/export/password_csv_writer_unittest.cc', 506 'password_manager/core/browser/export/password_csv_writer_unittest.cc',
507 'password_manager/core/browser/export/password_exporter_unittest.cc', 507 'password_manager/core/browser/export/password_exporter_unittest.cc',
508 'password_manager/core/browser/facet_manager_unittest.cc', 508 'password_manager/core/browser/facet_manager_unittest.cc',
509 'password_manager/core/browser/import/csv_reader_unittest.cc', 509 'password_manager/core/browser/import/csv_reader_unittest.cc',
510 'password_manager/core/browser/import/password_csv_reader_unittest.cc',
510 'password_manager/core/browser/import/password_importer_unittest.cc', 511 'password_manager/core/browser/import/password_importer_unittest.cc',
511 'password_manager/core/browser/import/password_csv_reader_unittest.cc',
512 'password_manager/core/browser/log_manager_unittest.cc', 512 'password_manager/core/browser/log_manager_unittest.cc',
513 'password_manager/core/browser/log_router_unittest.cc', 513 'password_manager/core/browser/log_router_unittest.cc',
514 'password_manager/core/browser/login_database_ios_unittest.cc', 514 'password_manager/core/browser/login_database_ios_unittest.cc',
515 'password_manager/core/browser/login_database_unittest.cc', 515 'password_manager/core/browser/login_database_unittest.cc',
516 'password_manager/core/browser/login_model_unittest.cc', 516 'password_manager/core/browser/login_model_unittest.cc',
517 'password_manager/core/browser/mock_affiliated_match_helper.cc', 517 'password_manager/core/browser/mock_affiliated_match_helper.cc',
518 'password_manager/core/browser/mock_affiliated_match_helper.h', 518 'password_manager/core/browser/mock_affiliated_match_helper.h',
519 'password_manager/core/browser/password_autofill_manager_unittest.cc', 519 'password_manager/core/browser/password_autofill_manager_unittest.cc',
520 'password_manager/core/browser/password_bubble_experiment_unittest.cc', 520 'password_manager/core/browser/password_bubble_experiment_unittest.cc',
521 'password_manager/core/browser/password_form_manager_unittest.cc', 521 'password_manager/core/browser/password_form_manager_unittest.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'sync_driver/about_sync_util_unittest.cc', 801 'sync_driver/about_sync_util_unittest.cc',
802 'sync_driver/backend_migrator_unittest.cc', 802 'sync_driver/backend_migrator_unittest.cc',
803 'sync_driver/data_type_manager_impl_unittest.cc', 803 'sync_driver/data_type_manager_impl_unittest.cc',
804 'sync_driver/device_count_metrics_provider_unittest.cc', 804 'sync_driver/device_count_metrics_provider_unittest.cc',
805 'sync_driver/device_info_data_type_controller_unittest.cc', 805 'sync_driver/device_info_data_type_controller_unittest.cc',
806 'sync_driver/device_info_service_unittest.cc', 806 'sync_driver/device_info_service_unittest.cc',
807 'sync_driver/device_info_sync_service_unittest.cc', 807 'sync_driver/device_info_sync_service_unittest.cc',
808 'sync_driver/device_info_util_unittest.cc', 808 'sync_driver/device_info_util_unittest.cc',
809 'sync_driver/frontend_data_type_controller_unittest.cc', 809 'sync_driver/frontend_data_type_controller_unittest.cc',
810 'sync_driver/generic_change_processor_unittest.cc', 810 'sync_driver/generic_change_processor_unittest.cc',
811 'sync_driver/glue/browser_thread_model_worker_unittest.cc',
811 'sync_driver/glue/sync_backend_host_impl_unittest.cc', 812 'sync_driver/glue/sync_backend_host_impl_unittest.cc',
812 'sync_driver/glue/browser_thread_model_worker_unittest.cc',
813 'sync_driver/glue/sync_backend_registrar_unittest.cc', 813 'sync_driver/glue/sync_backend_registrar_unittest.cc',
814 'sync_driver/glue/ui_model_worker_unittest.cc', 814 'sync_driver/glue/ui_model_worker_unittest.cc',
815 'sync_driver/local_device_info_provider_unittest.cc', 815 'sync_driver/local_device_info_provider_unittest.cc',
816 'sync_driver/model_association_manager_unittest.cc', 816 'sync_driver/model_association_manager_unittest.cc',
817 'sync_driver/non_blocking_data_type_controller_unittest.cc', 817 'sync_driver/non_blocking_data_type_controller_unittest.cc',
818 'sync_driver/non_ui_data_type_controller_unittest.cc', 818 'sync_driver/non_ui_data_type_controller_unittest.cc',
819 'sync_driver/non_ui_model_type_controller_unittest.cc', 819 'sync_driver/non_ui_model_type_controller_unittest.cc',
820 'sync_driver/profile_sync_auth_provider_unittest.cc', 820 'sync_driver/profile_sync_auth_provider_unittest.cc',
821 'sync_driver/shared_change_processor_unittest.cc', 821 'sync_driver/shared_change_processor_unittest.cc',
822 'sync_driver/startup_controller_unittest.cc', 822 'sync_driver/startup_controller_unittest.cc',
823 'sync_driver/sync_prefs_unittest.cc', 823 'sync_driver/sync_prefs_unittest.cc',
824 'sync_driver/sync_stopped_reporter_unittest.cc', 824 'sync_driver/sync_stopped_reporter_unittest.cc',
825 'sync_driver/sync_util_unittest.cc', 825 'sync_driver/sync_util_unittest.cc',
826 'sync_driver/system_encryptor_unittest.cc', 826 'sync_driver/system_encryptor_unittest.cc',
827 'sync_driver/ui_data_type_controller_unittest.cc', 827 'sync_driver/ui_data_type_controller_unittest.cc',
828 'sync_driver/ui_model_type_controller_unittest.cc', 828 'sync_driver/ui_model_type_controller_unittest.cc',
829 ], 829 ],
830 'sync_sessions_unittest_sources': [ 830 'sync_sessions_unittest_sources': [
831 'sync_sessions/favicon_cache_unittest.cc', 831 'sync_sessions/favicon_cache_unittest.cc',
832 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', 832 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc',
833 'sync_sessions/revisit/current_tab_matcher_unittest.cc', 833 'sync_sessions/revisit/current_tab_matcher_unittest.cc',
834 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', 834 'sync_sessions/revisit/offset_tab_matcher_unittest.cc',
835 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', 835 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc',
836 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', 836 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc',
837 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', 837 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc',
838 'sync_sessions/session_data_type_controller_unittest.cc', 838 'sync_sessions/session_data_type_controller_unittest.cc',
839 'sync_sessions/sync_sessions_metrics_unittest.cc',
839 'sync_sessions/synced_session_tracker_unittest.cc', 840 'sync_sessions/synced_session_tracker_unittest.cc',
840 'sync_sessions/sync_sessions_metrics_unittest.cc',
841 'sync_sessions/tab_node_pool_unittest.cc', 841 'sync_sessions/tab_node_pool_unittest.cc',
842 ], 842 ],
843 'syncable_prefs_unittest_sources': [ 843 'syncable_prefs_unittest_sources': [
844 'syncable_prefs/pref_model_associator_unittest.cc', 844 'syncable_prefs/pref_model_associator_unittest.cc',
845 'syncable_prefs/pref_service_syncable_unittest.cc', 845 'syncable_prefs/pref_service_syncable_unittest.cc',
846 ], 846 ],
847 'tracing_unittest_sources': [ 847 'tracing_unittest_sources': [
848 'tracing/browser/trace_config_file_unittest.cc', 848 'tracing/browser/trace_config_file_unittest.cc',
849 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 849 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
850 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 850 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
851 ], 851 ],
852 'translate_unittest_sources': [ 852 'translate_unittest_sources': [
853 'translate/core/browser/language_state_unittest.cc',
853 'translate/core/browser/mock_translate_driver.cc', 854 'translate/core/browser/mock_translate_driver.cc',
854 'translate/core/browser/language_state_unittest.cc',
855 'translate/core/browser/translate_browser_metrics_unittest.cc', 855 'translate/core/browser/translate_browser_metrics_unittest.cc',
856 'translate/core/browser/translate_language_list_unittest.cc', 856 'translate/core/browser/translate_language_list_unittest.cc',
857 'translate/core/browser/translate_manager_unittest.cc', 857 'translate/core/browser/translate_manager_unittest.cc',
858 'translate/core/browser/translate_prefs_unittest.cc', 858 'translate/core/browser/translate_prefs_unittest.cc',
859 'translate/core/browser/translate_script_unittest.cc', 859 'translate/core/browser/translate_script_unittest.cc',
860 'translate/core/browser/translate_ui_delegate_unittest.cc', 860 'translate/core/browser/translate_ui_delegate_unittest.cc',
861 'translate/core/common/translate_metrics_unittest.cc', 861 'translate/core/common/translate_metrics_unittest.cc',
862 'translate/core/common/translate_util_unittest.cc', 862 'translate/core/common/translate_util_unittest.cc',
863 'translate/core/language_detection/language_detection_util_unittest.cc', 863 'translate/core/language_detection/language_detection_util_unittest.cc',
864 'translate/ios/browser/js_translate_manager_unittest.mm', 864 'translate/ios/browser/js_translate_manager_unittest.mm',
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 'dependencies': [ 1992 'dependencies': [
1993 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1993 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1994 ], 1994 ],
1995 }], 1995 }],
1996 ], 1996 ],
1997 }, 1997 },
1998 ], 1998 ],
1999 }], 1999 }],
2000 ], 2000 ],
2001 } 2001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698