Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/json_schema/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 'common/extensions/permissions/permissions_data_unittest.cc', 1748 'common/extensions/permissions/permissions_data_unittest.cc',
1749 'common/extensions/permissions/socket_permission_unittest.cc', 1749 'common/extensions/permissions/socket_permission_unittest.cc',
1750 'common/extensions/permissions/usb_device_permission_unittest.cc', 1750 'common/extensions/permissions/usb_device_permission_unittest.cc',
1751 'common/extensions/sync_type_unittest.cc', 1751 'common/extensions/sync_type_unittest.cc',
1752 'common/extensions/update_manifest_unittest.cc', 1752 'common/extensions/update_manifest_unittest.cc',
1753 'common/extensions/value_counter_unittest.cc', 1753 'common/extensions/value_counter_unittest.cc',
1754 'common/extensions/api/extension_api_unittest.cc', 1754 'common/extensions/api/extension_api_unittest.cc',
1755 'common/favicon/favicon_url_parser_unittest.cc', 1755 'common/favicon/favicon_url_parser_unittest.cc',
1756 'common/importer/firefox_importer_utils_unittest.cc', 1756 'common/importer/firefox_importer_utils_unittest.cc',
1757 'common/instant_restricted_id_cache_unittest.cc', 1757 'common/instant_restricted_id_cache_unittest.cc',
1758 'common/json_schema/json_schema_validator_unittest.cc',
1759 'common/json_schema/json_schema_validator_unittest_base.cc',
1760 'common/json_schema/json_schema_validator_unittest_base.h',
1761 'common/mac/cfbundle_blocker_unittest.mm', 1758 'common/mac/cfbundle_blocker_unittest.mm',
1762 'common/mac/mock_launchd.cc', 1759 'common/mac/mock_launchd.cc',
1763 'common/mac/mock_launchd.h', 1760 'common/mac/mock_launchd.h',
1764 'common/mac/nscoder_util_unittest.mm', 1761 'common/mac/nscoder_util_unittest.mm',
1765 'common/mac/objc_method_swizzle_unittest.mm', 1762 'common/mac/objc_method_swizzle_unittest.mm',
1766 'common/mac/objc_zombie_unittest.mm', 1763 'common/mac/objc_zombie_unittest.mm',
1767 'common/metrics/caching_permuted_entropy_provider_unittest.cc', 1764 'common/metrics/caching_permuted_entropy_provider_unittest.cc',
1768 'common/metrics/entropy_provider_unittest.cc', 1765 'common/metrics/entropy_provider_unittest.cc',
1769 'common/metrics/metrics_log_base_unittest.cc', 1766 'common/metrics/metrics_log_base_unittest.cc',
1770 'common/metrics/metrics_log_manager_unittest.cc', 1767 'common/metrics/metrics_log_manager_unittest.cc',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 # more details. 2744 # more details.
2748 'DebugInformationFormat': '3', 2745 'DebugInformationFormat': '3',
2749 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2746 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2750 }, 2747 },
2751 }, 2748 },
2752 }, 2749 },
2753 ], 2750 ],
2754 }], 2751 }],
2755 ], # 'conditions' 2752 ], # 'conditions'
2756 } 2753 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/json_schema/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698