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

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: Addressed comments, added some unittests. 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 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'test/base/chrome_render_view_test.cc', 1860 'test/base/chrome_render_view_test.cc',
1861 'test/base/chrome_render_view_test.h', 1861 'test/base/chrome_render_view_test.h',
1862 'test/base/menu_model_test.cc', 1862 'test/base/menu_model_test.cc',
1863 'test/base/menu_model_test.h', 1863 'test/base/menu_model_test.h',
1864 'test/base/v8_unit_test.cc', 1864 'test/base/v8_unit_test.cc',
1865 'test/base/v8_unit_test.h', 1865 'test/base/v8_unit_test.h',
1866 'test/data/resource.rc', 1866 'test/data/resource.rc',
1867 'test/data/unit/framework_unittest.gtestjs', 1867 'test/data/unit/framework_unittest.gtestjs',
1868 'test/logging/win/mof_data_parser_unittest.cc', 1868 'test/logging/win/mof_data_parser_unittest.cc',
1869 'tools/convert_dict/convert_dict_unittest.cc', 1869 'tools/convert_dict/convert_dict_unittest.cc',
1870 'tools/profile_reset/jtl_compiler_unittest.cc',
1871 'tools/profile_reset/jtl_parser_unittest.cc',
1870 'utility/extensions/unpacker_unittest.cc', 1872 'utility/extensions/unpacker_unittest.cc',
1871 'utility/importer/bookmark_html_reader_unittest.cc', 1873 'utility/importer/bookmark_html_reader_unittest.cc',
1872 'utility/importer/bookmarks_file_importer_unittest.cc', 1874 'utility/importer/bookmarks_file_importer_unittest.cc',
1873 'utility/importer/firefox_importer_unittest.cc', 1875 'utility/importer/firefox_importer_unittest.cc',
1874 'utility/importer/safari_importer_unittest.mm', 1876 'utility/importer/safari_importer_unittest.mm',
1875 1877
1876 # Duplicate these tests here because PathService has more items in 1878 # Duplicate these tests here because PathService has more items in
1877 # unit_tests than in base_unittests. 1879 # unit_tests than in base_unittests.
1878 '../base/path_service_unittest.cc', 1880 '../base/path_service_unittest.cc',
1879 1881
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 '../ui/views/test/views_test_base.h', 1989 '../ui/views/test/views_test_base.h',
1988 '../ui/webui/resources/js/cr.js', 1990 '../ui/webui/resources/js/cr.js',
1989 '../webkit/browser/blob/mock_blob_url_request_context.cc', 1991 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1990 '../webkit/browser/blob/mock_blob_url_request_context.h', 1992 '../webkit/browser/blob/mock_blob_url_request_context.h',
1991 '../webkit/browser/quota/mock_storage_client.cc', 1993 '../webkit/browser/quota/mock_storage_client.cc',
1992 '../webkit/browser/quota/mock_storage_client.h', 1994 '../webkit/browser/quota/mock_storage_client.h',
1993 ], 1995 ],
1994 'conditions': [ 1996 'conditions': [
1995 ['OS!="ios"', { 1997 ['OS!="ios"', {
1996 'dependencies': [ 1998 'dependencies': [
1999 'chrome.gyp:jtl_compiler_lib',
1997 'common/extensions/api/api.gyp:api', 2000 'common/extensions/api/api.gyp:api',
1998 '../components/components.gyp:autofill_content_test_support', 2001 '../components/components.gyp:autofill_content_test_support',
1999 '../components/component_strings.gyp:component_strings', 2002 '../components/component_strings.gyp:component_strings',
2000 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2003 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2001 '../gpu/gpu.gyp:gpu_unittest_utils', 2004 '../gpu/gpu.gyp:gpu_unittest_utils',
2002 '../media/media.gyp:media_test_support', 2005 '../media/media.gyp:media_test_support',
2003 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2006 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2004 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2007 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2005 '../third_party/libjingle/libjingle.gyp:libjingle', 2008 '../third_party/libjingle/libjingle.gyp:libjingle',
2006 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2009 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2834 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2832 'browser/ui/app_list/test/fake_profile.cc', 2835 'browser/ui/app_list/test/fake_profile.cc',
2833 'browser/ui/app_list/test/fake_profile.h', 2836 'browser/ui/app_list/test/fake_profile.h',
2834 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2837 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2835 ], 2838 ],
2836 }, 2839 },
2837 ], 2840 ],
2838 }], 2841 }],
2839 ], # 'conditions' 2842 ], # 'conditions'
2840 } 2843 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/DEPS » ('j') | chrome/tools/profile_reset/jtl_compiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698