OLD | NEW |
---|---|
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 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2091 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2091 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2092 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2092 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2093 '../webkit/fileapi/file_system_test_helper.cc', | 2093 '../webkit/fileapi/file_system_test_helper.cc', |
2094 '../webkit/fileapi/file_system_test_helper.h', | 2094 '../webkit/fileapi/file_system_test_helper.h', |
2095 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2095 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2096 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2096 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
2097 '../webkit/fileapi/mock_file_system_options.cc', | 2097 '../webkit/fileapi/mock_file_system_options.cc', |
2098 '../webkit/fileapi/mock_file_system_options.h', | 2098 '../webkit/fileapi/mock_file_system_options.h', |
2099 '../webkit/quota/mock_storage_client.cc', | 2099 '../webkit/quota/mock_storage_client.cc', |
2100 '../webkit/quota/mock_storage_client.h', | 2100 '../webkit/quota/mock_storage_client.h', |
2101 | |
2102 '../webkit/dom_storage/local_storage_database_unittest.cc', | |
michaeln
2012/01/24 00:18:16
we should put tests in test_shell_tests, see webki
benm (inactive)
2012/01/24 10:47:01
sg, thanks
| |
2101 ], | 2103 ], |
2102 'conditions': [ | 2104 'conditions': [ |
2103 ['target_arch!="arm"', { | 2105 ['target_arch!="arm"', { |
2104 'dependencies': [ | 2106 'dependencies': [ |
2105 # build time dependency. | 2107 # build time dependency. |
2106 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2108 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
2107 ], | 2109 ], |
2108 }], | 2110 }], |
2109 ['use_aura==1', { | 2111 ['use_aura==1', { |
2110 'dependencies': [ | 2112 'dependencies': [ |
(...skipping 2474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4585 # Use outputs of this action as inputs for the main target build. | 4587 # Use outputs of this action as inputs for the main target build. |
4586 # Seems as a misnomer but makes this happy on Linux (scons). | 4588 # Seems as a misnomer but makes this happy on Linux (scons). |
4587 'process_outputs_as_sources': 1, | 4589 'process_outputs_as_sources': 1, |
4588 }, | 4590 }, |
4589 ], # 'actions' | 4591 ], # 'actions' |
4590 }, | 4592 }, |
4591 ] | 4593 ] |
4592 }], # 'coverage!=0' | 4594 }], # 'coverage!=0' |
4593 ], # 'conditions' | 4595 ], # 'conditions' |
4594 } | 4596 } |
OLD | NEW |