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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 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/common/extensions/api/api.gyp » ('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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../webkit/browser/quota/mock_quota_manager.cc', 289 '../webkit/browser/quota/mock_quota_manager.cc',
290 '../webkit/browser/quota/mock_quota_manager.h', 290 '../webkit/browser/quota/mock_quota_manager.h',
291 '../webkit/browser/quota/mock_quota_manager_proxy.cc', 291 '../webkit/browser/quota/mock_quota_manager_proxy.cc',
292 '../webkit/browser/quota/mock_quota_manager_proxy.h', 292 '../webkit/browser/quota/mock_quota_manager_proxy.h',
293 '../webkit/browser/quota/mock_special_storage_policy.cc', 293 '../webkit/browser/quota/mock_special_storage_policy.cc',
294 '../webkit/browser/quota/mock_special_storage_policy.h', 294 '../webkit/browser/quota/mock_special_storage_policy.h',
295 ], 295 ],
296 'conditions': [ 296 'conditions': [
297 ['OS!="ios"', { 297 ['OS!="ios"', {
298 'dependencies': [ 298 'dependencies': [
299 'common/extensions/api/api.gyp:api', 299 'common/extensions/api/api.gyp:chrome_api',
300 'plugin', 300 'plugin',
301 'renderer', 301 'renderer',
302 'utility', 302 'utility',
303 '../content/content.gyp:content_gpu', 303 '../content/content.gyp:content_gpu',
304 '../content/content.gyp:content_plugin', 304 '../content/content.gyp:content_plugin',
305 '../content/content.gyp:content_ppapi_plugin', 305 '../content/content.gyp:content_ppapi_plugin',
306 '../content/content.gyp:content_renderer', 306 '../content/content.gyp:content_renderer',
307 '../content/content.gyp:content_utility', 307 '../content/content.gyp:content_utility',
308 '../content/content.gyp:content_worker', 308 '../content/content.gyp:content_worker',
309 '../components/components.gyp:autofill_core_test_support', 309 '../components/components.gyp:autofill_core_test_support',
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1996 '../tools/json_schema_compiler/test/objects_unittest.cc', 1996 '../tools/json_schema_compiler/test/objects_unittest.cc',
1997 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1997 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1998 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 1998 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1999 '../ui/webui/resources/js/cr.js', 1999 '../ui/webui/resources/js/cr.js',
2000 '../webkit/browser/quota/mock_storage_client.cc', 2000 '../webkit/browser/quota/mock_storage_client.cc',
2001 '../webkit/browser/quota/mock_storage_client.h', 2001 '../webkit/browser/quota/mock_storage_client.h',
2002 ], 2002 ],
2003 'conditions': [ 2003 'conditions': [
2004 ['OS!="ios"', { 2004 ['OS!="ios"', {
2005 'dependencies': [ 2005 'dependencies': [
2006 'common/extensions/api/api.gyp:api', 2006 'common/extensions/api/api.gyp:chrome_api',
2007 '../components/components.gyp:autofill_content_test_support', 2007 '../components/components.gyp:autofill_content_test_support',
2008 '../components/component_strings.gyp:component_strings', 2008 '../components/component_strings.gyp:component_strings',
2009 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2009 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2010 '../gpu/gpu.gyp:gpu_unittest_utils', 2010 '../gpu/gpu.gyp:gpu_unittest_utils',
2011 '../media/media.gyp:media_test_support', 2011 '../media/media.gyp:media_test_support',
2012 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2012 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2013 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2013 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2014 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2014 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2015 '../third_party/libjingle/libjingle.gyp:libjingle', 2015 '../third_party/libjingle/libjingle.gyp:libjingle',
2016 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2016 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
2889 'browser/ui/app_list/test/fake_profile_store.h', 2889 'browser/ui/app_list/test/fake_profile_store.h',
2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2893 ], 2893 ],
2894 }, 2894 },
2895 ], 2895 ],
2896 }], 2896 }],
2897 ], # 'conditions' 2897 ], # 'conditions'
2898 } 2898 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698