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

Unified Diff: content/shell/DEPS

Issue 10824043: make content_shell and content_browsertests works with aura (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update DEPS file for chromeos build config Created 8 years, 5 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/content_shell.gypi ('k') | content/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index ce20828a30041a2523ae7195618bb8b92f5f984c..28d220d4e62255e85073f16f888dff89434fe4e3 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -1,6 +1,9 @@
include_rules = [
"+v8/include",
+ # For chromeos build config
+ "+chromeos/dbus",
+
# The content_shell is the canonical sample embedder, so it only uses
# content's public API.
"+content/public",
@@ -10,4 +13,8 @@ include_rules = [
# Shell resources
"+grit/shell_resources.h",
+
+ # The content_shell for aura must work with the views and aura
+ "+ui/aura",
+ "+ui/views",
]
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698