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