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

Unified Diff: content/browser/renderer_host/DEPS

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index e20b55810dc4c654398e27e2041768c492fa448a..209c371c68b2f41d2d1f88c038251655514bf291 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -46,7 +46,11 @@ specific_include_rules = {
"render_view_host_impl\.(cc|h)": [
"+content/browser/frame_host/frame_tree.h",
],
- "render_widget_host_view_aura\.cc": [
+ "render_widget_host_view_aura\.cc":[
kenrb 2016/02/01 20:12:43 The space character shouldn't be removed.
EhsanK 2016/02/12 15:46:59 Done.
"+content/browser/frame_host",
],
+ "render_widget_host_view_base\.cc": [
+ "+content/browser/frame_host/render_frame_host_impl.h",
+ "+content/browser/frame_host/frame_tree.h",
+ ],
kenrb 2016/02/01 20:12:43 I see that this is mostly replicating the exceptio
EhsanK 2016/02/12 15:46:59 Based on this comment, I decided to add the requir
}

Powered by Google App Engine
This is Rietveld 408576698