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

Side by Side Diff: chrome/install_static/DEPS

Issue 2799013002: Monitor crashpad_handler for crashes [sometimes] (Closed)
Patch Set: Address review feedback (scottmg) Created 3 years, 8 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/install_static/BUILD.gn ('k') | chrome/install_static/install_util.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 # Nothing from base. 2 # Nothing from base.
3 "-base", 3 "-base",
4 # Nothing from chrome. 4 # Nothing from chrome.
5 "-chrome", 5 "-chrome",
6 # For the app icon resource identifiers. 6 # For the app icon resource identifiers.
7 "+chrome/app/chrome_dll_resource.h", 7 "+chrome/app/chrome_dll_resource.h",
8 # For the app icon resource indices. 8 # For the app icon resource indices.
9 "+chrome/common/chrome_icon_resources_win.h", 9 "+chrome/common/chrome_icon_resources_win.h",
10 # Anything from this dir. 10 # Anything from this dir.
11 "+chrome/install_static", 11 "+chrome/install_static",
12 # All registry access should go through nt_registry. 12 # All registry access should go through nt_registry.
13 "+chrome_elf/nt_registry/nt_registry.h", 13 "+chrome_elf/nt_registry/nt_registry.h",
14 # For the version_info::Channel enum.
15 "+components/version_info/channel.h",
14 # For the compile-time PRODUCT_VERSION macro. 16 # For the compile-time PRODUCT_VERSION macro.
15 "+components/version_info/version_info_values.h", 17 "+components/version_info/version_info_values.h",
16 ] 18 ]
17 19
18 specific_include_rules = { 20 specific_include_rules = {
19 ".*_unittest\.cc": [ 21 ".*_unittest\.cc": [
20 "+base", 22 "+base",
21 ], 23 ],
22 } 24 }
OLDNEW
« no previous file with comments | « chrome/install_static/BUILD.gn ('k') | chrome/install_static/install_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698