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

Side by Side Diff: chrome/install_static/DEPS

Issue 1841573002: [Chrome ELF] New NT registry API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PRESUBMIT to allow chrome_elf directory files to use wstring. Created 4 years, 5 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 except the includes listed below. 2 # Nothing from base.
3 "-base", 3 "-base",
4 "+base/macros.h",
5 "+base/strings/string16.h",
6 "+build/build_config.h",
7 # Nothing from chrome. 4 # Nothing from chrome.
8 "-chrome", 5 "-chrome",
9 "+chrome/install_static/install_util.h", 6 "+chrome/install_static/install_util.h",
7 # All registry access should go through nt_registry.
8 "+chrome_elf/nt_registry/nt_registry.h",
10 ] 9 ]
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