| 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 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 977 'webcrypto/algorithms/rsa_pss_unittest.cc', | 977 'webcrypto/algorithms/rsa_pss_unittest.cc', |
| 978 'webcrypto/algorithms/rsa_ssa_unittest.cc', | 978 'webcrypto/algorithms/rsa_ssa_unittest.cc', |
| 979 'webcrypto/algorithms/sha_unittest.cc', | 979 'webcrypto/algorithms/sha_unittest.cc', |
| 980 'webcrypto/algorithms/test_helpers.cc', | 980 'webcrypto/algorithms/test_helpers.cc', |
| 981 'webcrypto/algorithms/test_helpers.h', | 981 'webcrypto/algorithms/test_helpers.h', |
| 982 'webcrypto/status_unittest.cc', | 982 'webcrypto/status_unittest.cc', |
| 983 ], | 983 ], |
| 984 'webdata_unittest_sources': [ | 984 'webdata_unittest_sources': [ |
| 985 'webdata/common/web_database_migration_unittest.cc', | 985 'webdata/common/web_database_migration_unittest.cc', |
| 986 ], | 986 ], |
| 987 'webusb_detector_unittest_sources': [ | |
| 988 'webusb/webusb_detector_unittest.cc', | |
| 989 ], | |
| 990 }, | 987 }, |
| 991 'targets': [ | 988 'targets': [ |
| 992 { | 989 { |
| 993 # GN version: //components:components_tests_pak | 990 # GN version: //components:components_tests_pak |
| 994 'target_name': 'components_tests_pak', | 991 'target_name': 'components_tests_pak', |
| 995 'type': 'none', | 992 'type': 'none', |
| 996 'dependencies': [ | 993 'dependencies': [ |
| 997 'components_resources.gyp:components_resources', | 994 'components_resources.gyp:components_resources', |
| 998 'components_strings.gyp:components_strings', | 995 'components_strings.gyp:components_strings', |
| 999 ], | 996 ], |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 ], | 1511 ], |
| 1515 }, { | 1512 }, { |
| 1516 'sources': [ | 1513 'sources': [ |
| 1517 '<@(invalidation_unittest_sources)', | 1514 '<@(invalidation_unittest_sources)', |
| 1518 ], | 1515 ], |
| 1519 }], | 1516 }], |
| 1520 ['OS != "ios" and OS != "android"', { | 1517 ['OS != "ios" and OS != "android"', { |
| 1521 'sources': [ | 1518 'sources': [ |
| 1522 '<@(feedback_unittest_sources)', | 1519 '<@(feedback_unittest_sources)', |
| 1523 '<@(proximity_auth_unittest_sources)', | 1520 '<@(proximity_auth_unittest_sources)', |
| 1524 '<@(webusb_detector_unittest_sources)', | |
| 1525 ], | 1521 ], |
| 1526 'sources!': [ | 1522 'sources!': [ |
| 1527 'variations/variations_request_scheduler_mobile_unittest.cc', | 1523 'variations/variations_request_scheduler_mobile_unittest.cc', |
| 1528 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1524 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 1529 ], | 1525 ], |
| 1530 'dependencies': [ | 1526 'dependencies': [ |
| 1531 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1527 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1532 '../device/core/core.gyp:device_core', | 1528 '../device/core/core.gyp:device_core', |
| 1533 '../device/core/core.gyp:device_core_mocks', | 1529 '../device/core/core.gyp:device_core_mocks', |
| 1534 '../device/hid/hid.gyp:device_hid_mocks', | 1530 '../device/hid/hid.gyp:device_hid_mocks', |
| 1535 '../device/usb/usb.gyp:device_usb', | 1531 '../device/usb/usb.gyp:device_usb', |
| 1536 '../device/usb/usb.gyp:device_usb_mocks', | 1532 '../device/usb/usb.gyp:device_usb_mocks', |
| 1537 '../google_apis/google_apis.gyp:google_apis_test_support', | 1533 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1538 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1534 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1539 'components.gyp:cryptauth', | 1535 'components.gyp:cryptauth', |
| 1540 'components.gyp:cryptauth_proto', | 1536 'components.gyp:cryptauth_proto', |
| 1541 'components.gyp:cryptauth_test_support', | 1537 'components.gyp:cryptauth_test_support', |
| 1542 'components.gyp:feedback_component', | 1538 'components.gyp:feedback_component', |
| 1543 'components.gyp:pref_registry_test_support', | 1539 'components.gyp:pref_registry_test_support', |
| 1544 'components.gyp:proximity_auth', | 1540 'components.gyp:proximity_auth', |
| 1545 'components.gyp:proximity_auth_test_support', | 1541 'components.gyp:proximity_auth_test_support', |
| 1546 'components.gyp:webusb', | |
| 1547 ], | 1542 ], |
| 1548 }], | 1543 }], |
| 1549 ['chromeos==1', { | 1544 ['chromeos==1', { |
| 1550 'sources': [ | 1545 'sources': [ |
| 1551 'arc/arc_bridge_service_unittest.cc', | 1546 'arc/arc_bridge_service_unittest.cc', |
| 1552 'arc/ime/arc_ime_service_unittest.cc', | 1547 'arc/ime/arc_ime_service_unittest.cc', |
| 1553 'arc/intent_helper/activity_icon_loader_unittest.cc', | 1548 'arc/intent_helper/activity_icon_loader_unittest.cc', |
| 1554 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc', | 1549 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc', |
| 1555 'arc/intent_helper/font_size_util_unittest.cc', | 1550 'arc/intent_helper/font_size_util_unittest.cc', |
| 1556 'arc/intent_helper/link_handler_model_impl_unittest.cc', | 1551 'arc/intent_helper/link_handler_model_impl_unittest.cc', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2034 'dependencies': [ | 2029 'dependencies': [ |
| 2035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2036 ], | 2031 ], |
| 2037 }], | 2032 }], |
| 2038 ], | 2033 ], |
| 2039 }, | 2034 }, |
| 2040 ], | 2035 ], |
| 2041 }], | 2036 }], |
| 2042 ], | 2037 ], |
| 2043 } | 2038 } |
| OLD | NEW |