| 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 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1902 '../gpu/gpu.gyp:gpu_unittest_utils', | 1902 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1903 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1903 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1904 '../third_party/cld/cld.gyp:cld', | 1904 '../third_party/cld/cld.gyp:cld', |
| 1905 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1905 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1906 '../third_party/libjingle/libjingle.gyp:libjingle', | 1906 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1907 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1907 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 1908 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1908 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
| 1909 '../ui/gl/gl.gyp:gl', | 1909 '../ui/gl/gl.gyp:gl', |
| 1910 '../v8/tools/gyp/v8.gyp:v8', | 1910 '../v8/tools/gyp/v8.gyp:v8', |
| 1911 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', | 1911 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', |
| 1912 '../webkit/support/webkit_support.gyp:webkit_resources', | 1912 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 1913 ], | 1913 ], |
| 1914 # TODO(scr): Use this in browser_tests too. | 1914 # TODO(scr): Use this in browser_tests too. |
| 1915 'includes': [ | 1915 'includes': [ |
| 1916 'js_unittest_rules.gypi', | 1916 'js_unittest_rules.gypi', |
| 1917 ], | 1917 ], |
| 1918 'include_dirs': [ | 1918 'include_dirs': [ |
| 1919 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 1919 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 1920 ], | 1920 ], |
| 1921 }, { # OS=="ios" | 1921 }, { # OS=="ios" |
| 1922 'dependencies': [ | 1922 'dependencies': [ |
| (...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2631 # more details. | 2631 # more details. |
| 2632 'DebugInformationFormat': '3', | 2632 'DebugInformationFormat': '3', |
| 2633 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2633 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2634 }, | 2634 }, |
| 2635 }, | 2635 }, |
| 2636 }, | 2636 }, |
| 2637 ], | 2637 ], |
| 2638 }], | 2638 }], |
| 2639 ], # 'conditions' | 2639 ], # 'conditions' |
| 2640 } | 2640 } |
| OLD | NEW |