| OLD | NEW |
| 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 16 matching lines...) Expand all Loading... |
| 27 'autofill/core/browser/autofill_country_unittest.cc', | 27 'autofill/core/browser/autofill_country_unittest.cc', |
| 28 'autofill/core/browser/autofill_data_model_unittest.cc', | 28 'autofill/core/browser/autofill_data_model_unittest.cc', |
| 29 'autofill/core/browser/autofill_data_util_unittest.cc', | 29 'autofill/core/browser/autofill_data_util_unittest.cc', |
| 30 'autofill/core/browser/autofill_download_manager_unittest.cc', | 30 'autofill/core/browser/autofill_download_manager_unittest.cc', |
| 31 'autofill/core/browser/autofill_external_delegate_unittest.cc', | 31 'autofill/core/browser/autofill_external_delegate_unittest.cc', |
| 32 'autofill/core/browser/autofill_field_unittest.cc', | 32 'autofill/core/browser/autofill_field_unittest.cc', |
| 33 'autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc', | 33 'autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc', |
| 34 'autofill/core/browser/autofill_manager_unittest.cc', | 34 'autofill/core/browser/autofill_manager_unittest.cc', |
| 35 'autofill/core/browser/autofill_merge_unittest.cc', | 35 'autofill/core/browser/autofill_merge_unittest.cc', |
| 36 'autofill/core/browser/autofill_metrics_unittest.cc', | 36 'autofill/core/browser/autofill_metrics_unittest.cc', |
| 37 'autofill/core/browser/autofill_profile_comparator_unittest.cc', |
| 37 'autofill/core/browser/autofill_profile_unittest.cc', | 38 'autofill/core/browser/autofill_profile_unittest.cc', |
| 38 'autofill/core/browser/autofill_profile_comparator_unittest.cc', | |
| 39 'autofill/core/browser/autofill_type_unittest.cc', | 39 'autofill/core/browser/autofill_type_unittest.cc', |
| 40 'autofill/core/browser/contact_info_unittest.cc', | 40 'autofill/core/browser/contact_info_unittest.cc', |
| 41 'autofill/core/browser/country_names_unittest.cc', | 41 'autofill/core/browser/country_names_unittest.cc', |
| 42 'autofill/core/browser/credit_card_field_unittest.cc', | 42 'autofill/core/browser/credit_card_field_unittest.cc', |
| 43 'autofill/core/browser/credit_card_unittest.cc', | 43 'autofill/core/browser/credit_card_unittest.cc', |
| 44 'autofill/core/browser/field_candidates_unittest.cc', | 44 'autofill/core/browser/field_candidates_unittest.cc', |
| 45 'autofill/core/browser/form_field_unittest.cc', | 45 'autofill/core/browser/form_field_unittest.cc', |
| 46 'autofill/core/browser/form_structure_unittest.cc', | 46 'autofill/core/browser/form_structure_unittest.cc', |
| 47 'autofill/core/browser/legal_message_line_unittest.cc', | 47 'autofill/core/browser/legal_message_line_unittest.cc', |
| 48 'autofill/core/browser/name_field_unittest.cc', | 48 'autofill/core/browser/name_field_unittest.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 76 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', | 76 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', |
| 77 'bookmarks/browser/bookmark_index_unittest.cc', | 77 'bookmarks/browser/bookmark_index_unittest.cc', |
| 78 'bookmarks/browser/bookmark_model_unittest.cc', | 78 'bookmarks/browser/bookmark_model_unittest.cc', |
| 79 'bookmarks/browser/bookmark_utils_unittest.cc', | 79 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 80 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', | 80 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', |
| 81 ], | 81 ], |
| 82 'browser_sync_unittest_sources': [ | 82 'browser_sync_unittest_sources': [ |
| 83 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', | 83 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', |
| 84 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc', | 84 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc', |
| 85 'browser_sync/browser/profile_sync_service_startup_unittest.cc', | 85 'browser_sync/browser/profile_sync_service_startup_unittest.cc', |
| 86 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', |
| 86 'browser_sync/browser/profile_sync_service_unittest.cc', | 87 'browser_sync/browser/profile_sync_service_unittest.cc', |
| 87 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', | |
| 88 ], | 88 ], |
| 89 'browser_watcher_unittest_sources': [ | 89 'browser_watcher_unittest_sources': [ |
| 90 'browser_watcher/endsession_watcher_window_win_unittest.cc', | 90 'browser_watcher/endsession_watcher_window_win_unittest.cc', |
| 91 'browser_watcher/exit_code_watcher_win_unittest.cc', | 91 'browser_watcher/exit_code_watcher_win_unittest.cc', |
| 92 'browser_watcher/exit_funnel_win_unittest.cc', | 92 'browser_watcher/exit_funnel_win_unittest.cc', |
| 93 'browser_watcher/watcher_client_win_unittest.cc', | 93 'browser_watcher/watcher_client_win_unittest.cc', |
| 94 'browser_watcher/watcher_metrics_provider_win_unittest.cc', | 94 'browser_watcher/watcher_metrics_provider_win_unittest.cc', |
| 95 'browser_watcher/window_hang_monitor_win_unittest.cc', | 95 'browser_watcher/window_hang_monitor_win_unittest.cc', |
| 96 ], | 96 ], |
| 97 'browsing_data_ui_unittest_sources': [ | 97 'browsing_data_ui_unittest_sources': [ |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', | 366 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', |
| 367 'memory_pressure/memory_pressure_monitor_unittest.cc', | 367 'memory_pressure/memory_pressure_monitor_unittest.cc', |
| 368 'memory_pressure/memory_pressure_stats_collector_unittest.cc', | 368 'memory_pressure/memory_pressure_stats_collector_unittest.cc', |
| 369 'memory_pressure/test_memory_pressure_calculator.cc', | 369 'memory_pressure/test_memory_pressure_calculator.cc', |
| 370 'memory_pressure/test_memory_pressure_calculator.h', | 370 'memory_pressure/test_memory_pressure_calculator.h', |
| 371 ], | 371 ], |
| 372 'metrics_unittest_sources': [ | 372 'metrics_unittest_sources': [ |
| 373 'metrics/call_stack_profile_metrics_provider_unittest.cc', | 373 'metrics/call_stack_profile_metrics_provider_unittest.cc', |
| 374 'metrics/cloned_install_detector_unittest.cc', | 374 'metrics/cloned_install_detector_unittest.cc', |
| 375 'metrics/daily_event_unittest.cc', | 375 'metrics/daily_event_unittest.cc', |
| 376 'metrics/data_use_tracker_unittest.cc', |
| 376 'metrics/drive_metrics_provider_unittest.cc', | 377 'metrics/drive_metrics_provider_unittest.cc', |
| 377 'metrics/file_metrics_provider_unittest.cc', | 378 'metrics/file_metrics_provider_unittest.cc', |
| 378 'metrics/histogram_encoder_unittest.cc', | 379 'metrics/histogram_encoder_unittest.cc', |
| 379 'metrics/machine_id_provider_win_unittest.cc', | 380 'metrics/machine_id_provider_win_unittest.cc', |
| 380 'metrics/data_use_tracker_unittest.cc', | |
| 381 'metrics/metrics_log_manager_unittest.cc', | 381 'metrics/metrics_log_manager_unittest.cc', |
| 382 'metrics/metrics_log_unittest.cc', | 382 'metrics/metrics_log_unittest.cc', |
| 383 'metrics/metrics_reporting_scheduler_unittest.cc', | 383 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 384 'metrics/metrics_service_unittest.cc', | 384 'metrics/metrics_service_unittest.cc', |
| 385 'metrics/metrics_state_manager_unittest.cc', | 385 'metrics/metrics_state_manager_unittest.cc', |
| 386 'metrics/net/net_metrics_log_uploader_unittest.cc', | 386 'metrics/net/net_metrics_log_uploader_unittest.cc', |
| 387 'metrics/persisted_logs_unittest.cc', | 387 'metrics/persisted_logs_unittest.cc', |
| 388 'metrics/profiler/profiler_metrics_provider_unittest.cc', | 388 'metrics/profiler/profiler_metrics_provider_unittest.cc', |
| 389 'metrics/profiler/tracking_synchronizer_unittest.cc', | 389 'metrics/profiler/tracking_synchronizer_unittest.cc', |
| 390 'metrics/stability_metrics_helper_unittest.cc', | 390 'metrics/stability_metrics_helper_unittest.cc', |
| 391 'metrics/ui/screen_info_metrics_provider_unittest.cc', | 391 'metrics/ui/screen_info_metrics_provider_unittest.cc', |
| 392 ], | 392 ], |
| 393 'metrics_leak_detector_unittest_sources': [ | 393 'metrics_leak_detector_unittest_sources': [ |
| 394 'metrics/leak_detector/call_stack_manager_unittest.cc', | 394 'metrics/leak_detector/call_stack_manager_unittest.cc', |
| 395 'metrics/leak_detector/call_stack_table_unittest.cc', | 395 'metrics/leak_detector/call_stack_table_unittest.cc', |
| 396 'metrics/leak_detector/leak_analyzer_unittest.cc', | 396 'metrics/leak_detector/leak_analyzer_unittest.cc', |
| 397 'metrics/leak_detector/leak_detector_impl_unittest.cc', |
| 397 'metrics/leak_detector/leak_detector_unittest.cc', | 398 'metrics/leak_detector/leak_detector_unittest.cc', |
| 398 'metrics/leak_detector/leak_detector_impl_unittest.cc', | |
| 399 'metrics/leak_detector/ranked_set_unittest.cc', | 399 'metrics/leak_detector/ranked_set_unittest.cc', |
| 400 ], | 400 ], |
| 401 'mime_util_unittest_sources': [ | 401 'mime_util_unittest_sources': [ |
| 402 'mime_util/mime_util_unittest.cc', | 402 'mime_util/mime_util_unittest.cc', |
| 403 ], | 403 ], |
| 404 'nacl_unittest_sources': [ | 404 'nacl_unittest_sources': [ |
| 405 'nacl/browser/nacl_file_host_unittest.cc', | 405 'nacl/browser/nacl_file_host_unittest.cc', |
| 406 'nacl/browser/nacl_process_host_unittest.cc', | 406 'nacl/browser/nacl_process_host_unittest.cc', |
| 407 'nacl/browser/nacl_validation_cache_unittest.cc', | 407 'nacl/browser/nacl_validation_cache_unittest.cc', |
| 408 'nacl/browser/pnacl_host_unittest.cc', | 408 'nacl/browser/pnacl_host_unittest.cc', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 427 'ntp_snippets/ntp_snippets_database_unittest.cc', | 427 'ntp_snippets/ntp_snippets_database_unittest.cc', |
| 428 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | 428 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', |
| 429 'ntp_snippets/ntp_snippets_service_unittest.cc', | 429 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 430 ], | 430 ], |
| 431 'ntp_tiles_unittest_sources': [ | 431 'ntp_tiles_unittest_sources': [ |
| 432 'ntp_tiles/most_visited_sites_unittest.cc', | 432 'ntp_tiles/most_visited_sites_unittest.cc', |
| 433 ], | 433 ], |
| 434 'offline_pages_background_unittest_sources': [ | 434 'offline_pages_background_unittest_sources': [ |
| 435 'offline_pages/background/request_coordinator_unittest.cc', | 435 'offline_pages/background/request_coordinator_unittest.cc', |
| 436 'offline_pages/background/request_picker_unittest.cc', | 436 'offline_pages/background/request_picker_unittest.cc', |
| 437 'offline_pages/background/request_queue_in_memory_store_unittest.cc', | 437 'offline_pages/background/request_queue_store_unittest.cc', |
| 438 'offline_pages/background/request_queue_unittest.cc', | 438 'offline_pages/background/request_queue_unittest.cc', |
| 439 'offline_pages/background/save_page_request_unittest.cc', | 439 'offline_pages/background/save_page_request_unittest.cc', |
| 440 ], | 440 ], |
| 441 'offline_pages_unittest_sources': [ | 441 'offline_pages_unittest_sources': [ |
| 442 'offline_pages/archive_manager_unittest.cc', | 442 'offline_pages/archive_manager_unittest.cc', |
| 443 'offline_pages/client_policy_controller_unittest.cc', | 443 'offline_pages/client_policy_controller_unittest.cc', |
| 444 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 444 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| 445 'offline_pages/offline_page_model_impl_unittest.cc', | 445 'offline_pages/offline_page_model_impl_unittest.cc', |
| 446 'offline_pages/offline_page_storage_manager_unittest.cc', | 446 'offline_pages/offline_page_storage_manager_unittest.cc', |
| 447 'offline_pages/snapshot_controller_unittest.cc', | 447 'offline_pages/snapshot_controller_unittest.cc', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 502 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
| 503 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 503 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
| 504 'password_manager/core/browser/affiliation_service_unittest.cc', | 504 'password_manager/core/browser/affiliation_service_unittest.cc', |
| 505 'password_manager/core/browser/affiliation_utils_unittest.cc', | 505 'password_manager/core/browser/affiliation_utils_unittest.cc', |
| 506 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', | 506 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', |
| 507 'password_manager/core/browser/export/csv_writer_unittest.cc', | 507 'password_manager/core/browser/export/csv_writer_unittest.cc', |
| 508 'password_manager/core/browser/export/password_csv_writer_unittest.cc', | 508 'password_manager/core/browser/export/password_csv_writer_unittest.cc', |
| 509 'password_manager/core/browser/export/password_exporter_unittest.cc', | 509 'password_manager/core/browser/export/password_exporter_unittest.cc', |
| 510 'password_manager/core/browser/facet_manager_unittest.cc', | 510 'password_manager/core/browser/facet_manager_unittest.cc', |
| 511 'password_manager/core/browser/import/csv_reader_unittest.cc', | 511 'password_manager/core/browser/import/csv_reader_unittest.cc', |
| 512 'password_manager/core/browser/import/password_csv_reader_unittest.cc', |
| 512 'password_manager/core/browser/import/password_importer_unittest.cc', | 513 'password_manager/core/browser/import/password_importer_unittest.cc', |
| 513 'password_manager/core/browser/import/password_csv_reader_unittest.cc', | |
| 514 'password_manager/core/browser/log_manager_unittest.cc', | 514 'password_manager/core/browser/log_manager_unittest.cc', |
| 515 'password_manager/core/browser/log_router_unittest.cc', | 515 'password_manager/core/browser/log_router_unittest.cc', |
| 516 'password_manager/core/browser/login_database_ios_unittest.cc', | 516 'password_manager/core/browser/login_database_ios_unittest.cc', |
| 517 'password_manager/core/browser/login_database_unittest.cc', | 517 'password_manager/core/browser/login_database_unittest.cc', |
| 518 'password_manager/core/browser/login_model_unittest.cc', | 518 'password_manager/core/browser/login_model_unittest.cc', |
| 519 'password_manager/core/browser/mock_affiliated_match_helper.cc', | 519 'password_manager/core/browser/mock_affiliated_match_helper.cc', |
| 520 'password_manager/core/browser/mock_affiliated_match_helper.h', | 520 'password_manager/core/browser/mock_affiliated_match_helper.h', |
| 521 'password_manager/core/browser/password_autofill_manager_unittest.cc', | 521 'password_manager/core/browser/password_autofill_manager_unittest.cc', |
| 522 'password_manager/core/browser/password_bubble_experiment_unittest.cc', | 522 'password_manager/core/browser/password_bubble_experiment_unittest.cc', |
| 523 'password_manager/core/browser/password_form_manager_unittest.cc', | 523 'password_manager/core/browser/password_form_manager_unittest.cc', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 'sync_driver/about_sync_util_unittest.cc', | 804 'sync_driver/about_sync_util_unittest.cc', |
| 805 'sync_driver/backend_migrator_unittest.cc', | 805 'sync_driver/backend_migrator_unittest.cc', |
| 806 'sync_driver/data_type_manager_impl_unittest.cc', | 806 'sync_driver/data_type_manager_impl_unittest.cc', |
| 807 'sync_driver/device_count_metrics_provider_unittest.cc', | 807 'sync_driver/device_count_metrics_provider_unittest.cc', |
| 808 'sync_driver/device_info_data_type_controller_unittest.cc', | 808 'sync_driver/device_info_data_type_controller_unittest.cc', |
| 809 'sync_driver/device_info_service_unittest.cc', | 809 'sync_driver/device_info_service_unittest.cc', |
| 810 'sync_driver/device_info_sync_service_unittest.cc', | 810 'sync_driver/device_info_sync_service_unittest.cc', |
| 811 'sync_driver/device_info_util_unittest.cc', | 811 'sync_driver/device_info_util_unittest.cc', |
| 812 'sync_driver/frontend_data_type_controller_unittest.cc', | 812 'sync_driver/frontend_data_type_controller_unittest.cc', |
| 813 'sync_driver/generic_change_processor_unittest.cc', | 813 'sync_driver/generic_change_processor_unittest.cc', |
| 814 'sync_driver/glue/browser_thread_model_worker_unittest.cc', |
| 814 'sync_driver/glue/sync_backend_host_impl_unittest.cc', | 815 'sync_driver/glue/sync_backend_host_impl_unittest.cc', |
| 815 'sync_driver/glue/browser_thread_model_worker_unittest.cc', | |
| 816 'sync_driver/glue/sync_backend_registrar_unittest.cc', | 816 'sync_driver/glue/sync_backend_registrar_unittest.cc', |
| 817 'sync_driver/glue/ui_model_worker_unittest.cc', | 817 'sync_driver/glue/ui_model_worker_unittest.cc', |
| 818 'sync_driver/local_device_info_provider_unittest.cc', | 818 'sync_driver/local_device_info_provider_unittest.cc', |
| 819 'sync_driver/model_association_manager_unittest.cc', | 819 'sync_driver/model_association_manager_unittest.cc', |
| 820 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 820 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 821 'sync_driver/non_ui_data_type_controller_unittest.cc', | 821 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 822 'sync_driver/non_ui_model_type_controller_unittest.cc', | 822 'sync_driver/non_ui_model_type_controller_unittest.cc', |
| 823 'sync_driver/profile_sync_auth_provider_unittest.cc', | 823 'sync_driver/profile_sync_auth_provider_unittest.cc', |
| 824 'sync_driver/shared_change_processor_unittest.cc', | 824 'sync_driver/shared_change_processor_unittest.cc', |
| 825 'sync_driver/startup_controller_unittest.cc', | 825 'sync_driver/startup_controller_unittest.cc', |
| 826 'sync_driver/sync_prefs_unittest.cc', | 826 'sync_driver/sync_prefs_unittest.cc', |
| 827 'sync_driver/sync_stopped_reporter_unittest.cc', | 827 'sync_driver/sync_stopped_reporter_unittest.cc', |
| 828 'sync_driver/sync_util_unittest.cc', | 828 'sync_driver/sync_util_unittest.cc', |
| 829 'sync_driver/system_encryptor_unittest.cc', | 829 'sync_driver/system_encryptor_unittest.cc', |
| 830 'sync_driver/ui_data_type_controller_unittest.cc', | 830 'sync_driver/ui_data_type_controller_unittest.cc', |
| 831 'sync_driver/ui_model_type_controller_unittest.cc', | 831 'sync_driver/ui_model_type_controller_unittest.cc', |
| 832 ], | 832 ], |
| 833 'sync_sessions_unittest_sources': [ | 833 'sync_sessions_unittest_sources': [ |
| 834 'sync_sessions/favicon_cache_unittest.cc', | 834 'sync_sessions/favicon_cache_unittest.cc', |
| 835 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', | 835 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', |
| 836 'sync_sessions/revisit/current_tab_matcher_unittest.cc', | 836 'sync_sessions/revisit/current_tab_matcher_unittest.cc', |
| 837 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', | 837 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', |
| 838 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', | 838 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', |
| 839 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', | 839 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', |
| 840 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', | 840 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', |
| 841 'sync_sessions/session_data_type_controller_unittest.cc', | 841 'sync_sessions/session_data_type_controller_unittest.cc', |
| 842 'sync_sessions/sync_sessions_metrics_unittest.cc', |
| 842 'sync_sessions/synced_session_tracker_unittest.cc', | 843 'sync_sessions/synced_session_tracker_unittest.cc', |
| 843 'sync_sessions/sync_sessions_metrics_unittest.cc', | |
| 844 'sync_sessions/tab_node_pool_unittest.cc', | 844 'sync_sessions/tab_node_pool_unittest.cc', |
| 845 ], | 845 ], |
| 846 'syncable_prefs_unittest_sources': [ | 846 'syncable_prefs_unittest_sources': [ |
| 847 'syncable_prefs/pref_model_associator_unittest.cc', | 847 'syncable_prefs/pref_model_associator_unittest.cc', |
| 848 'syncable_prefs/pref_service_syncable_unittest.cc', | 848 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 849 ], | 849 ], |
| 850 'tracing_unittest_sources': [ | 850 'tracing_unittest_sources': [ |
| 851 'tracing/browser/trace_config_file_unittest.cc', | 851 'tracing/browser/trace_config_file_unittest.cc', |
| 852 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', | 852 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', |
| 853 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', | 853 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', |
| 854 ], | 854 ], |
| 855 'translate_unittest_sources': [ | 855 'translate_unittest_sources': [ |
| 856 'translate/core/browser/language_state_unittest.cc', |
| 856 'translate/core/browser/mock_translate_driver.cc', | 857 'translate/core/browser/mock_translate_driver.cc', |
| 857 'translate/core/browser/language_state_unittest.cc', | |
| 858 'translate/core/browser/translate_browser_metrics_unittest.cc', | 858 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 859 'translate/core/browser/translate_language_list_unittest.cc', | 859 'translate/core/browser/translate_language_list_unittest.cc', |
| 860 'translate/core/browser/translate_manager_unittest.cc', | 860 'translate/core/browser/translate_manager_unittest.cc', |
| 861 'translate/core/browser/translate_prefs_unittest.cc', | 861 'translate/core/browser/translate_prefs_unittest.cc', |
| 862 'translate/core/browser/translate_script_unittest.cc', | 862 'translate/core/browser/translate_script_unittest.cc', |
| 863 'translate/core/browser/translate_ui_delegate_unittest.cc', | 863 'translate/core/browser/translate_ui_delegate_unittest.cc', |
| 864 'translate/core/common/translate_metrics_unittest.cc', | 864 'translate/core/common/translate_metrics_unittest.cc', |
| 865 'translate/core/common/translate_util_unittest.cc', | 865 'translate/core/common/translate_util_unittest.cc', |
| 866 'translate/core/language_detection/language_detection_util_unittest.cc', | 866 'translate/core/language_detection/language_detection_util_unittest.cc', |
| 867 'translate/ios/browser/js_translate_manager_unittest.mm', | 867 'translate/ios/browser/js_translate_manager_unittest.mm', |
| (...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1998 'dependencies': [ | 1998 'dependencies': [ |
| 1999 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1999 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2000 ], | 2000 ], |
| 2001 }], | 2001 }], |
| 2002 ], | 2002 ], |
| 2003 }, | 2003 }, |
| 2004 ], | 2004 ], |
| 2005 }], | 2005 }], |
| 2006 ], | 2006 ], |
| 2007 } | 2007 } |
| OLD | NEW |