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

Unified Diff: apps/shell/renderer/DEPS

Issue 254473011: Introduce chrome.shell.createWindow stub API for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps (shell-api) Created 6 years, 8 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 | « apps/shell/common/shell_extensions_client.cc ('k') | apps/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/renderer/DEPS
diff --git a/apps/shell/renderer/DEPS b/apps/shell/renderer/DEPS
index ad0792d67fa1d3e7b1a402f742984665475c7415..cd0d5dbecfd1e647d275112e69a9dc7998d2a831 100644
--- a/apps/shell/renderer/DEPS
+++ b/apps/shell/renderer/DEPS
@@ -4,4 +4,7 @@ include_rules = [
"+content/public/common",
"+content/public/renderer",
"+content/public/test",
+
+ "+third_party/WebKit/public",
+ "+v8/include",
]
« no previous file with comments | « apps/shell/common/shell_extensions_client.cc ('k') | apps/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698