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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23594008: Initial code generation for features. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding tests for real. Created 7 years, 3 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
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 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 '../testing/gtest_mac_unittest.mm', 1955 '../testing/gtest_mac_unittest.mm',
1956 '../third_party/zlib/google/zip_reader_unittest.cc', 1956 '../third_party/zlib/google/zip_reader_unittest.cc',
1957 '../third_party/zlib/google/zip_unittest.cc', 1957 '../third_party/zlib/google/zip_unittest.cc',
1958 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 1958 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
1959 '../tools/json_schema_compiler/test/any_unittest.cc', 1959 '../tools/json_schema_compiler/test/any_unittest.cc',
1960 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1960 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1961 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1961 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1962 '../tools/json_schema_compiler/test/choices_unittest.cc', 1962 '../tools/json_schema_compiler/test/choices_unittest.cc',
1963 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1963 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1964 '../tools/json_schema_compiler/test/enums_unittest.cc', 1964 '../tools/json_schema_compiler/test/enums_unittest.cc',
1965 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1965 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 1966 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
1966 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1967 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1967 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1968 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1968 '../tools/json_schema_compiler/test/objects_unittest.cc', 1969 '../tools/json_schema_compiler/test/objects_unittest.cc',
1970 '../tools/json_schema_compiler/test/permission_features_unittest.cc',
1969 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1971 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1970 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1971 '../ui/views/test/desktop_test_views_delegate.cc', 1972 '../ui/views/test/desktop_test_views_delegate.cc',
1972 '../ui/views/test/desktop_test_views_delegate.h', 1973 '../ui/views/test/desktop_test_views_delegate.h',
1973 '../ui/views/test/test_views_delegate.cc', 1974 '../ui/views/test/test_views_delegate.cc',
1974 '../ui/views/test/test_views_delegate.h', 1975 '../ui/views/test/test_views_delegate.h',
1975 '../ui/views/test/views_test_base.cc', 1976 '../ui/views/test/views_test_base.cc',
1976 '../ui/views/test/views_test_base.h', 1977 '../ui/views/test/views_test_base.h',
1977 '../ui/webui/resources/js/cr.js', 1978 '../ui/webui/resources/js/cr.js',
1978 '../webkit/browser/blob/mock_blob_url_request_context.cc', 1979 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1979 '../webkit/browser/blob/mock_blob_url_request_context.h', 1980 '../webkit/browser/blob/mock_blob_url_request_context.h',
1980 '../webkit/browser/quota/mock_storage_client.cc', 1981 '../webkit/browser/quota/mock_storage_client.cc',
1981 '../webkit/browser/quota/mock_storage_client.h', 1982 '../webkit/browser/quota/mock_storage_client.h',
1982 ], 1983 ],
1983 'conditions': [ 1984 'conditions': [
1984 ['OS!="ios"', { 1985 ['OS!="ios"', {
1985 'dependencies': [ 1986 'dependencies': [
1986 'common/extensions/api/api.gyp:api', 1987 'common/extensions/api/api.gyp:api',
1987 '../components/components.gyp:autofill_content_test_support', 1988 '../components/components.gyp:autofill_content_test_support',
1988 '../components/component_strings.gyp:component_strings', 1989 '../components/component_strings.gyp:component_strings',
1989 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1990 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1990 '../gpu/gpu.gyp:gpu_unittest_utils', 1991 '../gpu/gpu.gyp:gpu_unittest_utils',
1991 '../media/media.gyp:media_test_support', 1992 '../media/media.gyp:media_test_support',
1992 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1993 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1993 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1994 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1994 '../third_party/libjingle/libjingle.gyp:libjingle', 1995 '../third_party/libjingle/libjingle.gyp:libjingle',
1995 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1996 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1996 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 1997 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
1998 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:f eatures_generator_tests',
1997 '../ui/gl/gl.gyp:gl', 1999 '../ui/gl/gl.gyp:gl',
1998 '../v8/tools/gyp/v8.gyp:v8', 2000 '../v8/tools/gyp/v8.gyp:v8',
1999 '../webkit/webkit_resources.gyp:webkit_resources', 2001 '../webkit/webkit_resources.gyp:webkit_resources',
2000 ], 2002 ],
2001 # TODO(scr): Use this in browser_tests too. 2003 # TODO(scr): Use this in browser_tests too.
2002 'includes': [ 2004 'includes': [
2003 'js_unittest_rules.gypi', 2005 'js_unittest_rules.gypi',
2004 ], 2006 ],
2005 'include_dirs': [ 2007 'include_dirs': [
2006 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2008 '<(SHARED_INTERMEDIATE_DIR)/chrome',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 # more details. 2791 # more details.
2790 'DebugInformationFormat': '3', 2792 'DebugInformationFormat': '3',
2791 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2793 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2792 }, 2794 },
2793 }, 2795 },
2794 }, 2796 },
2795 ], 2797 ],
2796 }], 2798 }],
2797 ], # 'conditions' 2799 ], # 'conditions'
2798 } 2800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698