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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 22228002: Add optional schema compiler error messages (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced up to latest master. 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
« no previous file with comments | « no previous file | tools/json_schema_compiler/cc_generator.py » ('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 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1929 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1930 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1930 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1931 '../tools/json_schema_compiler/test/choices_unittest.cc', 1931 '../tools/json_schema_compiler/test/choices_unittest.cc',
1932 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1932 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1933 '../tools/json_schema_compiler/test/enums_unittest.cc', 1933 '../tools/json_schema_compiler/test/enums_unittest.cc',
1934 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 1934 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
1935 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1935 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1936 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1936 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1937 '../tools/json_schema_compiler/test/objects_unittest.cc', 1937 '../tools/json_schema_compiler/test/objects_unittest.cc',
1938 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1938 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1939 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1939 '../ui/views/test/desktop_test_views_delegate.cc', 1940 '../ui/views/test/desktop_test_views_delegate.cc',
1940 '../ui/views/test/desktop_test_views_delegate.h', 1941 '../ui/views/test/desktop_test_views_delegate.h',
1941 '../ui/views/test/test_views_delegate.cc', 1942 '../ui/views/test/test_views_delegate.cc',
1942 '../ui/views/test/test_views_delegate.h', 1943 '../ui/views/test/test_views_delegate.h',
1943 '../ui/views/test/views_test_base.cc', 1944 '../ui/views/test/views_test_base.cc',
1944 '../ui/views/test/views_test_base.h', 1945 '../ui/views/test/views_test_base.h',
1945 '../ui/webui/resources/js/cr.js', 1946 '../ui/webui/resources/js/cr.js',
1946 '../webkit/browser/blob/mock_blob_url_request_context.cc', 1947 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1947 '../webkit/browser/blob/mock_blob_url_request_context.h', 1948 '../webkit/browser/blob/mock_blob_url_request_context.h',
1948 '../webkit/browser/quota/mock_storage_client.cc', 1949 '../webkit/browser/quota/mock_storage_client.cc',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2717 # more details. 2718 # more details.
2718 'DebugInformationFormat': '3', 2719 'DebugInformationFormat': '3',
2719 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2720 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2720 }, 2721 },
2721 }, 2722 },
2722 }, 2723 },
2723 ], 2724 ],
2724 }], 2725 }],
2725 ], # 'conditions' 2726 ], # 'conditions'
2726 } 2727 }
OLDNEW
« no previous file with comments | « no previous file | tools/json_schema_compiler/cc_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698