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 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1996 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 1996 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
1997 '../tools/json_schema_compiler/test/objects_unittest.cc', | 1997 '../tools/json_schema_compiler/test/objects_unittest.cc', |
1998 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1998 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
1999 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 1999 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
2000 '../ui/webui/resources/js/cr.js', | 2000 '../ui/webui/resources/js/cr.js', |
2001 ], | 2001 ], |
2002 'conditions': [ | 2002 'conditions': [ |
2003 ['OS!="ios"', { | 2003 ['OS!="ios"', { |
2004 'dependencies': [ | 2004 'dependencies': [ |
2005 'common/extensions/api/api.gyp:chrome_api', | 2005 'common/extensions/api/api.gyp:chrome_api', |
2006 '../content/app/resources/content_resources.gyp:content_resources', | |
Lei Zhang
2014/08/19 05:05:32
content after components
tfarina
2014/08/22 01:28:31
Done.
| |
2006 '../components/components.gyp:autofill_content_test_support', | 2007 '../components/components.gyp:autofill_content_test_support', |
2007 '../components/components.gyp:component_metrics_proto', | 2008 '../components/components.gyp:component_metrics_proto', |
2008 '../components/components.gyp:data_reduction_proxy_test_support', | 2009 '../components/components.gyp:data_reduction_proxy_test_support', |
2009 '../components/components_strings.gyp:components_strings', | 2010 '../components/components_strings.gyp:components_strings', |
2010 '../extensions/extensions_resources.gyp:extensions_resources', | 2011 '../extensions/extensions_resources.gyp:extensions_resources', |
2011 '../extensions/extensions_strings.gyp:extensions_strings', | 2012 '../extensions/extensions_strings.gyp:extensions_strings', |
2012 '../gpu/gpu.gyp:gpu_unittest_utils', | 2013 '../gpu/gpu.gyp:gpu_unittest_utils', |
2013 '../media/media.gyp:media_test_support', | 2014 '../media/media.gyp:media_test_support', |
2014 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 2015 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
2015 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2016 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2016 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , | 2017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , |
2017 '../third_party/libjingle/libjingle.gyp:libjingle', | 2018 '../third_party/libjingle/libjingle.gyp:libjingle', |
2018 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2019 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2019 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', | 2020 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', |
2020 '../ui/gl/gl.gyp:gl', | 2021 '../ui/gl/gl.gyp:gl', |
2021 '../v8/tools/gyp/v8.gyp:v8', | 2022 '../v8/tools/gyp/v8.gyp:v8', |
2022 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', | |
2023 ], | 2023 ], |
2024 # TODO(scr): Use this in browser_tests too. | 2024 # TODO(scr): Use this in browser_tests too. |
2025 'includes': [ | 2025 'includes': [ |
2026 'js_unittest_rules.gypi', | 2026 'js_unittest_rules.gypi', |
2027 ], | 2027 ], |
2028 'include_dirs': [ | 2028 'include_dirs': [ |
2029 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 2029 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
2030 ], | 2030 ], |
2031 }, { # OS=="ios" | 2031 }, { # OS=="ios" |
2032 'dependencies': [ | 2032 'dependencies': [ |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2895 'dependencies': [ | 2895 'dependencies': [ |
2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2897 ], | 2897 ], |
2898 }], | 2898 }], |
2899 ], | 2899 ], |
2900 }, | 2900 }, |
2901 ], | 2901 ], |
2902 }], | 2902 }], |
2903 ], # 'conditions' | 2903 ], # 'conditions' |
2904 } | 2904 } |
OLD | NEW |