| 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 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1923 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1923 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1924 '../gpu/gpu.gyp:gpu_unittest_utils', | 1924 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1925 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1925 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1926 '../third_party/cld/cld.gyp:cld', | 1926 '../third_party/cld/cld.gyp:cld', |
| 1927 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1927 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1928 '../third_party/libjingle/libjingle.gyp:libjingle', | 1928 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1929 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1929 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 1930 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1930 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
| 1931 '../ui/gl/gl.gyp:gl', | 1931 '../ui/gl/gl.gyp:gl', |
| 1932 '../v8/tools/gyp/v8.gyp:v8', | 1932 '../v8/tools/gyp/v8.gyp:v8', |
| 1933 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', | |
| 1934 '../webkit/webkit_resources.gyp:webkit_resources', | 1933 '../webkit/webkit_resources.gyp:webkit_resources', |
| 1935 ], | 1934 ], |
| 1936 # TODO(scr): Use this in browser_tests too. | 1935 # TODO(scr): Use this in browser_tests too. |
| 1937 'includes': [ | 1936 'includes': [ |
| 1938 'js_unittest_rules.gypi', | 1937 'js_unittest_rules.gypi', |
| 1939 ], | 1938 ], |
| 1940 'include_dirs': [ | 1939 'include_dirs': [ |
| 1941 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 1940 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 1942 ], | 1941 ], |
| 1943 }, { # OS=="ios" | 1942 }, { # OS=="ios" |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2661 # more details. | 2660 # more details. |
| 2662 'DebugInformationFormat': '3', | 2661 'DebugInformationFormat': '3', |
| 2663 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2662 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2664 }, | 2663 }, |
| 2665 }, | 2664 }, |
| 2666 }, | 2665 }, |
| 2667 ], | 2666 ], |
| 2668 }], | 2667 }], |
| 2669 ], # 'conditions' | 2668 ], # 'conditions' |
| 2670 } | 2669 } |
| OLD | NEW |