| 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 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2005         '../ui/webui/resources/js/cr.js', | 2005         '../ui/webui/resources/js/cr.js', | 
| 2006       ], | 2006       ], | 
| 2007       'conditions': [ | 2007       'conditions': [ | 
| 2008         ['OS!="ios"', { | 2008         ['OS!="ios"', { | 
| 2009           'dependencies': [ | 2009           'dependencies': [ | 
| 2010             '../components/components.gyp:autofill_content_test_support', | 2010             '../components/components.gyp:autofill_content_test_support', | 
| 2011             '../components/components.gyp:component_metrics_proto', | 2011             '../components/components.gyp:component_metrics_proto', | 
| 2012             '../components/components.gyp:data_reduction_proxy_test_support', | 2012             '../components/components.gyp:data_reduction_proxy_test_support', | 
| 2013             '../components/components_strings.gyp:components_strings', | 2013             '../components/components_strings.gyp:components_strings', | 
| 2014             '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2014             '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 
|  | 2015             '../extensions/extensions_resources.gyp:extensions_resources', | 
| 2015             '../extensions/extensions_strings.gyp:extensions_strings', | 2016             '../extensions/extensions_strings.gyp:extensions_strings', | 
| 2016             '../gpu/gpu.gyp:gpu_unittest_utils', | 2017             '../gpu/gpu.gyp:gpu_unittest_utils', | 
| 2017             '../media/media.gyp:media_test_support', | 2018             '../media/media.gyp:media_test_support', | 
| 2018             '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 2019             '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 
| 2019             '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2020             '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 
| 2020             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
      , | 2021             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
      , | 
| 2021             '../third_party/libjingle/libjingle.gyp:libjingle', | 2022             '../third_party/libjingle/libjingle.gyp:libjingle', | 
| 2022             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2023             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 
| 2023             '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
      son_schema_compiler_tests', | 2024             '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
      son_schema_compiler_tests', | 
| 2024             '../ui/gl/gl.gyp:gl', | 2025             '../ui/gl/gl.gyp:gl', | 
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2843             'unit_tests.isolate', | 2844             'unit_tests.isolate', | 
| 2844           ], | 2845           ], | 
| 2845           'sources': [ | 2846           'sources': [ | 
| 2846             'unit_tests.isolate', | 2847             'unit_tests.isolate', | 
| 2847           ], | 2848           ], | 
| 2848         }, | 2849         }, | 
| 2849       ], | 2850       ], | 
| 2850     }], | 2851     }], | 
| 2851   ],  # 'conditions' | 2852   ],  # 'conditions' | 
| 2852 } | 2853 } | 
| OLD | NEW | 
|---|