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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', | 457 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', |
458 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 458 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
459 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', | 459 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
460 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', | 460 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', |
461 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', | 461 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', |
462 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 462 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
463 'proximity_auth/bluetooth_connection_unittest.cc', | 463 'proximity_auth/bluetooth_connection_unittest.cc', |
464 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 464 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
465 'proximity_auth/client_impl_unittest.cc', | 465 'proximity_auth/client_impl_unittest.cc', |
466 'proximity_auth/connection_unittest.cc', | 466 'proximity_auth/connection_unittest.cc', |
| 467 'proximity_auth/device_to_device_operations_unittest.cc', |
467 'proximity_auth/cryptauth/base64url_unittest.cc', | 468 'proximity_auth/cryptauth/base64url_unittest.cc', |
468 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, | 469 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, |
469 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 470 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
470 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', | 471 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', |
471 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', | 472 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', |
472 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', | 473 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', |
473 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', | 474 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', |
474 'proximity_auth/cryptauth/cryptauth_gcm_manager_impl_unittest.cc', | 475 'proximity_auth/cryptauth/cryptauth_gcm_manager_impl_unittest.cc', |
475 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', | 476 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', |
476 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc', | 477 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc', |
477 'proximity_auth/device_to_device_operations_unittest.cc', | 478 'proximity_auth/device_to_device_operations_unittest.cc', |
478 'proximity_auth/device_to_device_operations_unittest.cc', | |
479 'proximity_auth/device_to_device_secure_context_unittest.cc', | 479 'proximity_auth/device_to_device_secure_context_unittest.cc', |
480 'proximity_auth/logging/logging_unittest.cc', | 480 'proximity_auth/logging/logging_unittest.cc', |
481 'proximity_auth/proximity_auth_system_unittest.cc', | 481 'proximity_auth/proximity_auth_system_unittest.cc', |
482 'proximity_auth/proximity_monitor_impl_unittest.cc', | 482 'proximity_auth/proximity_monitor_impl_unittest.cc', |
483 'proximity_auth/remote_status_update_unittest.cc', | 483 'proximity_auth/remote_status_update_unittest.cc', |
484 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', | 484 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', |
485 'proximity_auth/wire_message_unittest.cc', | 485 'proximity_auth/wire_message_unittest.cc', |
486 ], | 486 ], |
487 'proxy_config_unittest_sources': [ | 487 'proxy_config_unittest_sources': [ |
488 'proxy_config/proxy_config_dictionary_unittest.cc', | 488 'proxy_config/proxy_config_dictionary_unittest.cc', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'search_engines/keyword_table_unittest.cc', | 540 'search_engines/keyword_table_unittest.cc', |
541 'search_engines/search_host_to_urls_map_unittest.cc', | 541 'search_engines/search_host_to_urls_map_unittest.cc', |
542 'search_engines/template_url_prepopulate_data_unittest.cc', | 542 'search_engines/template_url_prepopulate_data_unittest.cc', |
543 'search_engines/template_url_service_util_unittest.cc', | 543 'search_engines/template_url_service_util_unittest.cc', |
544 'search_engines/template_url_unittest.cc', | 544 'search_engines/template_url_unittest.cc', |
545 ], | 545 ], |
546 'search_provider_logos_unittest_sources': [ | 546 'search_provider_logos_unittest_sources': [ |
547 'search_provider_logos/logo_cache_unittest.cc', | 547 'search_provider_logos/logo_cache_unittest.cc', |
548 'search_provider_logos/logo_tracker_unittest.cc', | 548 'search_provider_logos/logo_tracker_unittest.cc', |
549 ], | 549 ], |
| 550 'secure_display_unittest_sources': [ |
| 551 'secure_display/elide_url_unittest.cc', |
| 552 ], |
550 'sessions_unittest_sources': [ | 553 'sessions_unittest_sources': [ |
551 'sessions/content/content_serialized_navigation_builder_unittest.cc', | 554 'sessions/content/content_serialized_navigation_builder_unittest.cc', |
552 'sessions/content/content_serialized_navigation_driver_unittest.cc', | 555 'sessions/content/content_serialized_navigation_driver_unittest.cc', |
553 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', | 556 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', |
554 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', | 557 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', |
555 'sessions/serialized_navigation_entry_unittest.cc', | 558 'sessions/serialized_navigation_entry_unittest.cc', |
556 'sessions/session_backend_unittest.cc', | 559 'sessions/session_backend_unittest.cc', |
557 'sessions/session_types_unittest.cc', | 560 'sessions/session_types_unittest.cc', |
558 ], | 561 ], |
559 'signin_unittest_sources': [ | 562 'signin_unittest_sources': [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 'update_client_unittest_sources': [ | 616 'update_client_unittest_sources': [ |
614 'update_client/component_patcher_unittest.cc', | 617 'update_client/component_patcher_unittest.cc', |
615 'update_client/crx_downloader_unittest.cc', | 618 'update_client/crx_downloader_unittest.cc', |
616 'update_client/ping_manager_unittest.cc', | 619 'update_client/ping_manager_unittest.cc', |
617 'update_client/request_sender_unittest.cc', | 620 'update_client/request_sender_unittest.cc', |
618 'update_client/update_checker_unittest.cc', | 621 'update_client/update_checker_unittest.cc', |
619 'update_client/update_client_unittest.cc', | 622 'update_client/update_client_unittest.cc', |
620 'update_client/update_query_params_unittest.cc', | 623 'update_client/update_query_params_unittest.cc', |
621 'update_client/update_response_unittest.cc', | 624 'update_client/update_response_unittest.cc', |
622 ], | 625 ], |
623 'url_formatter_unittest_sources': [ | 626 'url_fixer_unittest_sources': [ |
624 'url_formatter/elide_url_unittest.cc', | 627 'url_fixer/url_fixer_unittest.cc', |
625 'url_formatter/url_fixer_unittest.cc', | |
626 'url_formatter/url_formatter_unittest.cc', | |
627 ], | 628 ], |
628 'url_matcher_unittest_sources': [ | 629 'url_matcher_unittest_sources': [ |
629 'url_matcher/regex_set_matcher_unittest.cc', | 630 'url_matcher/regex_set_matcher_unittest.cc', |
630 'url_matcher/string_pattern_unittest.cc', | 631 'url_matcher/string_pattern_unittest.cc', |
631 'url_matcher/substring_set_matcher_unittest.cc', | 632 'url_matcher/substring_set_matcher_unittest.cc', |
632 'url_matcher/url_matcher_factory_unittest.cc', | 633 'url_matcher/url_matcher_factory_unittest.cc', |
633 'url_matcher/url_matcher_unittest.cc', | 634 'url_matcher/url_matcher_unittest.cc', |
634 ], | 635 ], |
635 'variations_unittest_sources': [ | 636 'variations_unittest_sources': [ |
636 'variations/active_field_trials_unittest.cc', | 637 'variations/active_field_trials_unittest.cc', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 '<@(os_crypt_unittest_sources)', | 750 '<@(os_crypt_unittest_sources)', |
750 '<@(packed_ct_ev_whitelist_unittest_sources)', | 751 '<@(packed_ct_ev_whitelist_unittest_sources)', |
751 '<@(password_manager_unittest_sources)', | 752 '<@(password_manager_unittest_sources)', |
752 '<@(precache_unittest_sources)', | 753 '<@(precache_unittest_sources)', |
753 '<@(proxy_config_unittest_sources)', | 754 '<@(proxy_config_unittest_sources)', |
754 '<@(query_parser_unittest_sources)', | 755 '<@(query_parser_unittest_sources)', |
755 '<@(rappor_unittest_sources)', | 756 '<@(rappor_unittest_sources)', |
756 '<@(search_unittest_sources)', | 757 '<@(search_unittest_sources)', |
757 '<@(search_engines_unittest_sources)', | 758 '<@(search_engines_unittest_sources)', |
758 '<@(search_provider_logos_unittest_sources)', | 759 '<@(search_provider_logos_unittest_sources)', |
| 760 '<@(secure_display_unittest_sources)', |
759 '<@(sessions_unittest_sources)', | 761 '<@(sessions_unittest_sources)', |
760 '<@(signin_unittest_sources)', | 762 '<@(signin_unittest_sources)', |
761 '<@(suggestions_unittest_sources)', | 763 '<@(suggestions_unittest_sources)', |
762 '<@(sync_driver_unittest_sources)', | 764 '<@(sync_driver_unittest_sources)', |
763 '<@(translate_unittest_sources)', | 765 '<@(translate_unittest_sources)', |
764 '<@(undo_unittest_sources)', | 766 '<@(undo_unittest_sources)', |
765 '<@(update_client_unittest_sources)', | 767 '<@(update_client_unittest_sources)', |
766 '<@(url_formatter_unittest_sources)', | 768 '<@(url_fixer_unittest_sources)', |
767 '<@(url_matcher_unittest_sources)', | 769 '<@(url_matcher_unittest_sources)', |
768 '<@(variations_unittest_sources)', | 770 '<@(variations_unittest_sources)', |
769 '<@(wallpaper_unittest_sources)', | 771 '<@(wallpaper_unittest_sources)', |
770 '<@(web_resource_unittest_sources)', | 772 '<@(web_resource_unittest_sources)', |
771 '<@(webdata_unittest_sources)', | 773 '<@(webdata_unittest_sources)', |
772 ], | 774 ], |
773 'include_dirs': [ | 775 'include_dirs': [ |
774 '..', | 776 '..', |
775 ], | 777 ], |
776 'dependencies': [ | 778 'dependencies': [ |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'components.gyp:precache_core', | 861 'components.gyp:precache_core', |
860 'components.gyp:pref_registry_test_support', | 862 'components.gyp:pref_registry_test_support', |
861 'components.gyp:proxy_config', | 863 'components.gyp:proxy_config', |
862 'components.gyp:query_parser', | 864 'components.gyp:query_parser', |
863 'components.gyp:rappor', | 865 'components.gyp:rappor', |
864 'components.gyp:rappor_test_support', | 866 'components.gyp:rappor_test_support', |
865 'components.gyp:search', | 867 'components.gyp:search', |
866 'components.gyp:search_engines', | 868 'components.gyp:search_engines', |
867 'components.gyp:search_engines_test_support', | 869 'components.gyp:search_engines_test_support', |
868 'components.gyp:search_provider_logos', | 870 'components.gyp:search_provider_logos', |
| 871 'components.gyp:secure_display', |
869 'components.gyp:sessions_test_support', | 872 'components.gyp:sessions_test_support', |
870 'components.gyp:signin_core_browser', | 873 'components.gyp:signin_core_browser', |
871 'components.gyp:signin_core_browser_test_support', | 874 'components.gyp:signin_core_browser_test_support', |
872 'components.gyp:suggestions', | 875 'components.gyp:suggestions', |
873 'components.gyp:sync_driver_test_support', | 876 'components.gyp:sync_driver_test_support', |
874 'components.gyp:translate_core_browser', | 877 'components.gyp:translate_core_browser', |
875 'components.gyp:translate_core_common', | 878 'components.gyp:translate_core_common', |
876 'components.gyp:translate_core_language_detection', | 879 'components.gyp:translate_core_language_detection', |
877 'components.gyp:ui_zoom', | 880 'components.gyp:ui_zoom', |
878 'components.gyp:undo_component', | 881 'components.gyp:undo_component', |
879 'components.gyp:update_client', | 882 'components.gyp:update_client', |
880 'components.gyp:update_client_test_support', | 883 'components.gyp:update_client_test_support', |
| 884 'components.gyp:url_fixer', |
881 'components.gyp:variations', | 885 'components.gyp:variations', |
882 'components.gyp:variations_http_provider', | 886 'components.gyp:variations_http_provider', |
883 'components.gyp:wallpaper', | 887 'components.gyp:wallpaper', |
884 'components.gyp:web_resource', | 888 'components.gyp:web_resource', |
885 'components.gyp:web_resource_test_support', | 889 'components.gyp:web_resource_test_support', |
886 'components_resources.gyp:components_resources', | 890 'components_resources.gyp:components_resources', |
887 'components_strings.gyp:components_strings', | 891 'components_strings.gyp:components_strings', |
888 'components_tests_pak', | 892 'components_tests_pak', |
889 'mime_util/mime_util.gyp:mime_util', | 893 'mime_util/mime_util.gyp:mime_util', |
890 'url_formatter/url_formatter.gyp:url_formatter', | |
891 ], | 894 ], |
892 'conditions': [ | 895 'conditions': [ |
893 ['enable_rlz_support==1', { | 896 ['enable_rlz_support==1', { |
894 'sources': [ | 897 'sources': [ |
895 '<@(rlz_unittest_sources)', | 898 '<@(rlz_unittest_sources)', |
896 ], | 899 ], |
897 'dependencies': [ | 900 'dependencies': [ |
898 '../net/net.gyp:net_test_support', | 901 '../net/net.gyp:net_test_support', |
899 '../rlz/rlz.gyp:test_support_rlz', | 902 '../rlz/rlz.gyp:test_support_rlz', |
900 'components.gyp:rlz', | 903 'components.gyp:rlz', |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1575 'invalidation/impl/android/junit/', | 1578 'invalidation/impl/android/junit/', |
1576 'policy/android/junit/' | 1579 'policy/android/junit/' |
1577 ], | 1580 ], |
1578 }, | 1581 }, |
1579 'includes': [ '../build/host_jar.gypi' ], | 1582 'includes': [ '../build/host_jar.gypi' ], |
1580 }, | 1583 }, |
1581 ], | 1584 ], |
1582 }], | 1585 }], |
1583 ], | 1586 ], |
1584 } | 1587 } |
OLD | NEW |