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': [ |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | 95 'browser/in_process_webkit/indexed_db_key_utility_client.cc', |
96 'browser/in_process_webkit/indexed_db_key_utility_client.h', | 96 'browser/in_process_webkit/indexed_db_key_utility_client.h', |
97 'browser/in_process_webkit/session_storage_namespace.cc', | 97 'browser/in_process_webkit/session_storage_namespace.cc', |
98 'browser/in_process_webkit/session_storage_namespace.h', | 98 'browser/in_process_webkit/session_storage_namespace.h', |
99 'browser/in_process_webkit/webkit_context.cc', | 99 'browser/in_process_webkit/webkit_context.cc', |
100 'browser/in_process_webkit/webkit_context.h', | 100 'browser/in_process_webkit/webkit_context.h', |
101 'browser/in_process_webkit/webkit_thread.cc', | 101 'browser/in_process_webkit/webkit_thread.cc', |
102 'browser/in_process_webkit/webkit_thread.h', | 102 'browser/in_process_webkit/webkit_thread.h', |
103 'browser/mime_registry_message_filter.cc', | 103 'browser/mime_registry_message_filter.cc', |
104 'browser/mime_registry_message_filter.h', | 104 'browser/mime_registry_message_filter.h', |
105 'browser/modal_html_dialog_delegate.cc', | |
106 'browser/modal_html_dialog_delegate.h', | |
107 'browser/ppapi_plugin_process_host.cc', | 105 'browser/ppapi_plugin_process_host.cc', |
108 'browser/ppapi_plugin_process_host.h', | 106 'browser/ppapi_plugin_process_host.h', |
109 'browser/plugin_process_host.cc', | 107 'browser/plugin_process_host.cc', |
110 'browser/plugin_process_host.h', | 108 'browser/plugin_process_host.h', |
111 'browser/plugin_process_host_mac.cc', | 109 'browser/plugin_process_host_mac.cc', |
112 'browser/plugin_service.cc', | 110 'browser/plugin_service.cc', |
113 'browser/plugin_service.h', | 111 'browser/plugin_service.h', |
114 'browser/renderer_host/accelerated_surface_container_mac.cc', | 112 'browser/renderer_host/accelerated_surface_container_mac.cc', |
115 'browser/renderer_host/accelerated_surface_container_mac.h', | 113 'browser/renderer_host/accelerated_surface_container_mac.h', |
116 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', | 114 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'mac_bundle_resources': [ | 254 'mac_bundle_resources': [ |
257 'browser/gpu.sb', | 255 'browser/gpu.sb', |
258 'browser/worker.sb', | 256 'browser/worker.sb', |
259 ], | 257 ], |
260 }, | 258 }, |
261 }], | 259 }], |
262 ], | 260 ], |
263 }, | 261 }, |
264 ], | 262 ], |
265 } | 263 } |
OLD | NEW |