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

Unified Diff: chrome/installer/setup/DEPS

Issue 2459583002: Use InstallDetails in setup. (Closed)
Patch Set: another doc comment Created 3 years, 10 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/installer/setup/BUILD.gn ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/DEPS
diff --git a/chrome/installer/setup/DEPS b/chrome/installer/setup/DEPS
index 6945511d4bbc0f71bf396d895297c82258260e64..2d10b6a5ea68530dda04048d7f9c725a5261dd1e 100644
--- a/chrome/installer/setup/DEPS
+++ b/chrome/installer/setup/DEPS
@@ -1,7 +1,12 @@
include_rules = [
"+chrome_elf/chrome_elf_constants.h",
- "+chrome/install_static/install_details.h",
- "+chrome/install_static/install_util.h",
+ "+chrome/install_static",
"+components/base32",
"+courgette",
]
+
+specific_include_rules = {
+ ".*_unittest\.cc": [
+ "+chrome_elf/nt_registry/nt_registry.h",
+ ],
+}
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698