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

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: rebase (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
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",
]

Powered by Google App Engine
This is Rietveld 408576698