| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'browser/in_process_webkit/indexed_db_callbacks.cc', | 150 'browser/in_process_webkit/indexed_db_callbacks.cc', |
| 151 'browser/in_process_webkit/indexed_db_callbacks.h', | 151 'browser/in_process_webkit/indexed_db_callbacks.h', |
| 152 'browser/in_process_webkit/indexed_db_context.cc', | 152 'browser/in_process_webkit/indexed_db_context.cc', |
| 153 'browser/in_process_webkit/indexed_db_context.h', | 153 'browser/in_process_webkit/indexed_db_context.h', |
| 154 'browser/in_process_webkit/indexed_db_database_callbacks.cc', | 154 'browser/in_process_webkit/indexed_db_database_callbacks.cc', |
| 155 'browser/in_process_webkit/indexed_db_database_callbacks.h', | 155 'browser/in_process_webkit/indexed_db_database_callbacks.h', |
| 156 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 156 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
| 157 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 157 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
| 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_quota_client.cc', |
| 161 'browser/in_process_webkit/indexed_db_quota_client.h', |
| 160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 162 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
| 161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 163 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
| 162 'browser/in_process_webkit/session_storage_namespace.cc', | 164 'browser/in_process_webkit/session_storage_namespace.cc', |
| 163 'browser/in_process_webkit/session_storage_namespace.h', | 165 'browser/in_process_webkit/session_storage_namespace.h', |
| 164 'browser/in_process_webkit/webkit_context.cc', | 166 'browser/in_process_webkit/webkit_context.cc', |
| 165 'browser/in_process_webkit/webkit_context.h', | 167 'browser/in_process_webkit/webkit_context.h', |
| 166 'browser/in_process_webkit/webkit_thread.cc', | 168 'browser/in_process_webkit/webkit_thread.cc', |
| 167 'browser/in_process_webkit/webkit_thread.h', | 169 'browser/in_process_webkit/webkit_thread.h', |
| 168 'browser/load_notification_details.h', | 170 'browser/load_notification_details.h', |
| 169 'browser/media_stream/media_stream_provider.cc', | 171 'browser/media_stream/media_stream_provider.cc', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'mac_bundle_resources': [ | 390 'mac_bundle_resources': [ |
| 389 'browser/gpu.sb', | 391 'browser/gpu.sb', |
| 390 'browser/worker.sb', | 392 'browser/worker.sb', |
| 391 ], | 393 ], |
| 392 }, | 394 }, |
| 393 }], | 395 }], |
| 394 ], | 396 ], |
| 395 }, | 397 }, |
| 396 ], | 398 ], |
| 397 } | 399 } |
| OLD | NEW |