Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 '../ui/webui/resources/js/cr.js', 1992 '../ui/webui/resources/js/cr.js',
1993 ], 1993 ],
1994 'conditions': [ 1994 'conditions': [
1995 ['OS!="ios"', { 1995 ['OS!="ios"', {
1996 'dependencies': [ 1996 'dependencies': [
1997 'common/extensions/api/api.gyp:chrome_api', 1997 'common/extensions/api/api.gyp:chrome_api',
1998 '../components/components.gyp:autofill_content_test_support', 1998 '../components/components.gyp:autofill_content_test_support',
1999 '../components/components.gyp:component_metrics_proto', 1999 '../components/components.gyp:component_metrics_proto',
2000 '../components/components.gyp:data_reduction_proxy_test_support', 2000 '../components/components.gyp:data_reduction_proxy_test_support',
2001 '../components/components_strings.gyp:components_strings', 2001 '../components/components_strings.gyp:components_strings',
2002 '../content/app/resources/content_resources.gyp:content_resources',
2002 '../extensions/extensions_resources.gyp:extensions_resources', 2003 '../extensions/extensions_resources.gyp:extensions_resources',
2003 '../extensions/extensions_strings.gyp:extensions_strings', 2004 '../extensions/extensions_strings.gyp:extensions_strings',
2004 '../gpu/gpu.gyp:gpu_unittest_utils', 2005 '../gpu/gpu.gyp:gpu_unittest_utils',
2005 '../media/media.gyp:media_test_support', 2006 '../media/media.gyp:media_test_support',
2006 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2007 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2007 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2008 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2008 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2009 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2009 '../third_party/libjingle/libjingle.gyp:libjingle', 2010 '../third_party/libjingle/libjingle.gyp:libjingle',
2010 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2011 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2011 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 2012 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
2012 '../ui/gl/gl.gyp:gl', 2013 '../ui/gl/gl.gyp:gl',
2013 '../v8/tools/gyp/v8.gyp:v8', 2014 '../v8/tools/gyp/v8.gyp:v8',
2014 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
2015 ], 2015 ],
2016 # TODO(scr): Use this in browser_tests too. 2016 # TODO(scr): Use this in browser_tests too.
2017 'includes': [ 2017 'includes': [
2018 'js_unittest_rules.gypi', 2018 'js_unittest_rules.gypi',
2019 ], 2019 ],
2020 'include_dirs': [ 2020 'include_dirs': [
2021 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2021 '<(SHARED_INTERMEDIATE_DIR)/chrome',
2022 ], 2022 ],
2023 }, { # OS=="ios" 2023 }, { # OS=="ios"
2024 'dependencies': [ 2024 'dependencies': [
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
2887 'dependencies': [ 2887 'dependencies': [
2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2889 ], 2889 ],
2890 }], 2890 }],
2891 ], 2891 ],
2892 }, 2892 },
2893 ], 2893 ],
2894 }], 2894 }],
2895 ], # 'conditions' 2895 ], # 'conditions'
2896 } 2896 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698