| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'browser/in_process_webkit/webkit_thread.cc', | 174 'browser/in_process_webkit/webkit_thread.cc', |
| 175 'browser/in_process_webkit/webkit_thread.h', | 175 'browser/in_process_webkit/webkit_thread.h', |
| 176 'browser/javascript_dialogs.h', | 176 'browser/javascript_dialogs.h', |
| 177 'browser/load_from_memory_cache_details.cc', | 177 'browser/load_from_memory_cache_details.cc', |
| 178 'browser/load_from_memory_cache_details.h', | 178 'browser/load_from_memory_cache_details.h', |
| 179 'browser/load_notification_details.h', | 179 'browser/load_notification_details.h', |
| 180 'browser/mach_broker_mac.cc', | 180 'browser/mach_broker_mac.cc', |
| 181 'browser/mach_broker_mac.h', | 181 'browser/mach_broker_mac.h', |
| 182 'browser/mime_registry_message_filter.cc', | 182 'browser/mime_registry_message_filter.cc', |
| 183 'browser/mime_registry_message_filter.h', | 183 'browser/mime_registry_message_filter.h', |
| 184 'browser/net/browser_online_state_observer.cc', |
| 185 'browser/net/browser_online_state_observer.h', |
| 184 # TODO: These should be moved to test_support (see below), but | 186 # TODO: These should be moved to test_support (see below), but |
| 185 # are currently used by production code in automation_provider.cc. | 187 # are currently used by production code in automation_provider.cc. |
| 186 'browser/net/url_request_failed_dns_job.cc', | 188 'browser/net/url_request_failed_dns_job.cc', |
| 187 'browser/net/url_request_failed_dns_job.h', | 189 'browser/net/url_request_failed_dns_job.h', |
| 188 'browser/net/url_request_mock_http_job.cc', | 190 'browser/net/url_request_mock_http_job.cc', |
| 189 'browser/net/url_request_mock_http_job.h', | 191 'browser/net/url_request_mock_http_job.h', |
| 190 'browser/net/url_request_slow_download_job.cc', | 192 'browser/net/url_request_slow_download_job.cc', |
| 191 'browser/net/url_request_slow_download_job.h', | 193 'browser/net/url_request_slow_download_job.h', |
| 192 'browser/net/url_request_slow_http_job.cc', | 194 'browser/net/url_request_slow_http_job.cc', |
| 193 'browser/net/url_request_slow_http_job.h', | 195 'browser/net/url_request_slow_http_job.h', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'mac_bundle_resources': [ | 445 'mac_bundle_resources': [ |
| 444 'browser/gpu.sb', | 446 'browser/gpu.sb', |
| 445 'browser/worker.sb', | 447 'browser/worker.sb', |
| 446 ], | 448 ], |
| 447 }, | 449 }, |
| 448 }], | 450 }], |
| 449 ], | 451 ], |
| 450 }, | 452 }, |
| 451 ], | 453 ], |
| 452 } | 454 } |
| OLD | NEW |