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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 307833002: Move some extensions renderer resources to extensions_renderer_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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_repack_resources.gypi ('k') | chrome/renderer/extensions/event_unittest.cc » ('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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 '../ui/webui/resources/js/cr.js', 2003 '../ui/webui/resources/js/cr.js',
2004 ], 2004 ],
2005 'conditions': [ 2005 'conditions': [
2006 ['OS!="ios"', { 2006 ['OS!="ios"', {
2007 'dependencies': [ 2007 'dependencies': [
2008 '../components/components.gyp:autofill_content_test_support', 2008 '../components/components.gyp:autofill_content_test_support',
2009 '../components/components.gyp:component_metrics_proto', 2009 '../components/components.gyp:component_metrics_proto',
2010 '../components/components.gyp:data_reduction_proxy_test_support', 2010 '../components/components.gyp:data_reduction_proxy_test_support',
2011 '../components/components_strings.gyp:components_strings', 2011 '../components/components_strings.gyp:components_strings',
2012 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2012 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2013 '../extensions/extensions_resources.gyp:extensions_resources',
2013 '../extensions/extensions_strings.gyp:extensions_strings', 2014 '../extensions/extensions_strings.gyp:extensions_strings',
2014 '../gpu/gpu.gyp:gpu_unittest_utils', 2015 '../gpu/gpu.gyp:gpu_unittest_utils',
2015 '../media/media.gyp:media_test_support', 2016 '../media/media.gyp:media_test_support',
2016 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2017 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2017 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2018 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2018 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2019 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2019 '../third_party/libjingle/libjingle.gyp:libjingle', 2020 '../third_party/libjingle/libjingle.gyp:libjingle',
2020 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2021 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2021 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 2022 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
2022 '../ui/gl/gl.gyp:gl', 2023 '../ui/gl/gl.gyp:gl',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 'unit_tests.isolate', 2842 'unit_tests.isolate',
2842 ], 2843 ],
2843 'sources': [ 2844 'sources': [
2844 'unit_tests.isolate', 2845 'unit_tests.isolate',
2845 ], 2846 ],
2846 }, 2847 },
2847 ], 2848 ],
2848 }], 2849 }],
2849 ], # 'conditions' 2850 ], # 'conditions'
2850 } 2851 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/renderer/extensions/event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698