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

Side by Side Diff: chrome_elf/nt_registry/DEPS

Issue 2345913003: [chrome_elf] NTRegistry - added wow64 redirection support. (Closed)
Patch Set: Final nits. Created 4 years, 2 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_elf/nt_registry/BUILD.gn ('k') | chrome_elf/nt_registry/nt_registry.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 "-chrome_elf", 6 "-chrome_elf",
7 "+chrome_elf/nt_registry/nt_registry.h", 7 "+chrome_elf/nt_registry/nt_registry.h",
8 ] 8 ]
9 specific_include_rules = {
10 ".*_unittest\.cc": [
11 "+base",
12 ]
13 }
OLDNEW
« no previous file with comments | « chrome_elf/nt_registry/BUILD.gn ('k') | chrome_elf/nt_registry/nt_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698