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

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

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 Created 6 years, 2 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 | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/shell_app_window_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 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/nacl/browser", 4 "+components/nacl/browser",
5 "+components/nacl/common", 5 "+components/nacl/common",
6 "+components/native_app_window",
6 "+components/omaha_query_params", 7 "+components/omaha_query_params",
7 "+components/pref_registry", 8 "+components/pref_registry",
8 "+components/user_prefs", 9 "+components/user_prefs",
9 "+components/web_modal", 10 "+components/web_modal",
10 "+content/public/browser", 11 "+content/public/browser",
11 12
12 # Pieces of content_shell reused in app_shell. 13 # Pieces of content_shell reused in app_shell.
13 "+content/shell/browser/shell_browser_context.h", 14 "+content/shell/browser/shell_browser_context.h",
14 "+content/shell/browser/shell_devtools_delegate.h", 15 "+content/shell/browser/shell_devtools_delegate.h",
15 "+content/shell/browser/shell_net_log.h", 16 "+content/shell/browser/shell_net_log.h",
(...skipping 10 matching lines...) Expand all
26 "+storage/browser/quota", 27 "+storage/browser/quota",
27 "+sync/api", 28 "+sync/api",
28 29
29 # Disallow views to keep the binary size down. 30 # Disallow views to keep the binary size down.
30 "-ui/views", 31 "-ui/views",
31 32
32 "+third_party/cros_system_api", 33 "+third_party/cros_system_api",
33 34
34 "-webkit", 35 "-webkit",
35 ] 36 ]
OLDNEW
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/shell_app_window_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698