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

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: Created 7 years, 9 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 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 'common/extensions/permissions/media_galleries_permission_unittest.cc', 1556 'common/extensions/permissions/media_galleries_permission_unittest.cc',
1557 'common/extensions/permissions/socket_permission_unittest.cc', 1557 'common/extensions/permissions/socket_permission_unittest.cc',
1558 'common/extensions/unpacker_unittest.cc', 1558 'common/extensions/unpacker_unittest.cc',
1559 'common/extensions/update_manifest_unittest.cc', 1559 'common/extensions/update_manifest_unittest.cc',
1560 'common/extensions/user_script_unittest.cc', 1560 'common/extensions/user_script_unittest.cc',
1561 'common/extensions/value_counter_unittest.cc', 1561 'common/extensions/value_counter_unittest.cc',
1562 'common/extensions/api/extension_api_unittest.cc', 1562 'common/extensions/api/extension_api_unittest.cc',
1563 'common/json_schema/json_schema_validator_unittest.cc', 1563 'common/json_schema/json_schema_validator_unittest.cc',
1564 'common/json_schema/json_schema_validator_unittest_base.cc', 1564 'common/json_schema/json_schema_validator_unittest_base.cc',
1565 'common/json_schema/json_schema_validator_unittest_base.h', 1565 'common/json_schema/json_schema_validator_unittest_base.h',
1566 'common/json_value_serializer_unittest.cc',
1567 'common/mac/cfbundle_blocker_unittest.mm', 1566 'common/mac/cfbundle_blocker_unittest.mm',
1568 'common/mac/mock_launchd.cc', 1567 'common/mac/mock_launchd.cc',
1569 'common/mac/mock_launchd.h', 1568 'common/mac/mock_launchd.h',
1570 'common/mac/nscoder_util_unittest.mm', 1569 'common/mac/nscoder_util_unittest.mm',
1571 'common/mac/objc_method_swizzle_unittest.mm', 1570 'common/mac/objc_method_swizzle_unittest.mm',
1572 'common/mac/objc_zombie_unittest.mm', 1571 'common/mac/objc_zombie_unittest.mm',
1573 'common/metrics/entropy_provider_unittest.cc', 1572 'common/metrics/entropy_provider_unittest.cc',
1574 'common/metrics/metrics_log_base_unittest.cc', 1573 'common/metrics/metrics_log_base_unittest.cc',
1575 'common/metrics/metrics_log_manager_unittest.cc', 1574 'common/metrics/metrics_log_manager_unittest.cc',
1576 'common/metrics/metrics_util_unittest.cc', 1575 'common/metrics/metrics_util_unittest.cc',
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 # more details. 2421 # more details.
2423 'DebugInformationFormat': '3', 2422 'DebugInformationFormat': '3',
2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2425 }, 2424 },
2426 }, 2425 },
2427 }, 2426 },
2428 ], 2427 ],
2429 }], 2428 }],
2430 ], # 'conditions' 2429 ], # 'conditions'
2431 } 2430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698