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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Rebase to master@{#474649}. Created 3 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 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 31158ea6f36472808f52e2202f3a86b0adfe8bc3..0e0663e26980fdf8bc26726e69cbd5795630d238 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -55,4 +55,7 @@ specific_include_rules = {
"+content/browser/frame_host/render_widget_host_view_child_frame.h",
"+content/browser/frame_host/render_widget_host_view_guest.h",
],
+ "touch_selection_controller_client_child_frame\.cc": [
+ "+content/browser/frame_host/render_widget_host_view_child_frame.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698