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

Unified Diff: content/browser/renderer_host/DEPS

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/indexed_db/typemaps.gni ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index 49841f3f92fd692bdb2e797e9d0126168129c807..b374626409b5cdb392a7e54c91fc796e43059ec8 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -24,6 +24,9 @@ specific_include_rules = {
"render_process_host_impl\.cc": [
"+content/browser/frame_host/render_frame_message_filter.h",
],
+ "render_process_host_impl\.h": [
+ "+third_party/WebKit/Source/modules/indexeddb/indexed_db.mojom.h",
+ ],
"render_widget_host_view_mac\.mm": [
"+content/browser/frame_host",
"+content/public/browser/web_contents.h",
« no previous file with comments | « content/browser/indexed_db/typemaps.gni ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698