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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index f1244b4d57b8fd5f478193c7c967ca29e0e34677..8ac8ff08b2086a6f5baecfa2991d141b9acf495d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -750,6 +750,8 @@
'browser/frame_host/frame_tree.h',
'browser/frame_host/frame_tree_node.cc',
'browser/frame_host/frame_tree_node.h',
+ 'browser/frame_host/frame_tree_node_blame_context.cc',
+ 'browser/frame_host/frame_tree_node_blame_context.h',
'browser/frame_host/interstitial_page_impl.cc',
'browser/frame_host/interstitial_page_impl.h',
'browser/frame_host/interstitial_page_navigator_impl.cc',
@@ -793,8 +795,6 @@
'browser/frame_host/render_widget_host_view_child_frame.h',
'browser/frame_host/render_widget_host_view_guest.cc',
'browser/frame_host/render_widget_host_view_guest.h',
- 'browser/frame_host/traced_frame_tree_node.cc',
- 'browser/frame_host/traced_frame_tree_node.h',
'browser/gamepad/gamepad_consumer.h',
'browser/gamepad/gamepad_data_fetcher.cc',
'browser/gamepad/gamepad_data_fetcher.h',
« 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