| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1459 'common/extensions/event_filter_unittest.cc', | 1459 'common/extensions/event_filter_unittest.cc', |
| 1460 'common/extensions/extension_constants_unittest.cc', | 1460 'common/extensions/extension_constants_unittest.cc', |
| 1461 'common/extensions/extension_file_util_unittest.cc', | 1461 'common/extensions/extension_file_util_unittest.cc', |
| 1462 'common/extensions/extension_icon_set_unittest.cc', | 1462 'common/extensions/extension_icon_set_unittest.cc', |
| 1463 'common/extensions/extension_l10n_util_unittest.cc', | 1463 'common/extensions/extension_l10n_util_unittest.cc', |
| 1464 'common/extensions/extension_localization_peer_unittest.cc', | 1464 'common/extensions/extension_localization_peer_unittest.cc', |
| 1465 'common/extensions/extension_resource_unittest.cc', | 1465 'common/extensions/extension_resource_unittest.cc', |
| 1466 'common/extensions/extension_set_unittest.cc', | 1466 'common/extensions/extension_set_unittest.cc', |
| 1467 'common/extensions/extension_unittest.cc', | 1467 'common/extensions/extension_unittest.cc', |
| 1468 'common/extensions/feature_switch_unittest.cc', | 1468 'common/extensions/feature_switch_unittest.cc', |
| 1469 'common/extensions/features/feature_unittest.cc', | 1469 'common/extensions/features/complex_feature_unittest.cc', |
| 1470 'common/extensions/features/simple_feature_provider_unittest.cc', | 1470 'common/extensions/features/simple_feature_provider_unittest.cc', |
| 1471 'common/extensions/features/simple_feature_unittest.cc', |
| 1471 'common/extensions/manifest_tests/extension_manifest_test.cc', | 1472 'common/extensions/manifest_tests/extension_manifest_test.cc', |
| 1472 'common/extensions/manifest_tests/extension_manifests_auth_unittest.cc', | 1473 'common/extensions/manifest_tests/extension_manifests_auth_unittest.cc', |
| 1473 'common/extensions/manifest_tests/extension_manifests_background_unittes
t.cc', | 1474 'common/extensions/manifest_tests/extension_manifests_background_unittes
t.cc', |
| 1474 'common/extensions/manifest_tests/extension_manifests_browseraction_unit
test.cc', | 1475 'common/extensions/manifest_tests/extension_manifests_browseraction_unit
test.cc', |
| 1475 'common/extensions/manifest_tests/extension_manifests_chromepermission_u
nittest.cc', | 1476 'common/extensions/manifest_tests/extension_manifests_chromepermission_u
nittest.cc', |
| 1476 'common/extensions/manifest_tests/extension_manifests_command_unittest.c
c', | 1477 'common/extensions/manifest_tests/extension_manifests_command_unittest.c
c', |
| 1477 'common/extensions/manifest_tests/extension_manifests_contentscript_unit
test.cc', | 1478 'common/extensions/manifest_tests/extension_manifests_contentscript_unit
test.cc', |
| 1478 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol
icy_unittest.cc', | 1479 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol
icy_unittest.cc', |
| 1479 'common/extensions/manifest_tests/extension_manifests_default_unittest.c
c', | 1480 'common/extensions/manifest_tests/extension_manifests_default_unittest.c
c', |
| 1480 'common/extensions/manifest_tests/extension_manifests_devtools_unittest.
cc', | 1481 'common/extensions/manifest_tests/extension_manifests_devtools_unittest.
cc', |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2318 'unit_tests.isolate', | 2319 'unit_tests.isolate', |
| 2319 ], | 2320 ], |
| 2320 'sources': [ | 2321 'sources': [ |
| 2321 'unit_tests.isolate', | 2322 'unit_tests.isolate', |
| 2322 ], | 2323 ], |
| 2323 }, | 2324 }, |
| 2324 ], | 2325 ], |
| 2325 }], | 2326 }], |
| 2326 ], # 'conditions' | 2327 ], # 'conditions' |
| 2327 } | 2328 } |
| OLD | NEW |