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

Side by Side Diff: content/shell/DEPS

Issue 10802064: Make content_shell and content_browsertests working with aura (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update DEPS file 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 unified diff | Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | 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 "+v8/include", 2 "+v8/include",
3 3
4 # The content_shell is the canonical sample embedder, so it only uses 4 # The content_shell is the canonical sample embedder, so it only uses
5 # content's public API. 5 # content's public API.
6 "+content/public", 6 "+content/public",
7 7
8 # The content_shell is an embedder so it must work with resource bundles. 8 # The content_shell is an embedder so it must work with resource bundles.
9 "+ui/base/resource", 9 "+ui/base/resource",
10 10
11 # Shell resources 11 # Shell resources
12 "+grit/shell_resources.h", 12 "+grit/shell_resources.h",
13
14 # The content_shell for aura must work with the views and aura
15 "+ui/views",
16 "+ui/aura",
jam 2012/07/24 15:34:52 nit: order
13 ] 17 ]
OLDNEW
« 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