Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Side by Side Diff: content/content_browser.gypi

Issue 1901023003: Introduce browser side FrameTreeNodeBlameContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised the comments slightly Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'browser/frame_host/debug_urls.cc', 750 'browser/frame_host/debug_urls.cc',
751 'browser/frame_host/debug_urls.h', 751 'browser/frame_host/debug_urls.h',
752 'browser/frame_host/frame_mojo_shell.cc', 752 'browser/frame_host/frame_mojo_shell.cc',
753 'browser/frame_host/frame_mojo_shell.h', 753 'browser/frame_host/frame_mojo_shell.h',
754 'browser/frame_host/frame_navigation_entry.cc', 754 'browser/frame_host/frame_navigation_entry.cc',
755 'browser/frame_host/frame_navigation_entry.h', 755 'browser/frame_host/frame_navigation_entry.h',
756 'browser/frame_host/frame_tree.cc', 756 'browser/frame_host/frame_tree.cc',
757 'browser/frame_host/frame_tree.h', 757 'browser/frame_host/frame_tree.h',
758 'browser/frame_host/frame_tree_node.cc', 758 'browser/frame_host/frame_tree_node.cc',
759 'browser/frame_host/frame_tree_node.h', 759 'browser/frame_host/frame_tree_node.h',
760 'browser/frame_host/frame_tree_node_blame_context.cc',
761 'browser/frame_host/frame_tree_node_blame_context.h',
760 'browser/frame_host/interstitial_page_impl.cc', 762 'browser/frame_host/interstitial_page_impl.cc',
761 'browser/frame_host/interstitial_page_impl.h', 763 'browser/frame_host/interstitial_page_impl.h',
762 'browser/frame_host/interstitial_page_navigator_impl.cc', 764 'browser/frame_host/interstitial_page_navigator_impl.cc',
763 'browser/frame_host/interstitial_page_navigator_impl.h', 765 'browser/frame_host/interstitial_page_navigator_impl.h',
764 'browser/frame_host/navigation_controller_android.cc', 766 'browser/frame_host/navigation_controller_android.cc',
765 'browser/frame_host/navigation_controller_android.h', 767 'browser/frame_host/navigation_controller_android.h',
766 'browser/frame_host/navigation_controller_delegate.h', 768 'browser/frame_host/navigation_controller_delegate.h',
767 'browser/frame_host/navigation_controller_impl.cc', 769 'browser/frame_host/navigation_controller_impl.cc',
768 'browser/frame_host/navigation_controller_impl.h', 770 'browser/frame_host/navigation_controller_impl.h',
769 'browser/frame_host/navigation_entry_impl.cc', 771 'browser/frame_host/navigation_entry_impl.cc',
(...skipping 23 matching lines...) Expand all
793 'browser/frame_host/render_frame_host_manager.cc', 795 'browser/frame_host/render_frame_host_manager.cc',
794 'browser/frame_host/render_frame_host_manager.h', 796 'browser/frame_host/render_frame_host_manager.h',
795 'browser/frame_host/render_frame_message_filter.cc', 797 'browser/frame_host/render_frame_message_filter.cc',
796 'browser/frame_host/render_frame_message_filter.h', 798 'browser/frame_host/render_frame_message_filter.h',
797 'browser/frame_host/render_frame_proxy_host.cc', 799 'browser/frame_host/render_frame_proxy_host.cc',
798 'browser/frame_host/render_frame_proxy_host.h', 800 'browser/frame_host/render_frame_proxy_host.h',
799 'browser/frame_host/render_widget_host_view_child_frame.cc', 801 'browser/frame_host/render_widget_host_view_child_frame.cc',
800 'browser/frame_host/render_widget_host_view_child_frame.h', 802 'browser/frame_host/render_widget_host_view_child_frame.h',
801 'browser/frame_host/render_widget_host_view_guest.cc', 803 'browser/frame_host/render_widget_host_view_guest.cc',
802 'browser/frame_host/render_widget_host_view_guest.h', 804 'browser/frame_host/render_widget_host_view_guest.h',
803 'browser/frame_host/traced_frame_tree_node.cc',
804 'browser/frame_host/traced_frame_tree_node.h',
805 'browser/gamepad/gamepad_consumer.h', 805 'browser/gamepad/gamepad_consumer.h',
806 'browser/gamepad/gamepad_data_fetcher.cc', 806 'browser/gamepad/gamepad_data_fetcher.cc',
807 'browser/gamepad/gamepad_data_fetcher.h', 807 'browser/gamepad/gamepad_data_fetcher.h',
808 'browser/gamepad/gamepad_platform_data_fetcher.h', 808 'browser/gamepad/gamepad_platform_data_fetcher.h',
809 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', 809 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
810 'browser/gamepad/gamepad_platform_data_fetcher_android.h', 810 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
811 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 811 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
812 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', 812 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
813 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', 813 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
814 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', 814 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2220 ['enable_webvr==1 and OS=="android"', { 2220 ['enable_webvr==1 and OS=="android"', {
2221 'sources': [ 2221 'sources': [
2222 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2222 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2223 'browser/vr/android/cardboard/cardboard_vr_device.h', 2223 'browser/vr/android/cardboard/cardboard_vr_device.h',
2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2226 ], 2226 ],
2227 }], 2227 }],
2228 ], 2228 ],
2229 } 2229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698