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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11827026: Overhaul JSON Schema Compiler to support a number of features required to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1622 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1623 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1623 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1624 '../tools/json_schema_compiler/test/choices_unittest.cc', 1624 '../tools/json_schema_compiler/test/choices_unittest.cc',
1625 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1625 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1626 '../tools/json_schema_compiler/test/enums_unittest.cc', 1626 '../tools/json_schema_compiler/test/enums_unittest.cc',
1627 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 1627 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
1628 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1628 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1629 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1629 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1630 '../tools/json_schema_compiler/test/objects_unittest.cc', 1630 '../tools/json_schema_compiler/test/objects_unittest.cc',
1631 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1631 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1632 '../tools/json_schema_compiler/test/test_util.cc',
1633 '../tools/json_schema_compiler/test/test_util.h',
1632 '../ui/views/test/desktop_test_views_delegate.cc', 1634 '../ui/views/test/desktop_test_views_delegate.cc',
1633 '../ui/views/test/desktop_test_views_delegate.h', 1635 '../ui/views/test/desktop_test_views_delegate.h',
1634 '../ui/views/test/test_views_delegate.cc', 1636 '../ui/views/test/test_views_delegate.cc',
1635 '../ui/views/test/test_views_delegate.h', 1637 '../ui/views/test/test_views_delegate.h',
1636 '../ui/views/test/views_test_base.cc', 1638 '../ui/views/test/views_test_base.cc',
1637 '../ui/views/test/views_test_base.h', 1639 '../ui/views/test/views_test_base.h',
1638 '../webkit/blob/mock_blob_url_request_context.cc', 1640 '../webkit/blob/mock_blob_url_request_context.cc',
1639 '../webkit/blob/mock_blob_url_request_context.h', 1641 '../webkit/blob/mock_blob_url_request_context.h',
1640 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1642 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1641 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1643 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 'unit_tests.isolate', 2322 'unit_tests.isolate',
2321 ], 2323 ],
2322 'sources': [ 2324 'sources': [
2323 'unit_tests.isolate', 2325 'unit_tests.isolate',
2324 ], 2326 ],
2325 }, 2327 },
2326 ], 2328 ],
2327 }], 2329 }],
2328 ], # 'conditions' 2330 ], # 'conditions'
2329 } 2331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698