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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hate Created 8 years, 1 month 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/extensions/api/extension_api.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 19 matching lines...) Expand all
30 ], 30 ],
31 'export_dependent_settings': [ 31 'export_dependent_settings': [
32 'app/policy/cloud_policy_codegen.gyp:policy', 32 'app/policy/cloud_policy_codegen.gyp:policy',
33 '../base/base.gyp:test_support_base', 33 '../base/base.gyp:test_support_base',
34 ], 34 ],
35 'include_dirs': [ 35 'include_dirs': [
36 '..', 36 '..',
37 ], 37 ],
38 'sources': [ 38 'sources': [
39 '../extensions/common/url_pattern_unittest.cc', 39 '../extensions/common/url_pattern_unittest.cc',
40 '../extensions/common/url_pattern_set_unittest.cc',
40 'app/breakpad_mac_stubs.mm', 41 'app/breakpad_mac_stubs.mm',
41 'app/chrome_main_delegate.cc', 42 'app/chrome_main_delegate.cc',
42 'app/chrome_main_delegate.h', 43 'app/chrome_main_delegate.h',
43 'browser/android/mock_google_location_settings_helper.cc', 44 'browser/android/mock_google_location_settings_helper.cc',
44 'browser/android/mock_google_location_settings_helper.h', 45 'browser/android/mock_google_location_settings_helper.h',
45 'browser/android/tab_android_test_stubs.cc', 46 'browser/android/tab_android_test_stubs.cc',
46 'browser/autofill/autofill_common_test.cc', 47 'browser/autofill/autofill_common_test.cc',
47 'browser/autofill/autofill_common_test.h', 48 'browser/autofill/autofill_common_test.h',
48 'browser/autofill/data_driven_test.cc', 49 'browser/autofill/data_driven_test.cc',
49 'browser/autofill/data_driven_test.h', 50 'browser/autofill/data_driven_test.h',
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1496 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1496 'common/extensions/matcher/url_matcher_unittest.cc', 1497 'common/extensions/matcher/url_matcher_unittest.cc',
1497 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1498 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1498 'common/extensions/manifest_unittest.cc', 1499 'common/extensions/manifest_unittest.cc',
1499 'common/extensions/message_bundle_unittest.cc', 1500 'common/extensions/message_bundle_unittest.cc',
1500 'common/extensions/permissions/api_permission_set_unittest.cc', 1501 'common/extensions/permissions/api_permission_set_unittest.cc',
1501 'common/extensions/permissions/permission_set_unittest.cc', 1502 'common/extensions/permissions/permission_set_unittest.cc',
1502 'common/extensions/permissions/socket_permission_unittest.cc', 1503 'common/extensions/permissions/socket_permission_unittest.cc',
1503 'common/extensions/unpacker_unittest.cc', 1504 'common/extensions/unpacker_unittest.cc',
1504 'common/extensions/update_manifest_unittest.cc', 1505 'common/extensions/update_manifest_unittest.cc',
1505 'common/extensions/url_pattern_set_unittest.cc',
1506 'common/extensions/user_script_unittest.cc', 1506 'common/extensions/user_script_unittest.cc',
1507 'common/extensions/value_counter_unittest.cc', 1507 'common/extensions/value_counter_unittest.cc',
1508 'common/extensions/api/extension_api_unittest.cc', 1508 'common/extensions/api/extension_api_unittest.cc',
1509 'common/json_schema_validator_unittest.cc', 1509 'common/json_schema_validator_unittest.cc',
1510 'common/json_schema_validator_unittest_base.cc', 1510 'common/json_schema_validator_unittest_base.cc',
1511 'common/json_schema_validator_unittest_base.h', 1511 'common/json_schema_validator_unittest_base.h',
1512 'common/json_value_serializer_unittest.cc', 1512 'common/json_value_serializer_unittest.cc',
1513 'common/mac/cfbundle_blocker_unittest.mm', 1513 'common/mac/cfbundle_blocker_unittest.mm',
1514 'common/mac/mock_launchd.cc', 1514 'common/mac/mock_launchd.cc',
1515 'common/mac/mock_launchd.h', 1515 'common/mac/mock_launchd.h',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'unit_tests.isolate', 2262 'unit_tests.isolate',
2263 ], 2263 ],
2264 'sources': [ 2264 'sources': [
2265 'unit_tests.isolate', 2265 'unit_tests.isolate',
2266 ], 2266 ],
2267 }, 2267 },
2268 ], 2268 ],
2269 }], 2269 }],
2270 ], # 'conditions' 2270 ], # 'conditions'
2271 } 2271 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698