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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 'browser/frame_host/frame_tree.cc', | 755 'browser/frame_host/frame_tree.cc', |
756 'browser/frame_host/frame_tree.h', | 756 'browser/frame_host/frame_tree.h', |
757 'browser/frame_host/frame_tree_node.cc', | 757 'browser/frame_host/frame_tree_node.cc', |
758 'browser/frame_host/frame_tree_node.h', | 758 'browser/frame_host/frame_tree_node.h', |
759 'browser/frame_host/frame_tree_node_blame_context.cc', | 759 'browser/frame_host/frame_tree_node_blame_context.cc', |
760 'browser/frame_host/frame_tree_node_blame_context.h', | 760 'browser/frame_host/frame_tree_node_blame_context.h', |
761 'browser/frame_host/interstitial_page_impl.cc', | 761 'browser/frame_host/interstitial_page_impl.cc', |
762 'browser/frame_host/interstitial_page_impl.h', | 762 'browser/frame_host/interstitial_page_impl.h', |
763 'browser/frame_host/interstitial_page_navigator_impl.cc', | 763 'browser/frame_host/interstitial_page_navigator_impl.cc', |
764 'browser/frame_host/interstitial_page_navigator_impl.h', | 764 'browser/frame_host/interstitial_page_navigator_impl.h', |
| 765 'browser/frame_host/mixed_content_navigation_throttle.cc', |
| 766 'browser/frame_host/mixed_content_navigation_throttle.h', |
765 'browser/frame_host/navigation_controller_android.cc', | 767 'browser/frame_host/navigation_controller_android.cc', |
766 'browser/frame_host/navigation_controller_android.h', | 768 'browser/frame_host/navigation_controller_android.h', |
767 'browser/frame_host/navigation_controller_delegate.h', | 769 'browser/frame_host/navigation_controller_delegate.h', |
768 'browser/frame_host/navigation_controller_impl.cc', | 770 'browser/frame_host/navigation_controller_impl.cc', |
769 'browser/frame_host/navigation_controller_impl.h', | 771 'browser/frame_host/navigation_controller_impl.h', |
770 'browser/frame_host/navigation_entry_impl.cc', | 772 'browser/frame_host/navigation_entry_impl.cc', |
771 'browser/frame_host/navigation_entry_impl.h', | 773 'browser/frame_host/navigation_entry_impl.h', |
772 'browser/frame_host/navigation_entry_screenshot_manager.cc', | 774 'browser/frame_host/navigation_entry_screenshot_manager.cc', |
773 'browser/frame_host/navigation_entry_screenshot_manager.h', | 775 'browser/frame_host/navigation_entry_screenshot_manager.h', |
774 'browser/frame_host/navigation_handle_impl.cc', | 776 'browser/frame_host/navigation_handle_impl.cc', |
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2154 ], | 2156 ], |
2155 }], | 2157 }], |
2156 ['OS != "mac" and OS != "android"', { | 2158 ['OS != "mac" and OS != "android"', { |
2157 'sources!': [ | 2159 'sources!': [ |
2158 'browser/gpu/gpu_surface_tracker.cc', | 2160 'browser/gpu/gpu_surface_tracker.cc', |
2159 'browser/gpu/gpu_surface_tracker.h', | 2161 'browser/gpu/gpu_surface_tracker.h', |
2160 ], | 2162 ], |
2161 }], | 2163 }], |
2162 ], | 2164 ], |
2163 } | 2165 } |
OLD | NEW |