| 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'browser/fileapi/upload_file_system_file_element_reader.h', | 746 'browser/fileapi/upload_file_system_file_element_reader.h', |
| 747 'browser/find_request_manager.cc', | 747 'browser/find_request_manager.cc', |
| 748 'browser/find_request_manager.h', | 748 'browser/find_request_manager.h', |
| 749 'browser/font_list_async.cc', | 749 'browser/font_list_async.cc', |
| 750 'browser/frame_host/cross_process_frame_connector.cc', | 750 'browser/frame_host/cross_process_frame_connector.cc', |
| 751 'browser/frame_host/cross_process_frame_connector.h', | 751 'browser/frame_host/cross_process_frame_connector.h', |
| 752 'browser/frame_host/cross_site_transferring_request.cc', | 752 'browser/frame_host/cross_site_transferring_request.cc', |
| 753 'browser/frame_host/cross_site_transferring_request.h', | 753 'browser/frame_host/cross_site_transferring_request.h', |
| 754 'browser/frame_host/debug_urls.cc', | 754 'browser/frame_host/debug_urls.cc', |
| 755 'browser/frame_host/debug_urls.h', | 755 'browser/frame_host/debug_urls.h', |
| 756 'browser/frame_host/frame_mojo_shell.cc', | |
| 757 'browser/frame_host/frame_mojo_shell.h', | |
| 758 'browser/frame_host/frame_navigation_entry.cc', | 756 'browser/frame_host/frame_navigation_entry.cc', |
| 759 'browser/frame_host/frame_navigation_entry.h', | 757 'browser/frame_host/frame_navigation_entry.h', |
| 760 'browser/frame_host/frame_tree.cc', | 758 'browser/frame_host/frame_tree.cc', |
| 761 'browser/frame_host/frame_tree.h', | 759 'browser/frame_host/frame_tree.h', |
| 762 'browser/frame_host/frame_tree_node.cc', | 760 'browser/frame_host/frame_tree_node.cc', |
| 763 'browser/frame_host/frame_tree_node.h', | 761 'browser/frame_host/frame_tree_node.h', |
| 764 'browser/frame_host/frame_tree_node_blame_context.cc', | 762 'browser/frame_host/frame_tree_node_blame_context.cc', |
| 765 'browser/frame_host/frame_tree_node_blame_context.h', | 763 'browser/frame_host/frame_tree_node_blame_context.h', |
| 766 'browser/frame_host/interstitial_page_impl.cc', | 764 'browser/frame_host/interstitial_page_impl.cc', |
| 767 'browser/frame_host/interstitial_page_impl.h', | 765 'browser/frame_host/interstitial_page_impl.h', |
| (...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2171 ], | 2169 ], |
| 2172 }], | 2170 }], |
| 2173 ['OS != "mac" and OS != "android"', { | 2171 ['OS != "mac" and OS != "android"', { |
| 2174 'sources!': [ | 2172 'sources!': [ |
| 2175 'browser/gpu/gpu_surface_tracker.cc', | 2173 'browser/gpu/gpu_surface_tracker.cc', |
| 2176 'browser/gpu/gpu_surface_tracker.h', | 2174 'browser/gpu/gpu_surface_tracker.h', |
| 2177 ], | 2175 ], |
| 2178 }], | 2176 }], |
| 2179 ], | 2177 ], |
| 2180 } | 2178 } |
| OLD | NEW |