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

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: Try to fix ChromeOS build Created 8 years, 6 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 | « no previous file | content/content_tests.gypi » ('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 (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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'test/logging/win/test_log_collector.cc', 265 'test/logging/win/test_log_collector.cc',
266 'test/logging/win/test_log_collector.h', 266 'test/logging/win/test_log_collector.h',
267 'test/perf/perf_test.cc', 267 'test/perf/perf_test.cc',
268 'test/perf/perf_test.h', 268 'test/perf/perf_test.h',
269 # TODO: these should live here but are currently used by 269 # TODO: these should live here but are currently used by
270 # production code code in libbrowser (in chrome.gyp). 270 # production code code in libbrowser (in chrome.gyp).
271 #'../content/browser/net/url_request_mock_http_job.cc', 271 #'../content/browser/net/url_request_mock_http_job.cc',
272 #'../content/browser/net/url_request_mock_http_job.h', 272 #'../content/browser/net/url_request_mock_http_job.h',
273 '../ui/gfx/image/image_unittest_util.h', 273 '../ui/gfx/image/image_unittest_util.h',
274 '../ui/gfx/image/image_unittest_util.cc', 274 '../ui/gfx/image/image_unittest_util.cc',
275 '../webkit/fileapi/mock_file_system_options.cc',
276 '../webkit/fileapi/mock_file_system_options.h',
277 '../webkit/quota/mock_quota_manager.cc', 275 '../webkit/quota/mock_quota_manager.cc',
278 '../webkit/quota/mock_quota_manager.h', 276 '../webkit/quota/mock_quota_manager.h',
279 ], 277 ],
280 'conditions': [ 278 'conditions': [
281 ['chromeos==0', { 279 ['chromeos==0', {
282 'sources/': [ 280 'sources/': [
283 ['exclude', '^browser/chromeos'], 281 ['exclude', '^browser/chromeos'],
284 ], 282 ],
285 }], 283 }],
286 ['chromeos==1', { 284 ['chromeos==1', {
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 '../tools/json_schema_compiler/test/enums_unittest.cc', 1990 '../tools/json_schema_compiler/test/enums_unittest.cc',
1993 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1991 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1994 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1992 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1995 '../tools/json_schema_compiler/test/objects_unittest.cc', 1993 '../tools/json_schema_compiler/test/objects_unittest.cc',
1996 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1994 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1997 '../ui/views/test/test_views_delegate.cc', 1995 '../ui/views/test/test_views_delegate.cc',
1998 '../ui/views/test/test_views_delegate.h', 1996 '../ui/views/test/test_views_delegate.h',
1999 '../ui/views/test/views_test_base.cc', 1997 '../ui/views/test/views_test_base.cc',
2000 '../ui/views/test/views_test_base.h', 1998 '../ui/views/test/views_test_base.h',
2001 '../webkit/blob/local_file_stream_reader_unittest.cc', 1999 '../webkit/blob/local_file_stream_reader_unittest.cc',
2002 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2003 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2004 '../webkit/fileapi/file_system_test_helper.cc',
2005 '../webkit/fileapi/file_system_test_helper.h',
2006 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2007 '../webkit/fileapi/file_writer_delegate_unittest.cc',
2008 '../webkit/fileapi/local_file_stream_writer_unittest.cc',
2009 '../webkit/fileapi/mock_file_system_options.cc',
2010 '../webkit/fileapi/mock_file_system_options.h',
2011 '../webkit/quota/mock_storage_client.cc', 2000 '../webkit/quota/mock_storage_client.cc',
2012 '../webkit/quota/mock_storage_client.h', 2001 '../webkit/quota/mock_storage_client.h',
2013 ], 2002 ],
2014 'conditions': [ 2003 'conditions': [
2015 ['enable_background==0', { 2004 ['enable_background==0', {
2016 'sources/': [ 2005 'sources/': [
2017 ['exclude', '^browser/background/'], 2006 ['exclude', '^browser/background/'],
2018 ], 2007 ],
2019 }], 2008 }],
2020 ['enable_one_click_signin==0', { 2009 ['enable_one_click_signin==0', {
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
4657 # Use outputs of this action as inputs for the main target build. 4646 # Use outputs of this action as inputs for the main target build.
4658 # Seems as a misnomer but makes this happy on Linux (scons). 4647 # Seems as a misnomer but makes this happy on Linux (scons).
4659 'process_outputs_as_sources': 1, 4648 'process_outputs_as_sources': 1,
4660 }, 4649 },
4661 ], # 'actions' 4650 ], # 'actions'
4662 }, 4651 },
4663 ] 4652 ]
4664 }], # 'coverage!=0' 4653 }], # 'coverage!=0'
4665 ], # 'conditions' 4654 ], # 'conditions'
4666 } 4655 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698