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