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

Unified Diff: content/shell/DEPS

Issue 9834092: Content shell: Use only public API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | 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 12c77282396c2e66308309ff006aa72ec72e1c51..b49b2a5e61379729804c2daacbd85793ec15e5ac 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -1,7 +1,12 @@
include_rules = [
- "+content",
"+v8/include",
+ # The content_shell is the canonical sample embedder, so it only uses
+ # content's public API.
+ "-content",
jam 2012/03/24 23:11:30 nit: not needed, this is in its parent DEPS
+ "+content/public",
+ "+content/shell",
jam 2012/03/24 23:11:30 nit: i don't think you need this, i.e. by default
Avi (use Gerrit) 2012/03/24 23:13:57 Perhaps I misread the output of check_deps but tha
+
# The content_shell is an embedder so it must work with resource bundles.
"+ui/base/resource",
« no previous file with comments | « no previous file | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698