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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'content_browser', | 8 'target_name': 'content_browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'browser/device_orientation/provider.cc', | 66 'browser/device_orientation/provider.cc', |
67 'browser/device_orientation/provider.h', | 67 'browser/device_orientation/provider.h', |
68 'browser/device_orientation/provider_impl.cc', | 68 'browser/device_orientation/provider_impl.cc', |
69 'browser/device_orientation/provider_impl.h', | 69 'browser/device_orientation/provider_impl.h', |
70 'browser/disposition_utils.cc', | 70 'browser/disposition_utils.cc', |
71 'browser/disposition_utils.h', | 71 'browser/disposition_utils.h', |
72 'browser/file_system/browser_file_system_helper.cc', | 72 'browser/file_system/browser_file_system_helper.cc', |
73 'browser/file_system/browser_file_system_helper.h', | 73 'browser/file_system/browser_file_system_helper.h', |
74 'browser/file_system/file_system_dispatcher_host.cc', | 74 'browser/file_system/file_system_dispatcher_host.cc', |
75 'browser/file_system/file_system_dispatcher_host.h', | 75 'browser/file_system/file_system_dispatcher_host.h', |
| 76 'browser/find_pasteboard.h', |
| 77 'browser/find_pasteboard.mm', |
76 'browser/font_list_async.cc', | 78 'browser/font_list_async.cc', |
77 'browser/font_list_async.h', | 79 'browser/font_list_async.h', |
78 'browser/geolocation/access_token_store.h', | 80 'browser/geolocation/access_token_store.h', |
79 'browser/geolocation/arbitrator_dependency_factory.cc', | 81 'browser/geolocation/arbitrator_dependency_factory.cc', |
80 'browser/geolocation/arbitrator_dependency_factory.h', | 82 'browser/geolocation/arbitrator_dependency_factory.h', |
81 'browser/geolocation/core_location_data_provider_mac.h', | 83 'browser/geolocation/core_location_data_provider_mac.h', |
82 'browser/geolocation/core_location_data_provider_mac.mm', | 84 'browser/geolocation/core_location_data_provider_mac.mm', |
83 'browser/geolocation/core_location_provider_mac.h', | 85 'browser/geolocation/core_location_provider_mac.h', |
84 'browser/geolocation/core_location_provider_mac.mm', | 86 'browser/geolocation/core_location_provider_mac.mm', |
85 'browser/geolocation/device_data_provider.cc', | 87 'browser/geolocation/device_data_provider.cc', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'browser/javascript_dialogs.h', | 175 'browser/javascript_dialogs.h', |
174 'browser/load_from_memory_cache_details.cc', | 176 'browser/load_from_memory_cache_details.cc', |
175 'browser/load_from_memory_cache_details.h', | 177 'browser/load_from_memory_cache_details.h', |
176 'browser/load_notification_details.h', | 178 'browser/load_notification_details.h', |
177 'browser/media_stream/media_stream_provider.cc', | 179 'browser/media_stream/media_stream_provider.cc', |
178 'browser/media_stream/media_stream_provider.h', | 180 'browser/media_stream/media_stream_provider.h', |
179 'browser/media_stream/video_capture_manager.cc', | 181 'browser/media_stream/video_capture_manager.cc', |
180 'browser/media_stream/video_capture_manager.h', | 182 'browser/media_stream/video_capture_manager.h', |
181 'browser/mime_registry_message_filter.cc', | 183 'browser/mime_registry_message_filter.cc', |
182 'browser/mime_registry_message_filter.h', | 184 'browser/mime_registry_message_filter.h', |
| 185 # TODO: These should be moved to test_support (see below), but |
| 186 # are currently used by production code in automation_provider.cc. |
| 187 'browser/net/url_request_failed_dns_job.cc', |
| 188 'browser/net/url_request_failed_dns_job.h', |
| 189 'browser/net/url_request_mock_http_job.cc', |
| 190 'browser/net/url_request_mock_http_job.h', |
| 191 'browser/net/url_request_slow_download_job.cc', |
| 192 'browser/net/url_request_slow_download_job.h', |
| 193 'browser/net/url_request_slow_http_job.cc', |
| 194 'browser/net/url_request_slow_http_job.h', |
183 'browser/ppapi_plugin_process_host.cc', | 195 'browser/ppapi_plugin_process_host.cc', |
184 'browser/ppapi_plugin_process_host.h', | 196 'browser/ppapi_plugin_process_host.h', |
185 'browser/ppapi_broker_process_host.cc', | 197 'browser/ppapi_broker_process_host.cc', |
186 'browser/ppapi_broker_process_host.h', | 198 'browser/ppapi_broker_process_host.h', |
187 'browser/plugin_process_host.cc', | 199 'browser/plugin_process_host.cc', |
188 'browser/plugin_process_host.h', | 200 'browser/plugin_process_host.h', |
189 'browser/plugin_process_host_mac.cc', | 201 'browser/plugin_process_host_mac.cc', |
190 'browser/plugin_service.cc', | 202 'browser/plugin_service.cc', |
191 'browser/plugin_service.h', | 203 'browser/plugin_service.h', |
192 'browser/quota_permission_context.h', | 204 'browser/quota_permission_context.h', |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'mac_bundle_resources': [ | 444 'mac_bundle_resources': [ |
433 'browser/gpu.sb', | 445 'browser/gpu.sb', |
434 'browser/worker.sb', | 446 'browser/worker.sb', |
435 ], | 447 ], |
436 }, | 448 }, |
437 }], | 449 }], |
438 ], | 450 ], |
439 }, | 451 }, |
440 ], | 452 ], |
441 } | 453 } |
OLD | NEW |