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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10126004: fileapi: FileWriter and LocalFileWriter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #include Created 8 years, 8 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/fileapi/file_writer.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 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 '../ui/views/test/test_views_delegate.cc', 2083 '../ui/views/test/test_views_delegate.cc',
2084 '../ui/views/test/test_views_delegate.h', 2084 '../ui/views/test/test_views_delegate.h',
2085 '../ui/views/test/views_test_base.cc', 2085 '../ui/views/test/views_test_base.cc',
2086 '../ui/views/test/views_test_base.h', 2086 '../ui/views/test/views_test_base.h',
2087 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2087 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2088 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2088 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2089 '../webkit/fileapi/file_system_test_helper.cc', 2089 '../webkit/fileapi/file_system_test_helper.cc',
2090 '../webkit/fileapi/file_system_test_helper.h', 2090 '../webkit/fileapi/file_system_test_helper.h',
2091 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2091 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2092 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2092 '../webkit/fileapi/file_writer_delegate_unittest.cc',
2093 '../webkit/fileapi/local_file_writer_unittest.cc',
2093 '../webkit/fileapi/mock_file_system_options.cc', 2094 '../webkit/fileapi/mock_file_system_options.cc',
2094 '../webkit/fileapi/mock_file_system_options.h', 2095 '../webkit/fileapi/mock_file_system_options.h',
2095 '../webkit/quota/mock_storage_client.cc', 2096 '../webkit/quota/mock_storage_client.cc',
2096 '../webkit/quota/mock_storage_client.h', 2097 '../webkit/quota/mock_storage_client.h',
2097 ], 2098 ],
2098 'conditions': [ 2099 'conditions': [
2099 ['enable_background==0', { 2100 ['enable_background==0', {
2100 'sources/': [ 2101 'sources/': [
2101 ['exclude', '^browser/background/'], 2102 ['exclude', '^browser/background/'],
2102 ], 2103 ],
(...skipping 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after
4646 # Use outputs of this action as inputs for the main target build. 4647 # Use outputs of this action as inputs for the main target build.
4647 # Seems as a misnomer but makes this happy on Linux (scons). 4648 # Seems as a misnomer but makes this happy on Linux (scons).
4648 'process_outputs_as_sources': 1, 4649 'process_outputs_as_sources': 1,
4649 }, 4650 },
4650 ], # 'actions' 4651 ], # 'actions'
4651 }, 4652 },
4652 ] 4653 ]
4653 }], # 'coverage!=0' 4654 }], # 'coverage!=0'
4654 ], # 'conditions' 4655 ], # 'conditions'
4655 } 4656 }
OLDNEW
« no previous file with comments | « no previous file | webkit/fileapi/file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698