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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10447083: Rename webkit_blob::FileReader to FileStreamReader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge master branch. 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 | webkit/blob/blob_url_request_job.h » ('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 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1979 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1980 '../tools/json_schema_compiler/test/enums_unittest.cc', 1980 '../tools/json_schema_compiler/test/enums_unittest.cc',
1981 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1981 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1982 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1982 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1983 '../tools/json_schema_compiler/test/objects_unittest.cc', 1983 '../tools/json_schema_compiler/test/objects_unittest.cc',
1984 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1984 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1985 '../ui/views/test/test_views_delegate.cc', 1985 '../ui/views/test/test_views_delegate.cc',
1986 '../ui/views/test/test_views_delegate.h', 1986 '../ui/views/test/test_views_delegate.h',
1987 '../ui/views/test/views_test_base.cc', 1987 '../ui/views/test/views_test_base.cc',
1988 '../ui/views/test/views_test_base.h', 1988 '../ui/views/test/views_test_base.h',
1989 '../webkit/blob/local_file_reader_unittest.cc', 1989 '../webkit/blob/local_file_stream_reader_unittest.cc',
1990 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1990 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1991 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1991 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1992 '../webkit/fileapi/file_system_test_helper.cc', 1992 '../webkit/fileapi/file_system_test_helper.cc',
1993 '../webkit/fileapi/file_system_test_helper.h', 1993 '../webkit/fileapi/file_system_test_helper.h',
1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1995 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1995 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1996 '../webkit/fileapi/local_file_writer_unittest.cc', 1996 '../webkit/fileapi/local_file_writer_unittest.cc',
1997 '../webkit/fileapi/mock_file_system_options.cc', 1997 '../webkit/fileapi/mock_file_system_options.cc',
1998 '../webkit/fileapi/mock_file_system_options.h', 1998 '../webkit/fileapi/mock_file_system_options.h',
1999 '../webkit/quota/mock_storage_client.cc', 1999 '../webkit/quota/mock_storage_client.cc',
(...skipping 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 # Use outputs of this action as inputs for the main target build. 4632 # Use outputs of this action as inputs for the main target build.
4633 # Seems as a misnomer but makes this happy on Linux (scons). 4633 # Seems as a misnomer but makes this happy on Linux (scons).
4634 'process_outputs_as_sources': 1, 4634 'process_outputs_as_sources': 1,
4635 }, 4635 },
4636 ], # 'actions' 4636 ], # 'actions'
4637 }, 4637 },
4638 ] 4638 ]
4639 }], # 'coverage!=0' 4639 }], # 'coverage!=0'
4640 ], # 'conditions' 4640 ], # 'conditions'
4641 } 4641 }
OLDNEW
« no previous file with comments | « no previous file | webkit/blob/blob_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698