| OLD | NEW |
| 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 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1912 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 1912 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
| 1913 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 1913 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
| 1914 '../tools/json_schema_compiler/test/choices_unittest.cc', | 1914 '../tools/json_schema_compiler/test/choices_unittest.cc', |
| 1915 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 1915 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
| 1916 '../tools/json_schema_compiler/test/enums_unittest.cc', | 1916 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| 1917 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, | 1917 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, |
| 1918 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 1918 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 1919 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 1919 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 1920 '../tools/json_schema_compiler/test/objects_unittest.cc', | 1920 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 1921 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1921 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 1922 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
| 1922 '../ui/views/test/desktop_test_views_delegate.cc', | 1923 '../ui/views/test/desktop_test_views_delegate.cc', |
| 1923 '../ui/views/test/desktop_test_views_delegate.h', | 1924 '../ui/views/test/desktop_test_views_delegate.h', |
| 1924 '../ui/views/test/test_views_delegate.cc', | 1925 '../ui/views/test/test_views_delegate.cc', |
| 1925 '../ui/views/test/test_views_delegate.h', | 1926 '../ui/views/test/test_views_delegate.h', |
| 1926 '../ui/views/test/views_test_base.cc', | 1927 '../ui/views/test/views_test_base.cc', |
| 1927 '../ui/views/test/views_test_base.h', | 1928 '../ui/views/test/views_test_base.h', |
| 1928 '../ui/webui/resources/js/cr.js', | 1929 '../ui/webui/resources/js/cr.js', |
| 1929 '../webkit/browser/blob/mock_blob_url_request_context.cc', | 1930 '../webkit/browser/blob/mock_blob_url_request_context.cc', |
| 1930 '../webkit/browser/blob/mock_blob_url_request_context.h', | 1931 '../webkit/browser/blob/mock_blob_url_request_context.h', |
| 1931 '../webkit/browser/quota/mock_storage_client.cc', | 1932 '../webkit/browser/quota/mock_storage_client.cc', |
| (...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2693 # more details. | 2694 # more details. |
| 2694 'DebugInformationFormat': '3', | 2695 'DebugInformationFormat': '3', |
| 2695 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2696 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2696 }, | 2697 }, |
| 2697 }, | 2698 }, |
| 2698 }, | 2699 }, |
| 2699 ], | 2700 ], |
| 2700 }], | 2701 }], |
| 2701 ], # 'conditions' | 2702 ], # 'conditions' |
| 2702 } | 2703 } |
| OLD | NEW |