| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'browser/in_process_webkit/webkit_thread.cc', | 193 'browser/in_process_webkit/webkit_thread.cc', |
| 194 'browser/in_process_webkit/webkit_thread.h', | 194 'browser/in_process_webkit/webkit_thread.h', |
| 195 'browser/javascript_dialogs.h', | 195 'browser/javascript_dialogs.h', |
| 196 'browser/load_from_memory_cache_details.cc', | 196 'browser/load_from_memory_cache_details.cc', |
| 197 'browser/load_from_memory_cache_details.h', | 197 'browser/load_from_memory_cache_details.h', |
| 198 'browser/load_notification_details.h', | 198 'browser/load_notification_details.h', |
| 199 'browser/mach_broker_mac.cc', | 199 'browser/mach_broker_mac.cc', |
| 200 'browser/mach_broker_mac.h', | 200 'browser/mach_broker_mac.h', |
| 201 'browser/mime_registry_message_filter.cc', | 201 'browser/mime_registry_message_filter.cc', |
| 202 'browser/mime_registry_message_filter.h', | 202 'browser/mime_registry_message_filter.h', |
| 203 'browser/net/browser_online_state_observer.cc', | |
| 204 'browser/net/browser_online_state_observer.h', | |
| 205 # TODO: These should be moved to test_support (see below), but | 203 # TODO: These should be moved to test_support (see below), but |
| 206 # are currently used by production code in automation_provider.cc. | 204 # are currently used by production code in automation_provider.cc. |
| 207 'browser/net/url_request_failed_dns_job.cc', | 205 'browser/net/url_request_failed_dns_job.cc', |
| 208 'browser/net/url_request_failed_dns_job.h', | 206 'browser/net/url_request_failed_dns_job.h', |
| 209 'browser/net/url_request_mock_http_job.cc', | 207 'browser/net/url_request_mock_http_job.cc', |
| 210 'browser/net/url_request_mock_http_job.h', | 208 'browser/net/url_request_mock_http_job.h', |
| 211 'browser/net/url_request_slow_download_job.cc', | 209 'browser/net/url_request_slow_download_job.cc', |
| 212 'browser/net/url_request_slow_download_job.h', | 210 'browser/net/url_request_slow_download_job.h', |
| 213 'browser/net/url_request_slow_http_job.cc', | 211 'browser/net/url_request_slow_http_job.cc', |
| 214 'browser/net/url_request_slow_http_job.h', | 212 'browser/net/url_request_slow_http_job.h', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'mac_bundle_resources': [ | 474 'mac_bundle_resources': [ |
| 477 'browser/gpu.sb', | 475 'browser/gpu.sb', |
| 478 'browser/worker.sb', | 476 'browser/worker.sb', |
| 479 ], | 477 ], |
| 480 }, | 478 }, |
| 481 }], | 479 }], |
| 482 ], | 480 ], |
| 483 }, | 481 }, |
| 484 ], | 482 ], |
| 485 } | 483 } |
| OLD | NEW |