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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/shell/shell.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content",
3 "+v8/include", 2 "+v8/include",
4 3
4 # The content_shell is the canonical sample embedder, so it only uses
5 # content's public API.
6 "-content",
jam 2012/03/24 23:11:30 nit: not needed, this is in its parent DEPS
7 "+content/public",
8 "+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
9
5 # The content_shell is an embedder so it must work with resource bundles. 10 # The content_shell is an embedder so it must work with resource bundles.
6 "+ui/base/resource", 11 "+ui/base/resource",
7 12
8 # Shell resources 13 # Shell resources
9 "+grit/shell_resources.h", 14 "+grit/shell_resources.h",
10 ] 15 ]
OLDNEW
« 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