OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'test/automation/value_conversion_traits.cc', | 147 'test/automation/value_conversion_traits.cc', |
148 'test/automation/value_conversion_traits.h', | 148 'test/automation/value_conversion_traits.h', |
149 'test/automation/value_conversion_util.h', | 149 'test/automation/value_conversion_util.h', |
150 'test/automation/window_proxy.cc', | 150 'test/automation/window_proxy.cc', |
151 'test/automation/window_proxy.h', | 151 'test/automation/window_proxy.h', |
152 'test/base/bookmark_load_observer.cc', | 152 'test/base/bookmark_load_observer.cc', |
153 'test/base/bookmark_load_observer.h', | 153 'test/base/bookmark_load_observer.h', |
154 'test/base/chrome_process_util.cc', | 154 'test/base/chrome_process_util.cc', |
155 'test/base/chrome_process_util.h', | 155 'test/base/chrome_process_util.h', |
156 'test/base/chrome_process_util_mac.cc', | 156 'test/base/chrome_process_util_mac.cc', |
| 157 'test/base/chrome_render_view_host_test_harness.cc', |
| 158 'test/base/chrome_render_view_host_test_harness.h', |
157 'test/base/chrome_test_suite.cc', | 159 'test/base/chrome_test_suite.cc', |
158 'test/base/chrome_test_suite.h', | 160 'test/base/chrome_test_suite.h', |
159 'test/base/in_process_browser_test.cc', | 161 'test/base/in_process_browser_test.cc', |
160 'test/base/in_process_browser_test.h', | 162 'test/base/in_process_browser_test.h', |
161 'test/base/model_test_utils.cc', | 163 'test/base/model_test_utils.cc', |
162 'test/base/model_test_utils.h', | 164 'test/base/model_test_utils.h', |
163 'test/base/profile_mock.cc', | 165 'test/base/profile_mock.cc', |
164 'test/base/profile_mock.h', | 166 'test/base/profile_mock.h', |
165 'test/base/signaling_task.cc', | 167 'test/base/signaling_task.cc', |
166 'test/base/signaling_task.h', | 168 'test/base/signaling_task.h', |
(...skipping 24 matching lines...) Expand all Loading... |
191 'test/base/ui_test_utils_mac.mm', | 193 'test/base/ui_test_utils_mac.mm', |
192 'test/base/ui_test_utils_win.cc', | 194 'test/base/ui_test_utils_win.cc', |
193 'test/base/values_test_util.cc', | 195 'test/base/values_test_util.cc', |
194 'test/base/values_test_util.h', | 196 'test/base/values_test_util.h', |
195 'test/test_navigation_observer.cc', | 197 'test/test_navigation_observer.cc', |
196 'test/test_navigation_observer.h', | 198 'test/test_navigation_observer.h', |
197 # TODO: these should live here but are currently used by | 199 # TODO: these should live here but are currently used by |
198 # production code code in libbrowser (in chrome.gyp). | 200 # production code code in libbrowser (in chrome.gyp). |
199 #'../content/browser/net/url_request_mock_http_job.cc', | 201 #'../content/browser/net/url_request_mock_http_job.cc', |
200 #'../content/browser/net/url_request_mock_http_job.h', | 202 #'../content/browser/net/url_request_mock_http_job.h', |
201 '../content/browser/renderer_host/mock_render_process_host.cc', | |
202 '../content/browser/renderer_host/mock_render_process_host.h', | |
203 '../content/browser/renderer_host/test_backing_store.cc', | |
204 '../content/browser/renderer_host/test_backing_store.h', | |
205 '../content/browser/renderer_host/test_render_view_host.cc', | |
206 '../content/browser/renderer_host/test_render_view_host.h', | |
207 '../content/browser/ssl/ssl_client_auth_handler_mock.h', | 203 '../content/browser/ssl/ssl_client_auth_handler_mock.h', |
208 '../content/browser/tab_contents/test_tab_contents.cc', | |
209 '../content/browser/tab_contents/test_tab_contents.h', | |
210 '../content/common/notification_observer_mock.cc', | 204 '../content/common/notification_observer_mock.cc', |
211 '../content/common/notification_observer_mock.h', | 205 '../content/common/notification_observer_mock.h', |
212 '../ui/gfx/image/image_unittest_util.h', | 206 '../ui/gfx/image/image_unittest_util.h', |
213 '../ui/gfx/image/image_unittest_util.cc', | 207 '../ui/gfx/image/image_unittest_util.cc', |
214 '../webkit/quota/mock_quota_manager.cc', | 208 '../webkit/quota/mock_quota_manager.cc', |
215 '../webkit/quota/mock_quota_manager.h', | 209 '../webkit/quota/mock_quota_manager.h', |
216 ], | 210 ], |
217 'conditions': [ | 211 'conditions': [ |
218 ['chromeos==0', { | 212 ['chromeos==0', { |
219 'sources/': [ | 213 'sources/': [ |
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1822 'test/base/menu_model_test.cc', | 1816 'test/base/menu_model_test.cc', |
1823 'test/base/menu_model_test.h', | 1817 'test/base/menu_model_test.h', |
1824 'test/base/render_view_test.cc', | 1818 'test/base/render_view_test.cc', |
1825 'test/base/render_view_test.h', | 1819 'test/base/render_view_test.h', |
1826 'test/base/v8_unit_test.cc', | 1820 'test/base/v8_unit_test.cc', |
1827 'test/base/v8_unit_test.h', | 1821 'test/base/v8_unit_test.h', |
1828 'test/data/resource.rc', | 1822 'test/data/resource.rc', |
1829 'tools/convert_dict/convert_dict_unittest.cc', | 1823 'tools/convert_dict/convert_dict_unittest.cc', |
1830 '../content/browser/debugger/devtools_manager_unittest.cc', | 1824 '../content/browser/debugger/devtools_manager_unittest.cc', |
1831 '../content/browser/download/download_file_unittest.cc', | 1825 '../content/browser/download/download_file_unittest.cc', |
1832 '../content/browser/download/save_package_unittest.cc', | |
1833 '../content/browser/in_process_webkit/dom_storage_unittest.cc', | 1826 '../content/browser/in_process_webkit/dom_storage_unittest.cc', |
1834 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', | 1827 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', |
1835 '../content/browser/renderer_host/render_view_host_unittest.cc', | |
1836 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 1828 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
1837 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', | 1829 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', |
1838 '../content/browser/site_instance_unittest.cc', | 1830 '../content/browser/site_instance_unittest.cc', |
1839 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1831 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
1840 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 1832 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
1841 '../content/common/sandbox_mac_diraccess_unittest.mm', | 1833 '../content/common/sandbox_mac_diraccess_unittest.mm', |
1842 '../content/common/sandbox_mac_fontloading_unittest.mm', | 1834 '../content/common/sandbox_mac_fontloading_unittest.mm', |
1843 '../content/common/sandbox_mac_unittest_helper.h', | 1835 '../content/common/sandbox_mac_unittest_helper.h', |
1844 '../content/common/sandbox_mac_unittest_helper.mm', | 1836 '../content/common/sandbox_mac_unittest_helper.mm', |
1845 '../content/common/sandbox_mac_system_access_unittest.mm', | 1837 '../content/common/sandbox_mac_system_access_unittest.mm', |
(...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3905 # Use outputs of this action as inputs for the main target build. | 3897 # Use outputs of this action as inputs for the main target build. |
3906 # Seems as a misnomer but makes this happy on Linux (scons). | 3898 # Seems as a misnomer but makes this happy on Linux (scons). |
3907 'process_outputs_as_sources': 1, | 3899 'process_outputs_as_sources': 1, |
3908 }, | 3900 }, |
3909 ], # 'actions' | 3901 ], # 'actions' |
3910 }, | 3902 }, |
3911 ] | 3903 ] |
3912 }], # 'coverage!=0' | 3904 }], # 'coverage!=0' |
3913 ], # 'conditions' | 3905 ], # 'conditions' |
3914 } | 3906 } |
OLD | NEW |