| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'browser/power_save_blocker_win.cc', | 254 'browser/power_save_blocker_win.cc', |
| 255 'browser/ppapi_plugin_process_host.cc', | 255 'browser/ppapi_plugin_process_host.cc', |
| 256 'browser/ppapi_plugin_process_host.h', | 256 'browser/ppapi_plugin_process_host.h', |
| 257 'browser/ppapi_broker_process_host.cc', | 257 'browser/ppapi_broker_process_host.cc', |
| 258 'browser/ppapi_broker_process_host.h', | 258 'browser/ppapi_broker_process_host.h', |
| 259 'browser/plugin_process_host.cc', | 259 'browser/plugin_process_host.cc', |
| 260 'browser/plugin_process_host.h', | 260 'browser/plugin_process_host.h', |
| 261 'browser/plugin_process_host_mac.cc', | 261 'browser/plugin_process_host_mac.cc', |
| 262 'browser/plugin_service.cc', | 262 'browser/plugin_service.cc', |
| 263 'browser/plugin_service.h', | 263 'browser/plugin_service.h', |
| 264 'browser/plugin_service_filter.h', |
| 264 'browser/quota_permission_context.h', | 265 'browser/quota_permission_context.h', |
| 265 'browser/renderer_host/accelerated_surface_container_mac.cc', | 266 'browser/renderer_host/accelerated_surface_container_mac.cc', |
| 266 'browser/renderer_host/accelerated_surface_container_mac.h', | 267 'browser/renderer_host/accelerated_surface_container_mac.h', |
| 267 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', | 268 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', |
| 268 'browser/renderer_host/accelerated_surface_container_manager_mac.h', | 269 'browser/renderer_host/accelerated_surface_container_manager_mac.h', |
| 269 'browser/renderer_host/async_resource_handler.cc', | 270 'browser/renderer_host/async_resource_handler.cc', |
| 270 'browser/renderer_host/async_resource_handler.h', | 271 'browser/renderer_host/async_resource_handler.h', |
| 271 'browser/renderer_host/backing_store.cc', | 272 'browser/renderer_host/backing_store.cc', |
| 272 'browser/renderer_host/backing_store.h', | 273 'browser/renderer_host/backing_store.h', |
| 273 'browser/renderer_host/backing_store_mac.h', | 274 'browser/renderer_host/backing_store_mac.h', |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 'mac_bundle_resources': [ | 538 'mac_bundle_resources': [ |
| 538 'browser/gpu.sb', | 539 'browser/gpu.sb', |
| 539 'browser/worker.sb', | 540 'browser/worker.sb', |
| 540 ], | 541 ], |
| 541 }, | 542 }, |
| 542 }], | 543 }], |
| 543 ], | 544 ], |
| 544 }, | 545 }, |
| 545 ], | 546 ], |
| 546 } | 547 } |
| OLD | NEW |