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

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: Remove thread safety handling (and its doc) Created 4 years, 7 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
« no previous file with comments | « content/browser/frame_host/traced_frame_tree_node.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'browser/frame_host/debug_urls.cc', 743 'browser/frame_host/debug_urls.cc',
744 'browser/frame_host/debug_urls.h', 744 'browser/frame_host/debug_urls.h',
745 'browser/frame_host/frame_mojo_shell.cc', 745 'browser/frame_host/frame_mojo_shell.cc',
746 'browser/frame_host/frame_mojo_shell.h', 746 'browser/frame_host/frame_mojo_shell.h',
747 'browser/frame_host/frame_navigation_entry.cc', 747 'browser/frame_host/frame_navigation_entry.cc',
748 'browser/frame_host/frame_navigation_entry.h', 748 'browser/frame_host/frame_navigation_entry.h',
749 'browser/frame_host/frame_tree.cc', 749 'browser/frame_host/frame_tree.cc',
750 'browser/frame_host/frame_tree.h', 750 'browser/frame_host/frame_tree.h',
751 'browser/frame_host/frame_tree_node.cc', 751 'browser/frame_host/frame_tree_node.cc',
752 'browser/frame_host/frame_tree_node.h', 752 'browser/frame_host/frame_tree_node.h',
753 'browser/frame_host/frame_tree_node_blame_context.cc',
754 'browser/frame_host/frame_tree_node_blame_context.h',
753 'browser/frame_host/interstitial_page_impl.cc', 755 'browser/frame_host/interstitial_page_impl.cc',
754 'browser/frame_host/interstitial_page_impl.h', 756 'browser/frame_host/interstitial_page_impl.h',
755 'browser/frame_host/interstitial_page_navigator_impl.cc', 757 'browser/frame_host/interstitial_page_navigator_impl.cc',
756 'browser/frame_host/interstitial_page_navigator_impl.h', 758 'browser/frame_host/interstitial_page_navigator_impl.h',
757 'browser/frame_host/navigation_controller_android.cc', 759 'browser/frame_host/navigation_controller_android.cc',
758 'browser/frame_host/navigation_controller_android.h', 760 'browser/frame_host/navigation_controller_android.h',
759 'browser/frame_host/navigation_controller_delegate.h', 761 'browser/frame_host/navigation_controller_delegate.h',
760 'browser/frame_host/navigation_controller_impl.cc', 762 'browser/frame_host/navigation_controller_impl.cc',
761 'browser/frame_host/navigation_controller_impl.h', 763 'browser/frame_host/navigation_controller_impl.h',
762 'browser/frame_host/navigation_entry_impl.cc', 764 'browser/frame_host/navigation_entry_impl.cc',
(...skipping 23 matching lines...) Expand all
786 'browser/frame_host/render_frame_host_manager.cc', 788 'browser/frame_host/render_frame_host_manager.cc',
787 'browser/frame_host/render_frame_host_manager.h', 789 'browser/frame_host/render_frame_host_manager.h',
788 'browser/frame_host/render_frame_message_filter.cc', 790 'browser/frame_host/render_frame_message_filter.cc',
789 'browser/frame_host/render_frame_message_filter.h', 791 'browser/frame_host/render_frame_message_filter.h',
790 'browser/frame_host/render_frame_proxy_host.cc', 792 'browser/frame_host/render_frame_proxy_host.cc',
791 'browser/frame_host/render_frame_proxy_host.h', 793 'browser/frame_host/render_frame_proxy_host.h',
792 'browser/frame_host/render_widget_host_view_child_frame.cc', 794 'browser/frame_host/render_widget_host_view_child_frame.cc',
793 'browser/frame_host/render_widget_host_view_child_frame.h', 795 'browser/frame_host/render_widget_host_view_child_frame.h',
794 'browser/frame_host/render_widget_host_view_guest.cc', 796 'browser/frame_host/render_widget_host_view_guest.cc',
795 'browser/frame_host/render_widget_host_view_guest.h', 797 'browser/frame_host/render_widget_host_view_guest.h',
796 'browser/frame_host/traced_frame_tree_node.cc',
797 'browser/frame_host/traced_frame_tree_node.h',
798 'browser/gamepad/gamepad_consumer.h', 798 'browser/gamepad/gamepad_consumer.h',
799 'browser/gamepad/gamepad_data_fetcher.cc', 799 'browser/gamepad/gamepad_data_fetcher.cc',
800 'browser/gamepad/gamepad_data_fetcher.h', 800 'browser/gamepad/gamepad_data_fetcher.h',
801 'browser/gamepad/gamepad_platform_data_fetcher.h', 801 'browser/gamepad/gamepad_platform_data_fetcher.h',
802 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', 802 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
803 'browser/gamepad/gamepad_platform_data_fetcher_android.h', 803 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
804 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 804 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
805 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', 805 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
806 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', 806 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
807 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', 807 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ], 2208 ],
2209 }], 2209 }],
2210 ['OS != "mac" and OS != "android"', { 2210 ['OS != "mac" and OS != "android"', {
2211 'sources!': [ 2211 'sources!': [
2212 'browser/gpu/gpu_surface_tracker.cc', 2212 'browser/gpu/gpu_surface_tracker.cc',
2213 'browser/gpu/gpu_surface_tracker.h', 2213 'browser/gpu/gpu_surface_tracker.h',
2214 ], 2214 ],
2215 }], 2215 }],
2216 ], 2216 ],
2217 } 2217 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/traced_frame_tree_node.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698