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

Side by Side Diff: extensions/shell/browser/DEPS

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) rebase Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/nacl/browser",
5 "+components/nacl/common",
4 "+components/omaha_query_params", 6 "+components/omaha_query_params",
5 "+components/pref_registry", 7 "+components/pref_registry",
6 "+components/user_prefs", 8 "+components/user_prefs",
7 "+content/public/browser", 9 "+content/public/browser",
8 "+third_party/cros_system_api",
9 10
10 # Pieces of content_shell reused in app_shell. 11 # Pieces of content_shell reused in app_shell.
11 "+content/shell/browser/shell_browser_context.h", 12 "+content/shell/browser/shell_browser_context.h",
12 "+content/shell/browser/shell_devtools_delegate.h", 13 "+content/shell/browser/shell_devtools_delegate.h",
13 "+content/shell/browser/shell_net_log.h", 14 "+content/shell/browser/shell_net_log.h",
15 "+content/shell/common/shell_switches.h",
14 16
15 # For device backend support. 17 # For device backend support.
16 "+device/hid", 18 "+device/hid",
17 19
18 # Only used in API tests that should be moved to extensions/browser/api/... 20 # Only used in API tests that should be moved to extensions/browser/api/...
19 "+net", 21 "+net",
20 22
23 "+ppapi",
21 "+sync/api", 24 "+sync/api",
22 25
23 # Disallow views to keep the binary size down. 26 # Disallow views to keep the binary size down.
24 "-ui/views", 27 "-ui/views",
25 28
29 "+third_party/cros_system_api",
30
26 "-webkit", 31 "-webkit",
27 "+webkit/browser/quota", 32 "+webkit/browser/quota",
28 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698