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

Side by Side Diff: chrome/app/DEPS

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree Created 4 years, 10 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/browser", 3 "+chrome/browser",
4 "+chrome/child", 4 "+chrome/child",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/common/chrome_features.h",
6 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
7 "+chrome/installer", 8 "+chrome/installer",
8 "+chrome/plugin/chrome_content_plugin_client.h", 9 "+chrome/plugin/chrome_content_plugin_client.h",
9 "+chrome/renderer/chrome_content_renderer_client.h", 10 "+chrome/renderer/chrome_content_renderer_client.h",
10 "+chrome/utility/chrome_content_utility_client.h", 11 "+chrome/utility/chrome_content_utility_client.h",
11 "+chrome_elf/chrome_elf_main.h", 12 "+chrome_elf/chrome_elf_main.h",
12 "+chromeos/chromeos_paths.h", 13 "+chromeos/chromeos_paths.h",
13 "+chromeos/chromeos_switches.h", 14 "+chromeos/chromeos_switches.h",
14 "+chromeos/hugepage_text/hugepage_text.h", 15 "+chromeos/hugepage_text/hugepage_text.h",
15 "+components/browser_watcher", 16 "+components/browser_watcher",
(...skipping 13 matching lines...) Expand all
29 "+content/public/browser/browser_main_runner.h", 30 "+content/public/browser/browser_main_runner.h",
30 "+extensions/common/constants.h", 31 "+extensions/common/constants.h",
31 "+native_client/src/trusted/service_runtime/osx", 32 "+native_client/src/trusted/service_runtime/osx",
32 "+policy", # For generated headers and source 33 "+policy", # For generated headers and source
33 "+remoting/client/plugin", 34 "+remoting/client/plugin",
34 "+sandbox", 35 "+sandbox",
35 "+syzygy/kasko/api", 36 "+syzygy/kasko/api",
36 "+third_party/crashpad/crashpad", 37 "+third_party/crashpad/crashpad",
37 "+third_party/kasko", 38 "+third_party/kasko",
38 ] 39 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_main.cc » ('j') | chrome/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698