| 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'browser/loader/async_revalidation_manager.cc', | 917 'browser/loader/async_revalidation_manager.cc', |
| 918 'browser/loader/async_revalidation_manager.h', | 918 'browser/loader/async_revalidation_manager.h', |
| 919 'browser/loader/cross_site_resource_handler.cc', | 919 'browser/loader/cross_site_resource_handler.cc', |
| 920 'browser/loader/cross_site_resource_handler.h', | 920 'browser/loader/cross_site_resource_handler.h', |
| 921 'browser/loader/detachable_resource_handler.cc', | 921 'browser/loader/detachable_resource_handler.cc', |
| 922 'browser/loader/detachable_resource_handler.h', | 922 'browser/loader/detachable_resource_handler.h', |
| 923 'browser/loader/global_routing_id.h', | 923 'browser/loader/global_routing_id.h', |
| 924 'browser/loader/layered_resource_handler.cc', | 924 'browser/loader/layered_resource_handler.cc', |
| 925 'browser/loader/layered_resource_handler.h', | 925 'browser/loader/layered_resource_handler.h', |
| 926 'browser/loader/loader_delegate.h', | 926 'browser/loader/loader_delegate.h', |
| 927 'browser/loader/loader_io_thread_notifier.cc', |
| 928 'browser/loader/loader_io_thread_notifier.h', |
| 927 'browser/loader/mime_type_resource_handler.cc', | 929 'browser/loader/mime_type_resource_handler.cc', |
| 928 'browser/loader/mime_type_resource_handler.h', | 930 'browser/loader/mime_type_resource_handler.h', |
| 929 'browser/loader/navigation_resource_handler.cc', | 931 'browser/loader/navigation_resource_handler.cc', |
| 930 'browser/loader/navigation_resource_handler.h', | 932 'browser/loader/navigation_resource_handler.h', |
| 931 'browser/loader/navigation_resource_throttle.cc', | 933 'browser/loader/navigation_resource_throttle.cc', |
| 932 'browser/loader/navigation_resource_throttle.h', | 934 'browser/loader/navigation_resource_throttle.h', |
| 933 'browser/loader/navigation_url_loader.cc', | 935 'browser/loader/navigation_url_loader.cc', |
| 934 'browser/loader/navigation_url_loader.h', | 936 'browser/loader/navigation_url_loader.h', |
| 935 'browser/loader/navigation_url_loader_delegate.h', | 937 'browser/loader/navigation_url_loader_delegate.h', |
| 936 'browser/loader/navigation_url_loader_factory.h', | 938 'browser/loader/navigation_url_loader_factory.h', |
| (...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 ], | 2112 ], |
| 2111 }], | 2113 }], |
| 2112 ['OS != "mac" and OS != "android"', { | 2114 ['OS != "mac" and OS != "android"', { |
| 2113 'sources!': [ | 2115 'sources!': [ |
| 2114 'browser/gpu/gpu_surface_tracker.cc', | 2116 'browser/gpu/gpu_surface_tracker.cc', |
| 2115 'browser/gpu/gpu_surface_tracker.h', | 2117 'browser/gpu/gpu_surface_tracker.h', |
| 2116 ], | 2118 ], |
| 2117 }], | 2119 }], |
| 2118 ], | 2120 ], |
| 2119 } | 2121 } |
| OLD | NEW |