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

Side by Side Diff: chrome/app/DEPS

Issue 12623005: [mac] App shims (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move app_shim code to apps/ Created 7 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps",
2 "+breakpad", 3 "+breakpad",
3 "+chrome/browser", 4 "+chrome/browser",
4 "+chrome/installer", 5 "+chrome/installer",
5 "+chrome/plugin/chrome_content_plugin_client.h", 6 "+chrome/plugin/chrome_content_plugin_client.h",
6 "+chrome/renderer/chrome_content_renderer_client.h", 7 "+chrome/renderer/chrome_content_renderer_client.h",
7 "+chrome/utility/chrome_content_utility_client.h", 8 "+chrome/utility/chrome_content_utility_client.h",
8 "+content/public/app", 9 "+content/public/app",
9 "+content/public/browser/browser_main_runner.h", 10 "+content/public/browser/browser_main_runner.h",
10 "+content/public/browser/render_process_host.h", 11 "+content/public/browser/render_process_host.h",
11 "+grit", # For generated headers 12 "+grit", # For generated headers
12 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
13 "+sandbox", 14 "+sandbox",
14 "+sandbox/linux/seccomp-legacy", 15 "+sandbox/linux/seccomp-legacy",
15 "+tools/memory_watcher", 16 "+tools/memory_watcher",
16 "+third_party/lss/linux_syscall_support.h", 17 "+third_party/lss/linux_syscall_support.h",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698