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