Chromium Code Reviews

Unified Diff: content/content_browser.gypi

Issue 297973002: Navigation transitions: Block first response until after transitions have run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 710efd9bfc9ea48d05f120e0bc68908691a92743..e5ccda89e730fab8f4a5cc859ba3d73e3bea1223 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1310,6 +1310,8 @@
'browser/tracing/tracing_controller_impl.h',
'browser/tracing/tracing_ui.cc',
'browser/tracing/tracing_ui.h',
+ 'browser/transition_request_manager.cc',
+ 'browser/transition_request_manager.h',
'browser/udev_linux.cc',
'browser/udev_linux.h',
'browser/user_metrics.cc',

Powered by Google App Engine