| 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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 'browser/loader/power_save_block_resource_throttle.h', | 1000 'browser/loader/power_save_block_resource_throttle.h', |
| 1001 'browser/loader/redirect_to_file_resource_handler.cc', | 1001 'browser/loader/redirect_to_file_resource_handler.cc', |
| 1002 'browser/loader/redirect_to_file_resource_handler.h', | 1002 'browser/loader/redirect_to_file_resource_handler.h', |
| 1003 'browser/loader/resource_buffer.cc', | 1003 'browser/loader/resource_buffer.cc', |
| 1004 'browser/loader/resource_buffer.h', | 1004 'browser/loader/resource_buffer.h', |
| 1005 'browser/loader/resource_dispatcher_host_impl.cc', | 1005 'browser/loader/resource_dispatcher_host_impl.cc', |
| 1006 'browser/loader/resource_dispatcher_host_impl.h', | 1006 'browser/loader/resource_dispatcher_host_impl.h', |
| 1007 'browser/loader/resource_handler.cc', | 1007 'browser/loader/resource_handler.cc', |
| 1008 'browser/loader/resource_handler.h', | 1008 'browser/loader/resource_handler.h', |
| 1009 'browser/loader/resource_hints_impl.cc', | 1009 'browser/loader/resource_hints_impl.cc', |
| 1010 'browser/loader/resource_hints_impl.h', |
| 1010 'browser/loader/resource_loader.cc', | 1011 'browser/loader/resource_loader.cc', |
| 1011 'browser/loader/resource_loader.h', | 1012 'browser/loader/resource_loader.h', |
| 1012 'browser/loader/resource_loader_delegate.h', | 1013 'browser/loader/resource_loader_delegate.h', |
| 1013 'browser/loader/resource_message_delegate.cc', | 1014 'browser/loader/resource_message_delegate.cc', |
| 1014 'browser/loader/resource_message_delegate.h', | 1015 'browser/loader/resource_message_delegate.h', |
| 1015 'browser/loader/resource_message_filter.cc', | 1016 'browser/loader/resource_message_filter.cc', |
| 1016 'browser/loader/resource_message_filter.h', | 1017 'browser/loader/resource_message_filter.h', |
| 1017 'browser/loader/resource_request_info_impl.cc', | 1018 'browser/loader/resource_request_info_impl.cc', |
| 1018 'browser/loader/resource_request_info_impl.h', | 1019 'browser/loader/resource_request_info_impl.h', |
| 1019 'browser/loader/resource_scheduler.cc', | 1020 'browser/loader/resource_scheduler.cc', |
| (...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 ], | 2204 ], |
| 2204 }], | 2205 }], |
| 2205 ['OS != "mac" and OS != "android"', { | 2206 ['OS != "mac" and OS != "android"', { |
| 2206 'sources!': [ | 2207 'sources!': [ |
| 2207 'browser/gpu/gpu_surface_tracker.cc', | 2208 'browser/gpu/gpu_surface_tracker.cc', |
| 2208 'browser/gpu/gpu_surface_tracker.h', | 2209 'browser/gpu/gpu_surface_tracker.h', |
| 2209 ], | 2210 ], |
| 2210 }], | 2211 }], |
| 2211 ], | 2212 ], |
| 2212 } | 2213 } |
| OLD | NEW |