| 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 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |