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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 'browser/loader/async_revalidation_manager.cc', | 952 'browser/loader/async_revalidation_manager.cc', |
953 'browser/loader/async_revalidation_manager.h', | 953 'browser/loader/async_revalidation_manager.h', |
954 'browser/loader/cross_site_resource_handler.cc', | 954 'browser/loader/cross_site_resource_handler.cc', |
955 'browser/loader/cross_site_resource_handler.h', | 955 'browser/loader/cross_site_resource_handler.h', |
956 'browser/loader/detachable_resource_handler.cc', | 956 'browser/loader/detachable_resource_handler.cc', |
957 'browser/loader/detachable_resource_handler.h', | 957 'browser/loader/detachable_resource_handler.h', |
958 'browser/loader/global_routing_id.h', | 958 'browser/loader/global_routing_id.h', |
959 'browser/loader/layered_resource_handler.cc', | 959 'browser/loader/layered_resource_handler.cc', |
960 'browser/loader/layered_resource_handler.h', | 960 'browser/loader/layered_resource_handler.h', |
961 'browser/loader/loader_delegate.h', | 961 'browser/loader/loader_delegate.h', |
962 'browser/loader/mime_type_resource_handler.cc', | 962 'browser/loader/mime_sniffing_resource_handler.cc', |
963 'browser/loader/mime_type_resource_handler.h', | 963 'browser/loader/mime_sniffing_resource_handler.h', |
964 'browser/loader/navigation_resource_handler.cc', | 964 'browser/loader/navigation_resource_handler.cc', |
965 'browser/loader/navigation_resource_handler.h', | 965 'browser/loader/navigation_resource_handler.h', |
966 'browser/loader/navigation_resource_throttle.cc', | 966 'browser/loader/navigation_resource_throttle.cc', |
967 'browser/loader/navigation_resource_throttle.h', | 967 'browser/loader/navigation_resource_throttle.h', |
968 'browser/loader/navigation_url_loader.cc', | 968 'browser/loader/navigation_url_loader.cc', |
969 'browser/loader/navigation_url_loader.h', | 969 'browser/loader/navigation_url_loader.h', |
970 'browser/loader/navigation_url_loader_delegate.h', | 970 'browser/loader/navigation_url_loader_delegate.h', |
971 'browser/loader/navigation_url_loader_factory.h', | 971 'browser/loader/navigation_url_loader_factory.h', |
972 'browser/loader/navigation_url_loader_impl.cc', | 972 'browser/loader/navigation_url_loader_impl.cc', |
973 'browser/loader/navigation_url_loader_impl.h', | 973 'browser/loader/navigation_url_loader_impl.h', |
974 'browser/loader/navigation_url_loader_impl_core.cc', | 974 'browser/loader/navigation_url_loader_impl_core.cc', |
975 'browser/loader/navigation_url_loader_impl_core.h', | 975 'browser/loader/navigation_url_loader_impl_core.h', |
976 'browser/loader/netlog_observer.cc', | 976 'browser/loader/netlog_observer.cc', |
977 'browser/loader/netlog_observer.h', | 977 'browser/loader/netlog_observer.h', |
978 'browser/loader/power_save_block_resource_throttle.cc', | 978 'browser/loader/power_save_block_resource_throttle.cc', |
979 'browser/loader/power_save_block_resource_throttle.h', | 979 'browser/loader/power_save_block_resource_throttle.h', |
980 'browser/loader/redirect_to_file_resource_handler.cc', | 980 'browser/loader/redirect_to_file_resource_handler.cc', |
981 'browser/loader/redirect_to_file_resource_handler.h', | 981 'browser/loader/redirect_to_file_resource_handler.h', |
| 982 'browser/loader/intercepting_resource_handler.cc', |
| 983 'browser/loader/intercepting_resource_handler.h', |
982 'browser/loader/resource_buffer.cc', | 984 'browser/loader/resource_buffer.cc', |
983 'browser/loader/resource_buffer.h', | 985 'browser/loader/resource_buffer.h', |
984 'browser/loader/resource_dispatcher_host_impl.cc', | 986 'browser/loader/resource_dispatcher_host_impl.cc', |
985 'browser/loader/resource_dispatcher_host_impl.h', | 987 'browser/loader/resource_dispatcher_host_impl.h', |
986 'browser/loader/resource_handler.cc', | 988 'browser/loader/resource_handler.cc', |
987 'browser/loader/resource_handler.h', | 989 'browser/loader/resource_handler.h', |
988 'browser/loader/resource_hints_impl.cc', | 990 'browser/loader/resource_hints_impl.cc', |
989 'browser/loader/resource_loader.cc', | 991 'browser/loader/resource_loader.cc', |
990 'browser/loader/resource_loader.h', | 992 'browser/loader/resource_loader.h', |
991 'browser/loader/resource_loader_delegate.h', | 993 'browser/loader/resource_loader_delegate.h', |
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2162 ], | 2164 ], |
2163 }], | 2165 }], |
2164 ['OS != "mac" and OS != "android"', { | 2166 ['OS != "mac" and OS != "android"', { |
2165 'sources!': [ | 2167 'sources!': [ |
2166 'browser/gpu/gpu_surface_tracker.cc', | 2168 'browser/gpu/gpu_surface_tracker.cc', |
2167 'browser/gpu/gpu_surface_tracker.h', | 2169 'browser/gpu/gpu_surface_tracker.h', |
2168 ], | 2170 ], |
2169 }], | 2171 }], |
2170 ], | 2172 ], |
2171 } | 2173 } |
OLD | NEW |