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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 24998003: Compiler for the JSON Traversal Language. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
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 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 'test/base/chrome_render_view_test.cc', 1859 'test/base/chrome_render_view_test.cc',
1860 'test/base/chrome_render_view_test.h', 1860 'test/base/chrome_render_view_test.h',
1861 'test/base/menu_model_test.cc', 1861 'test/base/menu_model_test.cc',
1862 'test/base/menu_model_test.h', 1862 'test/base/menu_model_test.h',
1863 'test/base/v8_unit_test.cc', 1863 'test/base/v8_unit_test.cc',
1864 'test/base/v8_unit_test.h', 1864 'test/base/v8_unit_test.h',
1865 'test/data/resource.rc', 1865 'test/data/resource.rc',
1866 'test/data/unit/framework_unittest.gtestjs', 1866 'test/data/unit/framework_unittest.gtestjs',
1867 'test/logging/win/mof_data_parser_unittest.cc', 1867 'test/logging/win/mof_data_parser_unittest.cc',
1868 'tools/convert_dict/convert_dict_unittest.cc', 1868 'tools/convert_dict/convert_dict_unittest.cc',
1869 'tools/profile_reset/jtl_compiler_unittest.cc',
1870 'tools/profile_reset/jtl_parser_unittest.cc',
1869 'utility/extensions/unpacker_unittest.cc', 1871 'utility/extensions/unpacker_unittest.cc',
1870 'utility/importer/bookmark_html_reader_unittest.cc', 1872 'utility/importer/bookmark_html_reader_unittest.cc',
1871 'utility/importer/bookmarks_file_importer_unittest.cc', 1873 'utility/importer/bookmarks_file_importer_unittest.cc',
1872 'utility/importer/firefox_importer_unittest.cc', 1874 'utility/importer/firefox_importer_unittest.cc',
1873 'utility/importer/safari_importer_unittest.mm', 1875 'utility/importer/safari_importer_unittest.mm',
1874 1876
1875 # Duplicate these tests here because PathService has more items in 1877 # Duplicate these tests here because PathService has more items in
1876 # unit_tests than in base_unittests. 1878 # unit_tests than in base_unittests.
1877 '../base/path_service_unittest.cc', 1879 '../base/path_service_unittest.cc',
1878 1880
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 '../ui/views/test/views_test_base.h', 1988 '../ui/views/test/views_test_base.h',
1987 '../ui/webui/resources/js/cr.js', 1989 '../ui/webui/resources/js/cr.js',
1988 '../webkit/browser/blob/mock_blob_url_request_context.cc', 1990 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1989 '../webkit/browser/blob/mock_blob_url_request_context.h', 1991 '../webkit/browser/blob/mock_blob_url_request_context.h',
1990 '../webkit/browser/quota/mock_storage_client.cc', 1992 '../webkit/browser/quota/mock_storage_client.cc',
1991 '../webkit/browser/quota/mock_storage_client.h', 1993 '../webkit/browser/quota/mock_storage_client.h',
1992 ], 1994 ],
1993 'conditions': [ 1995 'conditions': [
1994 ['OS!="ios"', { 1996 ['OS!="ios"', {
1995 'dependencies': [ 1997 'dependencies': [
1998 'chrome.gyp:jtl_compiler_lib',
1996 'common/extensions/api/api.gyp:api', 1999 'common/extensions/api/api.gyp:api',
1997 '../components/components.gyp:autofill_content_test_support', 2000 '../components/components.gyp:autofill_content_test_support',
1998 '../components/component_strings.gyp:component_strings', 2001 '../components/component_strings.gyp:component_strings',
1999 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2002 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2000 '../gpu/gpu.gyp:gpu_unittest_utils', 2003 '../gpu/gpu.gyp:gpu_unittest_utils',
2001 '../media/media.gyp:media_test_support', 2004 '../media/media.gyp:media_test_support',
2002 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2005 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2003 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2006 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2004 '../third_party/libjingle/libjingle.gyp:libjingle', 2007 '../third_party/libjingle/libjingle.gyp:libjingle',
2005 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2008 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2826 'browser_ui', 2829 'browser_ui',
2827 ], 2830 ],
2828 'sources': [ 2831 'sources': [
2829 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2832 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2830 ], 2833 ],
2831 }, 2834 },
2832 ], 2835 ],
2833 }], 2836 }],
2834 ], # 'conditions' 2837 ], # 'conditions'
2835 } 2838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698