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

Side by Side Diff: chrome/app/DEPS

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPs includes Created 4 years, 7 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 | « chrome/BUILD.gn ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('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 "+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/common/chrome_features.h",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome/install_static",
9 "+chrome/gpu/chrome_content_gpu_client.h", 10 "+chrome/gpu/chrome_content_gpu_client.h",
10 "+chrome/renderer/chrome_content_renderer_client.h", 11 "+chrome/renderer/chrome_content_renderer_client.h",
11 "+chrome/utility/chrome_content_utility_client.h", 12 "+chrome/utility/chrome_content_utility_client.h",
12 "+chrome_elf/chrome_elf_main.h", 13 "+chrome_elf/chrome_elf_main.h",
13 "+chromeos/chromeos_paths.h", 14 "+chromeos/chromeos_paths.h",
14 "+chromeos/chromeos_switches.h", 15 "+chromeos/chromeos_switches.h",
15 "+chromeos/hugepage_text/hugepage_text.h", 16 "+chromeos/hugepage_text/hugepage_text.h",
16 "+components/browser_watcher", 17 "+components/browser_watcher",
17 "+components/component_updater", 18 "+components/component_updater",
18 "+components/content_settings/core/common/content_settings_pattern.h", 19 "+components/content_settings/core/common/content_settings_pattern.h",
(...skipping 11 matching lines...) Expand all
30 "+content/public/browser/browser_main_runner.h", 31 "+content/public/browser/browser_main_runner.h",
31 "+extensions/common/constants.h", 32 "+extensions/common/constants.h",
32 "+native_client/src/trusted/service_runtime/osx", 33 "+native_client/src/trusted/service_runtime/osx",
33 "+policy", # For generated headers and source 34 "+policy", # For generated headers and source
34 "+remoting/client/plugin", 35 "+remoting/client/plugin",
35 "+sandbox", 36 "+sandbox",
36 "+syzygy/kasko/api", 37 "+syzygy/kasko/api",
37 "+third_party/crashpad/crashpad", 38 "+third_party/crashpad/crashpad",
38 "+third_party/kasko", 39 "+third_party/kasko",
39 ] 40 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698