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

Unified Diff: content/content_tests.gypi

Issue 2046293002: Implement DelegationTracker for tracking delegated permissions to RenderFrameHosts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-2-blink
Patch Set: Created 4 years, 6 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 38c0d66f4895419bc422e48d945dd10ac196d613..17e3cc7b2f158b5fa61332938b8f6b5b073b896d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -44,6 +44,8 @@
'public/test/mock_download_manager.h',
'public/test/mock_notification_observer.cc',
'public/test/mock_notification_observer.h',
+ 'public/test/mock_render_frame_host.cc',
+ 'public/test/mock_render_frame_host.h',
'public/test/mock_render_process_host.cc',
'public/test/mock_render_process_host.h',
'public/test/mock_render_thread.cc',

Powered by Google App Engine
This is Rietveld 408576698