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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10447043: Move all webkit/fileapi tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'test/perf/perf_test.cc', 259 'test/perf/perf_test.cc',
260 'test/perf/perf_test.h', 260 'test/perf/perf_test.h',
261 # TODO: these should live here but are currently used by 261 # TODO: these should live here but are currently used by
262 # production code code in libbrowser (in chrome.gyp). 262 # production code code in libbrowser (in chrome.gyp).
263 #'../content/browser/net/url_request_mock_http_job.cc', 263 #'../content/browser/net/url_request_mock_http_job.cc',
264 #'../content/browser/net/url_request_mock_http_job.h', 264 #'../content/browser/net/url_request_mock_http_job.h',
265 '../content/test/notification_observer_mock.cc', 265 '../content/test/notification_observer_mock.cc',
266 '../content/test/notification_observer_mock.h', 266 '../content/test/notification_observer_mock.h',
267 '../ui/gfx/image/image_unittest_util.h', 267 '../ui/gfx/image/image_unittest_util.h',
268 '../ui/gfx/image/image_unittest_util.cc', 268 '../ui/gfx/image/image_unittest_util.cc',
269 '../webkit/fileapi/mock_file_system_options.cc',
270 '../webkit/fileapi/mock_file_system_options.h',
271 '../webkit/quota/mock_quota_manager.cc', 269 '../webkit/quota/mock_quota_manager.cc',
272 '../webkit/quota/mock_quota_manager.h', 270 '../webkit/quota/mock_quota_manager.h',
273 ], 271 ],
274 'conditions': [ 272 'conditions': [
275 ['chromeos==0', { 273 ['chromeos==0', {
276 'sources/': [ 274 'sources/': [
277 ['exclude', '^browser/chromeos'], 275 ['exclude', '^browser/chromeos'],
278 ], 276 ],
279 }], 277 }],
280 ['chromeos==1', { 278 ['chromeos==1', {
(...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 '../tools/json_schema_compiler/test/enums_unittest.cc', 1969 '../tools/json_schema_compiler/test/enums_unittest.cc',
1972 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1970 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1973 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1971 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1974 '../tools/json_schema_compiler/test/objects_unittest.cc', 1972 '../tools/json_schema_compiler/test/objects_unittest.cc',
1975 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1973 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1976 '../ui/views/test/test_views_delegate.cc', 1974 '../ui/views/test/test_views_delegate.cc',
1977 '../ui/views/test/test_views_delegate.h', 1975 '../ui/views/test/test_views_delegate.h',
1978 '../ui/views/test/views_test_base.cc', 1976 '../ui/views/test/views_test_base.cc',
1979 '../ui/views/test/views_test_base.h', 1977 '../ui/views/test/views_test_base.h',
1980 '../webkit/blob/local_file_reader_unittest.cc', 1978 '../webkit/blob/local_file_reader_unittest.cc',
1981 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1982 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1983 '../webkit/fileapi/file_system_test_helper.cc',
1984 '../webkit/fileapi/file_system_test_helper.h',
1985 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1986 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1987 '../webkit/fileapi/local_file_writer_unittest.cc',
1988 '../webkit/fileapi/mock_file_system_options.cc',
1989 '../webkit/fileapi/mock_file_system_options.h',
1990 '../webkit/quota/mock_storage_client.cc', 1979 '../webkit/quota/mock_storage_client.cc',
1991 '../webkit/quota/mock_storage_client.h', 1980 '../webkit/quota/mock_storage_client.h',
1992 ], 1981 ],
1993 'conditions': [ 1982 'conditions': [
1994 ['enable_background==0', { 1983 ['enable_background==0', {
1995 'sources/': [ 1984 'sources/': [
1996 ['exclude', '^browser/background/'], 1985 ['exclude', '^browser/background/'],
1997 ], 1986 ],
1998 }], 1987 }],
1999 ['enable_one_click_signin==0', { 1988 ['enable_one_click_signin==0', {
(...skipping 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
4618 # Use outputs of this action as inputs for the main target build. 4607 # Use outputs of this action as inputs for the main target build.
4619 # Seems as a misnomer but makes this happy on Linux (scons). 4608 # Seems as a misnomer but makes this happy on Linux (scons).
4620 'process_outputs_as_sources': 1, 4609 'process_outputs_as_sources': 1,
4621 }, 4610 },
4622 ], # 'actions' 4611 ], # 'actions'
4623 }, 4612 },
4624 ] 4613 ]
4625 }], # 'coverage!=0' 4614 }], # 'coverage!=0'
4626 ], # 'conditions' 4615 ], # 'conditions'
4627 } 4616 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | webkit/fileapi/file_system_mount_point_provider_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698