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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12481028: base: Move the rest of JSONValueSerializer unit tests from c/common to base/json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change the extension to json Created 7 years, 8 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
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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'common/extensions/permissions/socket_permission_unittest.cc', 1553 'common/extensions/permissions/socket_permission_unittest.cc',
1554 'common/extensions/unpacker_unittest.cc', 1554 'common/extensions/unpacker_unittest.cc',
1555 'common/extensions/update_manifest_unittest.cc', 1555 'common/extensions/update_manifest_unittest.cc',
1556 'common/extensions/user_script_unittest.cc', 1556 'common/extensions/user_script_unittest.cc',
1557 'common/extensions/value_counter_unittest.cc', 1557 'common/extensions/value_counter_unittest.cc',
1558 'common/extensions/api/extension_api_unittest.cc', 1558 'common/extensions/api/extension_api_unittest.cc',
1559 'common/instant_restricted_id_cache_unittest.cc', 1559 'common/instant_restricted_id_cache_unittest.cc',
1560 'common/json_schema/json_schema_validator_unittest.cc', 1560 'common/json_schema/json_schema_validator_unittest.cc',
1561 'common/json_schema/json_schema_validator_unittest_base.cc', 1561 'common/json_schema/json_schema_validator_unittest_base.cc',
1562 'common/json_schema/json_schema_validator_unittest_base.h', 1562 'common/json_schema/json_schema_validator_unittest_base.h',
1563 'common/json_value_serializer_unittest.cc',
1564 'common/mac/cfbundle_blocker_unittest.mm', 1563 'common/mac/cfbundle_blocker_unittest.mm',
1565 'common/mac/mock_launchd.cc', 1564 'common/mac/mock_launchd.cc',
1566 'common/mac/mock_launchd.h', 1565 'common/mac/mock_launchd.h',
1567 'common/mac/nscoder_util_unittest.mm', 1566 'common/mac/nscoder_util_unittest.mm',
1568 'common/mac/objc_method_swizzle_unittest.mm', 1567 'common/mac/objc_method_swizzle_unittest.mm',
1569 'common/mac/objc_zombie_unittest.mm', 1568 'common/mac/objc_zombie_unittest.mm',
1570 'common/metrics/entropy_provider_unittest.cc', 1569 'common/metrics/entropy_provider_unittest.cc',
1571 'common/metrics/metrics_log_base_unittest.cc', 1570 'common/metrics/metrics_log_base_unittest.cc',
1572 'common/metrics/metrics_log_manager_unittest.cc', 1571 'common/metrics/metrics_log_manager_unittest.cc',
1573 'common/metrics/metrics_util_unittest.cc', 1572 'common/metrics/metrics_util_unittest.cc',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 # more details. 2419 # more details.
2421 'DebugInformationFormat': '3', 2420 'DebugInformationFormat': '3',
2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2423 }, 2422 },
2424 }, 2423 },
2425 }, 2424 },
2426 ], 2425 ],
2427 }], 2426 }],
2428 ], # 'conditions' 2427 ], # 'conditions'
2429 } 2428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698