| 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'browser/frame_host/frame_tree.cc', | 757 'browser/frame_host/frame_tree.cc', |
| 758 'browser/frame_host/frame_tree.h', | 758 'browser/frame_host/frame_tree.h', |
| 759 'browser/frame_host/frame_tree_node.cc', | 759 'browser/frame_host/frame_tree_node.cc', |
| 760 'browser/frame_host/frame_tree_node.h', | 760 'browser/frame_host/frame_tree_node.h', |
| 761 'browser/frame_host/frame_tree_node_blame_context.cc', | 761 'browser/frame_host/frame_tree_node_blame_context.cc', |
| 762 'browser/frame_host/frame_tree_node_blame_context.h', | 762 'browser/frame_host/frame_tree_node_blame_context.h', |
| 763 'browser/frame_host/interstitial_page_impl.cc', | 763 'browser/frame_host/interstitial_page_impl.cc', |
| 764 'browser/frame_host/interstitial_page_impl.h', | 764 'browser/frame_host/interstitial_page_impl.h', |
| 765 'browser/frame_host/interstitial_page_navigator_impl.cc', | 765 'browser/frame_host/interstitial_page_navigator_impl.cc', |
| 766 'browser/frame_host/interstitial_page_navigator_impl.h', | 766 'browser/frame_host/interstitial_page_navigator_impl.h', |
| 767 'browser/frame_host/mixed_content_navigation_throttle.cc', |
| 768 'browser/frame_host/mixed_content_navigation_throttle.h', |
| 767 'browser/frame_host/navigation_controller_android.cc', | 769 'browser/frame_host/navigation_controller_android.cc', |
| 768 'browser/frame_host/navigation_controller_android.h', | 770 'browser/frame_host/navigation_controller_android.h', |
| 769 'browser/frame_host/navigation_controller_delegate.h', | 771 'browser/frame_host/navigation_controller_delegate.h', |
| 770 'browser/frame_host/navigation_controller_impl.cc', | 772 'browser/frame_host/navigation_controller_impl.cc', |
| 771 'browser/frame_host/navigation_controller_impl.h', | 773 'browser/frame_host/navigation_controller_impl.h', |
| 772 'browser/frame_host/navigation_entry_impl.cc', | 774 'browser/frame_host/navigation_entry_impl.cc', |
| 773 'browser/frame_host/navigation_entry_impl.h', | 775 'browser/frame_host/navigation_entry_impl.h', |
| 774 'browser/frame_host/navigation_entry_screenshot_manager.cc', | 776 'browser/frame_host/navigation_entry_screenshot_manager.cc', |
| 775 'browser/frame_host/navigation_entry_screenshot_manager.h', | 777 'browser/frame_host/navigation_entry_screenshot_manager.h', |
| 776 'browser/frame_host/navigation_handle_impl.cc', | 778 'browser/frame_host/navigation_handle_impl.cc', |
| (...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2162 ], | 2164 ], |
| 2163 }], | 2165 }], |
| 2164 ['OS != "mac" and OS != "android"', { | 2166 ['OS != "mac" and OS != "android"', { |
| 2165 'sources!': [ | 2167 'sources!': [ |
| 2166 'browser/gpu/gpu_surface_tracker.cc', | 2168 'browser/gpu/gpu_surface_tracker.cc', |
| 2167 'browser/gpu/gpu_surface_tracker.h', | 2169 'browser/gpu/gpu_surface_tracker.h', |
| 2168 ], | 2170 ], |
| 2169 }], | 2171 }], |
| 2170 ], | 2172 ], |
| 2171 } | 2173 } |
| OLD | NEW |