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

Side by Side Diff: chrome/app/DEPS

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add some stub gn files Created 5 years 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.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/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome/plugin/chrome_content_plugin_client.h", 8 "+chrome/plugin/chrome_content_plugin_client.h",
9 "+chrome/renderer/chrome_content_renderer_client.h", 9 "+chrome/renderer/chrome_content_renderer_client.h",
10 "+chrome/utility/chrome_content_utility_client.h", 10 "+chrome/utility/chrome_content_utility_client.h",
(...skipping 12 matching lines...) Expand all
23 "+components/upload_list", 23 "+components/upload_list",
24 "+components/version_info", 24 "+components/version_info",
25 "+content/public/app", 25 "+content/public/app",
26 "+content/public/browser/browser_main_runner.h", 26 "+content/public/browser/browser_main_runner.h",
27 "+extensions/common/constants.h", 27 "+extensions/common/constants.h",
28 "+native_client/src/trusted/service_runtime/osx", 28 "+native_client/src/trusted/service_runtime/osx",
29 "+policy", # For generated headers and source 29 "+policy", # For generated headers and source
30 "+remoting/client/plugin", 30 "+remoting/client/plugin",
31 "+sandbox", 31 "+sandbox",
32 "+syzygy/kasko/api", 32 "+syzygy/kasko/api",
33 "+third_party/crashpad/crashpad",
33 ] 34 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698