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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | 158 'browser/in_process_webkit/indexed_db_key_utility_client.cc', |
159 'browser/in_process_webkit/indexed_db_key_utility_client.h', | 159 'browser/in_process_webkit/indexed_db_key_utility_client.h', |
160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
162 'browser/in_process_webkit/session_storage_namespace.cc', | 162 'browser/in_process_webkit/session_storage_namespace.cc', |
163 'browser/in_process_webkit/session_storage_namespace.h', | 163 'browser/in_process_webkit/session_storage_namespace.h', |
164 'browser/in_process_webkit/webkit_context.cc', | 164 'browser/in_process_webkit/webkit_context.cc', |
165 'browser/in_process_webkit/webkit_context.h', | 165 'browser/in_process_webkit/webkit_context.h', |
166 'browser/in_process_webkit/webkit_thread.cc', | 166 'browser/in_process_webkit/webkit_thread.cc', |
167 'browser/in_process_webkit/webkit_thread.h', | 167 'browser/in_process_webkit/webkit_thread.h', |
| 168 'browser/javascript_dialogs.h', |
168 'browser/load_notification_details.h', | 169 'browser/load_notification_details.h', |
169 'browser/media_stream/media_stream_provider.cc', | 170 'browser/media_stream/media_stream_provider.cc', |
170 'browser/media_stream/media_stream_provider.h', | 171 'browser/media_stream/media_stream_provider.h', |
171 'browser/media_stream/video_capture_manager.cc', | 172 'browser/media_stream/video_capture_manager.cc', |
172 'browser/media_stream/video_capture_manager.h', | 173 'browser/media_stream/video_capture_manager.h', |
173 'browser/mime_registry_message_filter.cc', | 174 'browser/mime_registry_message_filter.cc', |
174 'browser/mime_registry_message_filter.h', | 175 'browser/mime_registry_message_filter.h', |
175 'browser/ppapi_plugin_process_host.cc', | 176 'browser/ppapi_plugin_process_host.cc', |
176 'browser/ppapi_plugin_process_host.h', | 177 'browser/ppapi_plugin_process_host.h', |
177 'browser/ppapi_broker_process_host.cc', | 178 'browser/ppapi_broker_process_host.cc', |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'mac_bundle_resources': [ | 403 'mac_bundle_resources': [ |
403 'browser/gpu.sb', | 404 'browser/gpu.sb', |
404 'browser/worker.sb', | 405 'browser/worker.sb', |
405 ], | 406 ], |
406 }, | 407 }, |
407 }], | 408 }], |
408 ], | 409 ], |
409 }, | 410 }, |
410 ], | 411 ], |
411 } | 412 } |
OLD | NEW |