| 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 'proximity_auth/client_unittest.cc', | 686 'proximity_auth/client_unittest.cc', |
| 687 'proximity_auth/connection_unittest.cc', | 687 'proximity_auth/connection_unittest.cc', |
| 688 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', | 688 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', |
| 689 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 689 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
| 690 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', | 690 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', |
| 691 'proximity_auth/proximity_auth_system_unittest.cc', | 691 'proximity_auth/proximity_auth_system_unittest.cc', |
| 692 'proximity_auth/remote_status_update_unittest.cc', | 692 'proximity_auth/remote_status_update_unittest.cc', |
| 693 'proximity_auth/wire_message_unittest.cc', | 693 'proximity_auth/wire_message_unittest.cc', |
| 694 ], | 694 ], |
| 695 'dependencies': [ | 695 'dependencies': [ |
| 696 # Dependencies for copresence. | |
| 697 'components.gyp:copresence', | |
| 698 'components.gyp:copresence_test_support', | |
| 699 | |
| 700 # Dependencies of proxmity_auth | |
| 701 'components.gyp:proximity_auth', | |
| 702 'components.gyp:cryptauth', | |
| 703 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 696 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 704 '../google_apis/google_apis.gyp:google_apis_test_support', | 697 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 705 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 698 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 699 'components.gyp:copresence', |
| 700 'components.gyp:copresence_test_support', |
| 701 'components.gyp:cryptauth', |
| 702 'components.gyp:proximity_auth', |
| 706 ], | 703 ], |
| 707 }], | 704 }], |
| 708 ['chromeos==1', { | 705 ['chromeos==1', { |
| 709 'sources': [ | 706 'sources': [ |
| 710 'pairing/message_buffer_unittest.cc', | 707 'pairing/message_buffer_unittest.cc', |
| 711 'timers/alarm_timer_unittest.cc', | 708 'timers/alarm_timer_unittest.cc', |
| 712 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 709 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 713 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 710 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 714 'wifi_sync/wifi_credential_unittest.cc', | 711 'wifi_sync/wifi_credential_unittest.cc', |
| 715 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 712 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| 716 'wifi_sync/wifi_security_class_unittest.cc', | 713 'wifi_sync/wifi_security_class_unittest.cc', |
| 717 ], | 714 ], |
| 718 'sources!': [ | 715 'sources!': [ |
| 719 'storage_monitor/storage_monitor_linux_unittest.cc', | 716 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 720 ], | 717 ], |
| 721 'dependencies': [ | 718 'dependencies': [ |
| 722 # Dependencies of wifi_sync | 719 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 723 'components.gyp:wifi_sync', | |
| 724 | |
| 725 'components.gyp:pairing', | 720 'components.gyp:pairing', |
| 726 'components.gyp:user_manager_test_support', | 721 'components.gyp:user_manager_test_support', |
| 727 '../chromeos/chromeos.gyp:chromeos_test_support', | 722 'components.gyp:wifi_sync', |
| 728 ], | 723 ], |
| 729 }], | 724 }], |
| 730 ['OS=="linux"', { | 725 ['OS=="linux"', { |
| 731 'sources': [ | 726 'sources': [ |
| 732 'metrics/serialization/serialization_utils_unittest.cc', | 727 'metrics/serialization/serialization_utils_unittest.cc', |
| 733 ], | 728 ], |
| 734 'dependencies': [ | 729 'dependencies': [ |
| 735 'components.gyp:metrics_serialization', | 730 'components.gyp:metrics_serialization', |
| 736 '../dbus/dbus.gyp:dbus', | 731 '../dbus/dbus.gyp:dbus', |
| 737 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', | 732 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 }, | 926 }, |
| 932 ], | 927 ], |
| 933 }], | 928 }], |
| 934 ], | 929 ], |
| 935 'targets': [ | 930 'targets': [ |
| 936 { | 931 { |
| 937 'target_name': 'components_browsertests', | 932 'target_name': 'components_browsertests', |
| 938 'type': '<(gtest_target_type)', | 933 'type': '<(gtest_target_type)', |
| 939 'defines!': ['CONTENT_IMPLEMENTATION'], | 934 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 940 'dependencies': [ | 935 'dependencies': [ |
| 941 'components.gyp:autofill_content_browser', | |
| 942 'components.gyp:autofill_content_renderer', | |
| 943 'components.gyp:password_manager_content_renderer', | |
| 944 'components.gyp:pref_registry_test_support', | |
| 945 'components_resources.gyp:components_resources', | |
| 946 '../content/content.gyp:content_common', | 936 '../content/content.gyp:content_common', |
| 947 '../content/content.gyp:content_gpu', | 937 '../content/content.gyp:content_gpu', |
| 948 '../content/content.gyp:content_plugin', | 938 '../content/content.gyp:content_plugin', |
| 949 '../content/content.gyp:content_renderer', | 939 '../content/content.gyp:content_renderer', |
| 950 '../content/content_shell_and_tests.gyp:content_browser_test_support
', | 940 '../content/content_shell_and_tests.gyp:content_browser_test_support
', |
| 951 '../content/content_shell_and_tests.gyp:content_shell_lib', | 941 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 952 '../content/content_shell_and_tests.gyp:content_shell_pak', | 942 '../content/content_shell_and_tests.gyp:content_shell_pak', |
| 953 '../content/content_shell_and_tests.gyp:test_support_content', | 943 '../content/content_shell_and_tests.gyp:test_support_content', |
| 954 '../skia/skia.gyp:skia', | 944 '../skia/skia.gyp:skia', |
| 955 '../testing/gmock.gyp:gmock', | 945 '../testing/gmock.gyp:gmock', |
| 956 '../testing/gtest.gyp:gtest', | 946 '../testing/gtest.gyp:gtest', |
| 957 | 947 'components.gyp:autofill_content_browser', |
| 958 # Dependencies of dom_distiller | 948 'components.gyp:autofill_content_renderer', |
| 959 'components.gyp:dom_distiller_content', | 949 'components.gyp:dom_distiller_content', |
| 960 'components.gyp:dom_distiller_core', | 950 'components.gyp:dom_distiller_core', |
| 951 'components.gyp:password_manager_content_renderer', |
| 952 'components.gyp:pref_registry_test_support', |
| 953 'components_resources.gyp:components_resources', |
| 961 'components_strings.gyp:components_strings', | 954 'components_strings.gyp:components_strings', |
| 962 ], | 955 ], |
| 963 'include_dirs': [ | 956 'include_dirs': [ |
| 964 '..', | 957 '..', |
| 965 ], | 958 ], |
| 966 'defines': [ | 959 'defines': [ |
| 967 'HAS_OUT_OF_PROC_TEST_RUNNER', | 960 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 968 ], | 961 ], |
| 969 'sources': [ | 962 'sources': [ |
| 970 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 963 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 '../build/isolate.gypi', | 1053 '../build/isolate.gypi', |
| 1061 ], | 1054 ], |
| 1062 'sources': [ | 1055 'sources': [ |
| 1063 'components_unittests.isolate', | 1056 'components_unittests.isolate', |
| 1064 ], | 1057 ], |
| 1065 }, | 1058 }, |
| 1066 ], | 1059 ], |
| 1067 }], | 1060 }], |
| 1068 ], | 1061 ], |
| 1069 } | 1062 } |
| OLD | NEW |