| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 # Don't include now since it's empty and so will cause a linker error. | 11 # Don't include now since it's empty and so will cause a linker error. |
| 12 #'content_common', | 12 #'content_common', |
| 13 '../app/app.gyp:app_resources', | 13 '../app/app.gyp:app_resources', |
| 14 # Needed for dbg-shlib build. | 14 # Needed for dbg-shlib build. |
| 15 '../ppapi/ppapi.gyp:ppapi_proxy', | 15 '../ppapi/ppapi.gyp:ppapi_proxy', |
| 16 '../skia/skia.gyp:skia', | 16 '../skia/skia.gyp:skia', |
| 17 # TabContents uses zoom constants and functions from WebKit::WebView. | 17 # TabContents uses zoom constants and functions from WebKit::WebView. |
| 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 19 '../ui/ui.gyp:ui_base', | 19 '../ui/ui.gyp:ui_base', |
| 20 ], | 20 ], |
| 21 'include_dirs': [ | 21 'include_dirs': [ |
| 22 '..', | 22 '..', |
| 23 ], | 23 ], |
| 24 'sources': [ | 24 'sources': [ |
| 25 'browser/appcache/appcache_dispatcher_host.cc', |
| 26 'browser/appcache/appcache_dispatcher_host.h', |
| 27 'browser/appcache/appcache_frontend_proxy.cc', |
| 28 'browser/appcache/appcache_frontend_proxy.h', |
| 29 'browser/appcache/chrome_appcache_service.cc', |
| 30 'browser/appcache/chrome_appcache_service.h', |
| 31 'browser/appcache/view_appcache_internals_job_factory.cc', |
| 32 'browser/appcache/view_appcache_internals_job_factory.h', |
| 25 'browser/browser_child_process_host.cc', | 33 'browser/browser_child_process_host.cc', |
| 26 'browser/browser_child_process_host.h', | 34 'browser/browser_child_process_host.h', |
| 27 'browser/browser_message_filter.cc', | 35 'browser/browser_message_filter.cc', |
| 28 'browser/browser_message_filter.h', | 36 'browser/browser_message_filter.h', |
| 29 'browser/browser_thread.cc', | 37 'browser/browser_thread.cc', |
| 30 'browser/browser_thread.h', | 38 'browser/browser_thread.h', |
| 31 'browser/browsing_instance.cc', | 39 'browser/browsing_instance.cc', |
| 32 'browser/browsing_instance.h', | 40 'browser/browsing_instance.h', |
| 33 'browser/cancelable_request.cc', | 41 'browser/cancelable_request.cc', |
| 34 'browser/cancelable_request.h', | 42 'browser/cancelable_request.h', |
| 35 'browser/cert_store.cc', | 43 'browser/cert_store.cc', |
| 36 'browser/cert_store.h', | 44 'browser/cert_store.h', |
| 37 'browser/certificate_manager_model.cc', | 45 'browser/certificate_manager_model.cc', |
| 38 'browser/certificate_manager_model.h', | 46 'browser/certificate_manager_model.h', |
| 39 'browser/certificate_viewer.cc', | 47 'browser/certificate_viewer.cc', |
| 40 'browser/certificate_viewer.h', | 48 'browser/certificate_viewer.h', |
| 41 'browser/child_process_launcher.cc', | 49 'browser/child_process_launcher.cc', |
| 42 'browser/child_process_launcher.h', | 50 'browser/child_process_launcher.h', |
| 43 'browser/child_process_security_policy.cc', | 51 'browser/child_process_security_policy.cc', |
| 44 'browser/child_process_security_policy.h', | 52 'browser/child_process_security_policy.h', |
| 45 'browser/chrome_blob_storage_context.cc', | 53 'browser/chrome_blob_storage_context.cc', |
| 46 'browser/chrome_blob_storage_context.h', | 54 'browser/chrome_blob_storage_context.h', |
| 47 'browser/cross_site_request_manager.cc', | 55 'browser/cross_site_request_manager.cc', |
| 48 'browser/cross_site_request_manager.h', | 56 'browser/cross_site_request_manager.h', |
| 57 'browser/device_orientation/accelerometer_mac.cc', |
| 58 'browser/device_orientation/accelerometer_mac.h', |
| 59 'browser/device_orientation/data_fetcher.h', |
| 60 'browser/device_orientation/message_filter.cc', |
| 61 'browser/device_orientation/message_filter.h', |
| 62 'browser/device_orientation/orientation.h', |
| 63 'browser/device_orientation/provider.cc', |
| 64 'browser/device_orientation/provider.h', |
| 65 'browser/device_orientation/provider_impl.cc', |
| 66 'browser/device_orientation/provider_impl.h', |
| 49 'browser/disposition_utils.cc', | 67 'browser/disposition_utils.cc', |
| 50 'browser/disposition_utils.h', | 68 'browser/disposition_utils.h', |
| 69 'browser/file_system/browser_file_system_helper.cc', |
| 70 'browser/file_system/browser_file_system_helper.h', |
| 71 'browser/file_system/file_system_dispatcher_host.cc', |
| 72 'browser/file_system/file_system_dispatcher_host.h', |
| 51 'browser/gpu_blacklist.cc', | 73 'browser/gpu_blacklist.cc', |
| 52 'browser/gpu_blacklist.h', | 74 'browser/gpu_blacklist.h', |
| 53 'browser/gpu_process_host.cc', | 75 'browser/gpu_process_host.cc', |
| 54 'browser/gpu_process_host.h', | 76 'browser/gpu_process_host.h', |
| 55 'browser/host_zoom_map.cc', | 77 'browser/host_zoom_map.cc', |
| 56 'browser/host_zoom_map.h', | 78 'browser/host_zoom_map.h', |
| 57 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 79 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
| 58 'browser/in_process_webkit/browser_webkitclient_impl.h', | 80 'browser/in_process_webkit/browser_webkitclient_impl.h', |
| 59 'browser/in_process_webkit/dom_storage_area.cc', | 81 'browser/in_process_webkit/dom_storage_area.cc', |
| 60 'browser/in_process_webkit/dom_storage_area.h', | 82 'browser/in_process_webkit/dom_storage_area.h', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'mac_bundle_resources': [ | 250 'mac_bundle_resources': [ |
| 229 'browser/gpu.sb', | 251 'browser/gpu.sb', |
| 230 'browser/worker.sb', | 252 'browser/worker.sb', |
| 231 ], | 253 ], |
| 232 }, | 254 }, |
| 233 }], | 255 }], |
| 234 ], | 256 ], |
| 235 }, | 257 }, |
| 236 ], | 258 ], |
| 237 } | 259 } |
| OLD | NEW |