| 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 26 matching lines...) Expand all Loading... |
| 37 'includes': [ '../build/repack_action.gypi' ], | 37 'includes': [ '../build/repack_action.gypi' ], |
| 38 }, | 38 }, |
| 39 ], | 39 ], |
| 40 'direct_dependent_settings': { | 40 'direct_dependent_settings': { |
| 41 'mac_bundle_resources': [ | 41 'mac_bundle_resources': [ |
| 42 '<(PRODUCT_DIR)/components_tests_resources.pak', | 42 '<(PRODUCT_DIR)/components_tests_resources.pak', |
| 43 ], | 43 ], |
| 44 }, | 44 }, |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 # GN version: //components/components_unittests | 47 # GN version: //components:components_unittests |
| 48 'target_name': 'components_unittests', | 48 'target_name': 'components_unittests', |
| 49 'type': '<(gtest_target_type)', | 49 'type': '<(gtest_target_type)', |
| 50 'sources': [ | 50 'sources': [ |
| 51 # Note: sources list duplicated in GN build. In the GN build, | 51 # Note: sources list duplicated in GN build. In the GN build, |
| 52 # each component has its own unit tests target defined in its | 52 # each component has its own unit tests target defined in its |
| 53 # directory that are then linked into the final content_unittests. | 53 # directory that are then linked into the final content_unittests. |
| 54 'auto_login_parser/auto_login_parser_unittest.cc', | 54 'auto_login_parser/auto_login_parser_unittest.cc', |
| 55 'autofill/content/browser/content_autofill_driver_unittest.cc', | 55 'autofill/content/browser/content_autofill_driver_unittest.cc', |
| 56 'autofill/content/browser/request_autocomplete_manager_unittest.cc', | 56 'autofill/content/browser/request_autocomplete_manager_unittest.cc', |
| 57 'autofill/content/browser/wallet/full_wallet_unittest.cc', | 57 'autofill/content/browser/wallet/full_wallet_unittest.cc', |
| (...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 '../build/isolate.gypi', | 1059 '../build/isolate.gypi', |
| 1060 ], | 1060 ], |
| 1061 'sources': [ | 1061 'sources': [ |
| 1062 'components_unittests.isolate', | 1062 'components_unittests.isolate', |
| 1063 ], | 1063 ], |
| 1064 }, | 1064 }, |
| 1065 ], | 1065 ], |
| 1066 }], | 1066 }], |
| 1067 ], | 1067 ], |
| 1068 } | 1068 } |
| OLD | NEW |