| 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 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 ], | 860 ], |
| 861 'web_modal_unittest_sources': [ | 861 'web_modal_unittest_sources': [ |
| 862 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 862 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 863 ], | 863 ], |
| 864 'web_resource_unittest_sources': [ | 864 'web_resource_unittest_sources': [ |
| 865 'web_resource/eula_accepted_notifier_unittest.cc', | 865 'web_resource/eula_accepted_notifier_unittest.cc', |
| 866 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 866 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 867 'web_resource/promo_resource_service_unittest.cc', | 867 'web_resource/promo_resource_service_unittest.cc', |
| 868 'web_resource/resource_request_allowed_notifier_unittest.cc', | 868 'web_resource/resource_request_allowed_notifier_unittest.cc', |
| 869 ], | 869 ], |
| 870 'web_restrictions_unittest_sources' : [ |
| 871 'web_restrictions/browser/web_restrictions_client_unittest.cc', |
| 872 'web_restrictions/browser/web_restrictions_resource_throttle_unittest.cc', |
| 873 ], |
| 870 'webcrypto_unittest_sources': [ | 874 'webcrypto_unittest_sources': [ |
| 871 'webcrypto/algorithms/aes_cbc_unittest.cc', | 875 'webcrypto/algorithms/aes_cbc_unittest.cc', |
| 872 'webcrypto/algorithms/aes_ctr_unittest.cc', | 876 'webcrypto/algorithms/aes_ctr_unittest.cc', |
| 873 'webcrypto/algorithms/aes_gcm_unittest.cc', | 877 'webcrypto/algorithms/aes_gcm_unittest.cc', |
| 874 'webcrypto/algorithms/aes_kw_unittest.cc', | 878 'webcrypto/algorithms/aes_kw_unittest.cc', |
| 875 'webcrypto/algorithms/ecdh_unittest.cc', | 879 'webcrypto/algorithms/ecdh_unittest.cc', |
| 876 'webcrypto/algorithms/ecdsa_unittest.cc', | 880 'webcrypto/algorithms/ecdsa_unittest.cc', |
| 877 'webcrypto/algorithms/hmac_unittest.cc', | 881 'webcrypto/algorithms/hmac_unittest.cc', |
| 878 'webcrypto/algorithms/rsa_oaep_unittest.cc', | 882 'webcrypto/algorithms/rsa_oaep_unittest.cc', |
| 879 'webcrypto/algorithms/rsa_pss_unittest.cc', | 883 'webcrypto/algorithms/rsa_pss_unittest.cc', |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1256 'components.gyp:web_modal', | 1260 'components.gyp:web_modal', |
| 1257 'components.gyp:web_modal_test_support', | 1261 'components.gyp:web_modal_test_support', |
| 1258 'scheduler/scheduler.gyp:scheduler', | 1262 'scheduler/scheduler.gyp:scheduler', |
| 1259 'test_runner/test_runner.gyp:test_runner', | 1263 'test_runner/test_runner.gyp:test_runner', |
| 1260 'tracing.gyp:tracing', | 1264 'tracing.gyp:tracing', |
| 1261 'webcrypto/webcrypto.gyp:webcrypto', | 1265 'webcrypto/webcrypto.gyp:webcrypto', |
| 1262 '../third_party/re2/re2.gyp:re2', | 1266 '../third_party/re2/re2.gyp:re2', |
| 1263 ], | 1267 ], |
| 1264 'conditions': [ | 1268 'conditions': [ |
| 1265 ['OS=="android"', { | 1269 ['OS=="android"', { |
| 1270 'sources' : [ |
| 1271 '<@(web_restrictions_unittest_sources)', |
| 1272 ], |
| 1266 'dependencies': [ | 1273 'dependencies': [ |
| 1274 'components.gyp:web_restrictions_browser', |
| 1275 'components.gyp:web_restrictions_browser', |
| 1276 'components.gyp:web_restrictions_test_support_jni_headers', |
| 1267 '../build/android/ndk.gyp:cpu_features', | 1277 '../build/android/ndk.gyp:cpu_features', |
| 1268 ], | 1278 ], |
| 1269 }], | 1279 }], |
| 1270 ['OS=="android" and configuration_policy == 1', { | 1280 ['OS=="android" and configuration_policy == 1', { |
| 1271 'dependencies': [ | 1281 'dependencies': [ |
| 1272 'components.gyp:policy_java', | 1282 'components.gyp:policy_java', |
| 1273 ], | 1283 ], |
| 1274 }], | 1284 }], |
| 1275 ['use_openssl==1', { | 1285 ['use_openssl==1', { |
| 1276 'dependencies': [ | 1286 'dependencies': [ |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1640 'includes': [ '../build/apk_browsertest.gypi' ], | 1650 'includes': [ '../build/apk_browsertest.gypi' ], |
| 1641 }, | 1651 }, |
| 1642 { | 1652 { |
| 1643 'target_name': 'components_unittests_apk', | 1653 'target_name': 'components_unittests_apk', |
| 1644 'isolate_file': 'components_unittests.isolate', | 1654 'isolate_file': 'components_unittests.isolate', |
| 1645 'type': 'none', | 1655 'type': 'none', |
| 1646 'dependencies': [ | 1656 'dependencies': [ |
| 1647 'components_unittests', | 1657 'components_unittests', |
| 1648 'components.gyp:invalidation_java', | 1658 'components.gyp:invalidation_java', |
| 1649 'components.gyp:signin_core_browser_java', | 1659 'components.gyp:signin_core_browser_java', |
| 1660 'components.gyp:web_restrictions_java_test_support', |
| 1650 ], | 1661 ], |
| 1651 'variables': { | 1662 'variables': { |
| 1652 'test_suite_name': 'components_unittests', | 1663 'test_suite_name': 'components_unittests', |
| 1653 }, | 1664 }, |
| 1654 'includes': [ '../build/apk_test.gypi' ], | 1665 'includes': [ '../build/apk_test.gypi' ], |
| 1655 }, | 1666 }, |
| 1656 { | 1667 { |
| 1657 'target_name': 'components_junit_tests', | 1668 'target_name': 'components_junit_tests', |
| 1658 'type': 'none', | 1669 'type': 'none', |
| 1659 'dependencies': [ | 1670 'dependencies': [ |
| 1660 'components.gyp:invalidation_java', | 1671 'components.gyp:invalidation_java', |
| 1661 'components.gyp:policy_java', | 1672 'components.gyp:policy_java', |
| 1662 'components.gyp:policy_java_test_support', | 1673 'components.gyp:policy_java_test_support', |
| 1663 'components.gyp:web_restrictions_java', | 1674 'components.gyp:web_restrictions_java', |
| 1664 '../base/base.gyp:base_java', | 1675 '../base/base.gyp:base_java', |
| 1665 '../base/base.gyp:base_java_test_support', | 1676 '../base/base.gyp:base_java_test_support', |
| 1666 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1677 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1667 ], | 1678 ], |
| 1668 'variables': { | 1679 'variables': { |
| 1669 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1680 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1670 'src_paths': [ | 1681 'src_paths': [ |
| 1671 'invalidation/impl/android/junit/', | 1682 'invalidation/impl/android/junit/', |
| 1672 'policy/android/junit/', | 1683 'policy/android/junit/', |
| 1673 'web_restrictions/junit/' | 1684 'web_restrictions/browser/junit/' |
| 1674 ], | 1685 ], |
| 1675 }, | 1686 }, |
| 1676 'includes': [ '../build/host_jar.gypi' ], | 1687 'includes': [ '../build/host_jar.gypi' ], |
| 1677 }, | 1688 }, |
| 1678 ], | 1689 ], |
| 1679 'conditions': [ | 1690 'conditions': [ |
| 1680 ['test_isolation_mode != "noop"', | 1691 ['test_isolation_mode != "noop"', |
| 1681 { | 1692 { |
| 1682 'targets': [ | 1693 'targets': [ |
| 1683 { | 1694 { |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1899 'dependencies': [ | 1910 'dependencies': [ |
| 1900 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1911 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1901 ], | 1912 ], |
| 1902 }], | 1913 }], |
| 1903 ], | 1914 ], |
| 1904 }, | 1915 }, |
| 1905 ], | 1916 ], |
| 1906 }], | 1917 }], |
| 1907 ], | 1918 ], |
| 1908 } | 1919 } |
| OLD | NEW |