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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 'browser/power_save_blocker_win.cc', | 240 'browser/power_save_blocker_win.cc', |
241 'browser/ppapi_plugin_process_host.cc', | 241 'browser/ppapi_plugin_process_host.cc', |
242 'browser/ppapi_plugin_process_host.h', | 242 'browser/ppapi_plugin_process_host.h', |
243 'browser/ppapi_broker_process_host.cc', | 243 'browser/ppapi_broker_process_host.cc', |
244 'browser/ppapi_broker_process_host.h', | 244 'browser/ppapi_broker_process_host.h', |
245 'browser/plugin_process_host.cc', | 245 'browser/plugin_process_host.cc', |
246 'browser/plugin_process_host.h', | 246 'browser/plugin_process_host.h', |
247 'browser/plugin_process_host_mac.cc', | 247 'browser/plugin_process_host_mac.cc', |
248 'browser/plugin_service.cc', | 248 'browser/plugin_service.cc', |
249 'browser/plugin_service.h', | 249 'browser/plugin_service.h', |
| 250 'browser/plugin_service_filter.h', |
250 'browser/quota_permission_context.h', | 251 'browser/quota_permission_context.h', |
251 'browser/renderer_host/accelerated_surface_container_mac.cc', | 252 'browser/renderer_host/accelerated_surface_container_mac.cc', |
252 'browser/renderer_host/accelerated_surface_container_mac.h', | 253 'browser/renderer_host/accelerated_surface_container_mac.h', |
253 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', | 254 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', |
254 'browser/renderer_host/accelerated_surface_container_manager_mac.h', | 255 'browser/renderer_host/accelerated_surface_container_manager_mac.h', |
255 'browser/renderer_host/async_resource_handler.cc', | 256 'browser/renderer_host/async_resource_handler.cc', |
256 'browser/renderer_host/async_resource_handler.h', | 257 'browser/renderer_host/async_resource_handler.h', |
257 'browser/renderer_host/backing_store.cc', | 258 'browser/renderer_host/backing_store.cc', |
258 'browser/renderer_host/backing_store.h', | 259 'browser/renderer_host/backing_store.h', |
259 'browser/renderer_host/backing_store_mac.h', | 260 'browser/renderer_host/backing_store_mac.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 'mac_bundle_resources': [ | 524 'mac_bundle_resources': [ |
524 'browser/gpu.sb', | 525 'browser/gpu.sb', |
525 'browser/worker.sb', | 526 'browser/worker.sb', |
526 ], | 527 ], |
527 }, | 528 }, |
528 }], | 529 }], |
529 ], | 530 ], |
530 }, | 531 }, |
531 ], | 532 ], |
532 } | 533 } |
OLD | NEW |