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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/DEPS
diff --git a/chrome/install_static/DEPS b/chrome/install_static/DEPS
index 6eb75cdb3de58d862f59426de8c906cf81ec9548..23c5fa30d9a479f53611fd6cec0fbb4d534e4e3a 100644
--- a/chrome/install_static/DEPS
+++ b/chrome/install_static/DEPS
@@ -1,10 +1,9 @@
include_rules = [
- # Nothing from base except the includes listed below.
+ # Nothing from base.
"-base",
- "+base/macros.h",
- "+base/strings/string16.h",
- "+build/build_config.h",
# Nothing from chrome.
"-chrome",
"+chrome/install_static/install_util.h",
+ # All registry access should go through nt_registry.
+ "+chrome_elf/nt_registry/nt_registry.h",
]
« 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