OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 'browser/cache_storage/cache_storage_manager.cc', | 550 'browser/cache_storage/cache_storage_manager.cc', |
551 'browser/cache_storage/cache_storage_manager.h', | 551 'browser/cache_storage/cache_storage_manager.h', |
552 'browser/cache_storage/cache_storage_quota_client.cc', | 552 'browser/cache_storage/cache_storage_quota_client.cc', |
553 'browser/cache_storage/cache_storage_quota_client.h', | 553 'browser/cache_storage/cache_storage_quota_client.h', |
554 'browser/cache_storage/cache_storage_scheduler.cc', | 554 'browser/cache_storage/cache_storage_scheduler.cc', |
555 'browser/cache_storage/cache_storage_scheduler.h', | 555 'browser/cache_storage/cache_storage_scheduler.h', |
556 'browser/cert_store_impl.cc', | 556 'browser/cert_store_impl.cc', |
557 'browser/cert_store_impl.h', | 557 'browser/cert_store_impl.h', |
558 'browser/child_process_launcher.cc', | 558 'browser/child_process_launcher.cc', |
559 'browser/child_process_launcher.h', | 559 'browser/child_process_launcher.h', |
560 'browser/child_process_security_policy_impl.cc', | |
561 'browser/child_process_security_policy_impl.h', | |
562 'browser/cocoa/system_hotkey_helper_mac.h', | 560 'browser/cocoa/system_hotkey_helper_mac.h', |
563 'browser/cocoa/system_hotkey_helper_mac.mm', | 561 'browser/cocoa/system_hotkey_helper_mac.mm', |
564 'browser/cocoa/system_hotkey_map.h', | 562 'browser/cocoa/system_hotkey_map.h', |
565 'browser/cocoa/system_hotkey_map.mm', | 563 'browser/cocoa/system_hotkey_map.mm', |
566 # NOTE: These files are here instead of in compositor_browser_sources | 564 # NOTE: These files are here instead of in compositor_browser_sources |
567 # because the latter is not built on Android, whereas these files are | 565 # because the latter is not built on Android, whereas these files are |
568 # needed on all platforms. | 566 # needed on all platforms. |
569 'browser/compositor/surface_utils.cc', | 567 'browser/compositor/surface_utils.cc', |
570 'browser/compositor/surface_utils.h', | 568 'browser/compositor/surface_utils.h', |
571 'browser/device_sensors/ambient_light_mac.cc', | 569 'browser/device_sensors/ambient_light_mac.cc', |
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1481 'browser/service_worker/service_worker_storage.cc', | 1479 'browser/service_worker/service_worker_storage.cc', |
1482 'browser/service_worker/service_worker_storage.h', | 1480 'browser/service_worker/service_worker_storage.h', |
1483 'browser/service_worker/service_worker_unregister_job.cc', | 1481 'browser/service_worker/service_worker_unregister_job.cc', |
1484 'browser/service_worker/service_worker_unregister_job.h', | 1482 'browser/service_worker/service_worker_unregister_job.h', |
1485 'browser/service_worker/service_worker_url_request_job.cc', | 1483 'browser/service_worker/service_worker_url_request_job.cc', |
1486 'browser/service_worker/service_worker_url_request_job.h', | 1484 'browser/service_worker/service_worker_url_request_job.h', |
1487 'browser/service_worker/service_worker_version.cc', | 1485 'browser/service_worker/service_worker_version.cc', |
1488 'browser/service_worker/service_worker_version.h', | 1486 'browser/service_worker/service_worker_version.h', |
1489 'browser/service_worker/service_worker_write_to_cache_job.cc', | 1487 'browser/service_worker/service_worker_write_to_cache_job.cc', |
1490 'browser/service_worker/service_worker_write_to_cache_job.h', | 1488 'browser/service_worker/service_worker_write_to_cache_job.h', |
| 1489 'browser/shared/child_process_security_policy_helper.cc', |
| 1490 'browser/shared/child_process_security_policy_helper.h', |
1491 'browser/shared_worker/shared_worker_host.cc', | 1491 'browser/shared_worker/shared_worker_host.cc', |
1492 'browser/shared_worker/shared_worker_host.h', | 1492 'browser/shared_worker/shared_worker_host.h', |
1493 'browser/shared_worker/shared_worker_instance.cc', | 1493 'browser/shared_worker/shared_worker_instance.cc', |
1494 'browser/shared_worker/shared_worker_instance.h', | 1494 'browser/shared_worker/shared_worker_instance.h', |
1495 'browser/shared_worker/shared_worker_message_filter.cc', | 1495 'browser/shared_worker/shared_worker_message_filter.cc', |
1496 'browser/shared_worker/shared_worker_message_filter.h', | 1496 'browser/shared_worker/shared_worker_message_filter.h', |
1497 'browser/shared_worker/shared_worker_service_impl.cc', | 1497 'browser/shared_worker/shared_worker_service_impl.cc', |
1498 'browser/shared_worker/shared_worker_service_impl.h', | 1498 'browser/shared_worker/shared_worker_service_impl.h', |
1499 'browser/shared_worker/worker_document_set.cc', | 1499 'browser/shared_worker/worker_document_set.cc', |
1500 'browser/shared_worker/worker_document_set.h', | 1500 'browser/shared_worker/worker_document_set.h', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2194 ], | 2194 ], |
2195 }], | 2195 }], |
2196 ['OS != "mac" and OS != "android"', { | 2196 ['OS != "mac" and OS != "android"', { |
2197 'sources!': [ | 2197 'sources!': [ |
2198 'browser/gpu/gpu_surface_tracker.cc', | 2198 'browser/gpu/gpu_surface_tracker.cc', |
2199 'browser/gpu/gpu_surface_tracker.h', | 2199 'browser/gpu/gpu_surface_tracker.h', |
2200 ], | 2200 ], |
2201 }], | 2201 }], |
2202 ], | 2202 ], |
2203 } | 2203 } |
OLD | NEW |