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

Side by Side Diff: content/shell/DEPS

Issue 10824111: Include webkit strings in the content shell package (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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 | « content/content_shell.gypi ('k') | content/shell/shell_content_client.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 # For chromeos build config 4 # For chromeos build config
5 "+chromeos/dbus", 5 "+chromeos/dbus",
6 6
7 # The content_shell is the canonical sample embedder, so it only uses 7 # The content_shell is the canonical sample embedder, so it only uses
8 # content's public API. 8 # content's public API.
9 "+content/public", 9 "+content/public",
10 10
11 # The content_shell is an embedder so it must work with resource bundles. 11 # The content_shell is an embedder so it must work with resource bundles.
12 "+ui/base/l10n",
12 "+ui/base/resource", 13 "+ui/base/resource",
13 14
14 # Shell resources 15 # Shell resources
15 "+grit/shell_resources.h", 16 "+grit/shell_resources.h",
16 17
17 # The content_shell for aura must work with the views and aura 18 # The content_shell for aura must work with the views and aura
18 "+ui/aura", 19 "+ui/aura",
19 "+ui/views", 20 "+ui/views",
20 ] 21 ]
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/shell_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698