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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 25940002: Revert 226826 "This is a preliminary patch to auto-generate the ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/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 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 '../testing/gtest_mac_unittest.mm', 1973 '../testing/gtest_mac_unittest.mm',
1974 '../third_party/zlib/google/zip_reader_unittest.cc', 1974 '../third_party/zlib/google/zip_reader_unittest.cc',
1975 '../third_party/zlib/google/zip_unittest.cc', 1975 '../third_party/zlib/google/zip_unittest.cc',
1976 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 1976 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
1977 '../tools/json_schema_compiler/test/any_unittest.cc', 1977 '../tools/json_schema_compiler/test/any_unittest.cc',
1978 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1978 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1979 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1979 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1980 '../tools/json_schema_compiler/test/choices_unittest.cc', 1980 '../tools/json_schema_compiler/test/choices_unittest.cc',
1981 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1981 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1982 '../tools/json_schema_compiler/test/enums_unittest.cc', 1982 '../tools/json_schema_compiler/test/enums_unittest.cc',
1983 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1984 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 1983 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
1985 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1984 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1986 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1985 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1987 '../tools/json_schema_compiler/test/objects_unittest.cc', 1986 '../tools/json_schema_compiler/test/objects_unittest.cc',
1988 '../tools/json_schema_compiler/test/features_unittest.cc',
1989 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1987 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1988 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1990 '../ui/views/test/desktop_test_views_delegate.cc', 1989 '../ui/views/test/desktop_test_views_delegate.cc',
1991 '../ui/views/test/desktop_test_views_delegate.h', 1990 '../ui/views/test/desktop_test_views_delegate.h',
1992 '../ui/views/test/test_views_delegate.cc', 1991 '../ui/views/test/test_views_delegate.cc',
1993 '../ui/views/test/test_views_delegate.h', 1992 '../ui/views/test/test_views_delegate.h',
1994 '../ui/views/test/views_test_base.cc', 1993 '../ui/views/test/views_test_base.cc',
1995 '../ui/views/test/views_test_base.h', 1994 '../ui/views/test/views_test_base.h',
1996 '../ui/webui/resources/js/cr.js', 1995 '../ui/webui/resources/js/cr.js',
1997 '../webkit/browser/blob/mock_blob_url_request_context.cc', 1996 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1998 '../webkit/browser/blob/mock_blob_url_request_context.h', 1997 '../webkit/browser/blob/mock_blob_url_request_context.h',
1999 '../webkit/browser/quota/mock_storage_client.cc', 1998 '../webkit/browser/quota/mock_storage_client.cc',
2000 '../webkit/browser/quota/mock_storage_client.h', 1999 '../webkit/browser/quota/mock_storage_client.h',
2001 ], 2000 ],
2002 'conditions': [ 2001 'conditions': [
2003 ['OS!="ios"', { 2002 ['OS!="ios"', {
2004 'dependencies': [ 2003 'dependencies': [
2005 'common/extensions/api/api.gyp:api', 2004 'common/extensions/api/api.gyp:api',
2006 '../components/components.gyp:autofill_content_test_support', 2005 '../components/components.gyp:autofill_content_test_support',
2007 '../components/component_strings.gyp:component_strings', 2006 '../components/component_strings.gyp:component_strings',
2008 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2007 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2009 '../gpu/gpu.gyp:gpu_unittest_utils', 2008 '../gpu/gpu.gyp:gpu_unittest_utils',
2010 '../media/media.gyp:media_test_support', 2009 '../media/media.gyp:media_test_support',
2011 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2010 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2012 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2011 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2013 '../third_party/libjingle/libjingle.gyp:libjingle', 2012 '../third_party/libjingle/libjingle.gyp:libjingle',
2014 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2013 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2015 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 2014 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
2016 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:f eatures_generator_tests',
2017 '../ui/gl/gl.gyp:gl', 2015 '../ui/gl/gl.gyp:gl',
2018 '../v8/tools/gyp/v8.gyp:v8', 2016 '../v8/tools/gyp/v8.gyp:v8',
2019 '../webkit/webkit_resources.gyp:webkit_resources', 2017 '../webkit/webkit_resources.gyp:webkit_resources',
2020 ], 2018 ],
2021 # TODO(scr): Use this in browser_tests too. 2019 # TODO(scr): Use this in browser_tests too.
2022 'includes': [ 2020 'includes': [
2023 'js_unittest_rules.gypi', 2021 'js_unittest_rules.gypi',
2024 ], 2022 ],
2025 'include_dirs': [ 2023 'include_dirs': [
2026 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2024 '<(SHARED_INTERMEDIATE_DIR)/chrome',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 'browser/ui/app_list/test/fake_profile_store.cc', 2846 'browser/ui/app_list/test/fake_profile_store.cc',
2849 'browser/ui/app_list/test/fake_profile_store.h', 2847 'browser/ui/app_list/test/fake_profile_store.h',
2850 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2848 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2851 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2849 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2852 ], 2850 ],
2853 }, 2851 },
2854 ], 2852 ],
2855 }], 2853 }],
2856 ], # 'conditions' 2854 ], # 'conditions'
2857 } 2855 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698