| 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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'browser/loader/detachable_resource_handler.cc', | 924 'browser/loader/detachable_resource_handler.cc', |
| 925 'browser/loader/detachable_resource_handler.h', | 925 'browser/loader/detachable_resource_handler.h', |
| 926 'browser/loader/global_routing_id.h', | 926 'browser/loader/global_routing_id.h', |
| 927 'browser/loader/layered_resource_handler.cc', | 927 'browser/loader/layered_resource_handler.cc', |
| 928 'browser/loader/layered_resource_handler.h', | 928 'browser/loader/layered_resource_handler.h', |
| 929 'browser/loader/loader_delegate.h', | 929 'browser/loader/loader_delegate.h', |
| 930 'browser/loader/loader_io_thread_notifier.cc', | 930 'browser/loader/loader_io_thread_notifier.cc', |
| 931 'browser/loader/loader_io_thread_notifier.h', | 931 'browser/loader/loader_io_thread_notifier.h', |
| 932 'browser/loader/mime_type_resource_handler.cc', | 932 'browser/loader/mime_type_resource_handler.cc', |
| 933 'browser/loader/mime_type_resource_handler.h', | 933 'browser/loader/mime_type_resource_handler.h', |
| 934 'browser/loader/content_size_frame_counter.cc', |
| 935 'browser/loader/content_size_frame_counter.h', |
| 936 'browser/loader/content_size_resource_handler.cc', |
| 937 'browser/loader/content_size_resource_handler.h', |
| 938 'browser/loader/content_size_resource_handler_manager.cc', |
| 939 'browser/loader/content_size_resource_handler_manager.h', |
| 934 'browser/loader/navigation_resource_handler.cc', | 940 'browser/loader/navigation_resource_handler.cc', |
| 935 'browser/loader/navigation_resource_handler.h', | 941 'browser/loader/navigation_resource_handler.h', |
| 936 'browser/loader/navigation_resource_throttle.cc', | 942 'browser/loader/navigation_resource_throttle.cc', |
| 937 'browser/loader/navigation_resource_throttle.h', | 943 'browser/loader/navigation_resource_throttle.h', |
| 938 'browser/loader/navigation_url_loader.cc', | 944 'browser/loader/navigation_url_loader.cc', |
| 939 'browser/loader/navigation_url_loader.h', | 945 'browser/loader/navigation_url_loader.h', |
| 940 'browser/loader/navigation_url_loader_delegate.h', | 946 'browser/loader/navigation_url_loader_delegate.h', |
| 941 'browser/loader/navigation_url_loader_factory.h', | 947 'browser/loader/navigation_url_loader_factory.h', |
| 942 'browser/loader/navigation_url_loader_impl.cc', | 948 'browser/loader/navigation_url_loader_impl.cc', |
| 943 'browser/loader/navigation_url_loader_impl.h', | 949 'browser/loader/navigation_url_loader_impl.h', |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2111 ], | 2117 ], |
| 2112 }], | 2118 }], |
| 2113 ['OS != "mac" and OS != "android"', { | 2119 ['OS != "mac" and OS != "android"', { |
| 2114 'sources!': [ | 2120 'sources!': [ |
| 2115 'browser/gpu/gpu_surface_tracker.cc', | 2121 'browser/gpu/gpu_surface_tracker.cc', |
| 2116 'browser/gpu/gpu_surface_tracker.h', | 2122 'browser/gpu/gpu_surface_tracker.h', |
| 2117 ], | 2123 ], |
| 2118 }], | 2124 }], |
| 2119 ], | 2125 ], |
| 2120 } | 2126 } |
| OLD | NEW |