| 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 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2008 '../gpu/gpu.gyp:gpu_unittest_utils', | 2008 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 2009 '../media/media.gyp:media_test_support', | 2009 '../media/media.gyp:media_test_support', |
| 2010 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 2010 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 2011 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2011 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2012 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2012 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2013 '../third_party/libjingle/libjingle.gyp:libjingle', | 2013 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2014 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2014 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2015 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 2015 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
| 2016 '../ui/gl/gl.gyp:gl', | 2016 '../ui/gl/gl.gyp:gl', |
| 2017 '../v8/tools/gyp/v8.gyp:v8', | 2017 '../v8/tools/gyp/v8.gyp:v8', |
| 2018 '../webkit/webkit_resources.gyp:webkit_resources', | 2018 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
| 2019 ], | 2019 ], |
| 2020 # TODO(scr): Use this in browser_tests too. | 2020 # TODO(scr): Use this in browser_tests too. |
| 2021 'includes': [ | 2021 'includes': [ |
| 2022 'js_unittest_rules.gypi', | 2022 'js_unittest_rules.gypi', |
| 2023 ], | 2023 ], |
| 2024 'include_dirs': [ | 2024 'include_dirs': [ |
| 2025 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 2025 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 2026 ], | 2026 ], |
| 2027 }, { # OS=="ios" | 2027 }, { # OS=="ios" |
| 2028 'dependencies': [ | 2028 'dependencies': [ |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2891 'dependencies': [ | 2891 'dependencies': [ |
| 2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2893 ], | 2893 ], |
| 2894 }], | 2894 }], |
| 2895 ], | 2895 ], |
| 2896 }, | 2896 }, |
| 2897 ], | 2897 ], |
| 2898 }], | 2898 }], |
| 2899 ], # 'conditions' | 2899 ], # 'conditions' |
| 2900 } | 2900 } |
| OLD | NEW |