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

Unified Diff: chrome/install_static/DEPS

Issue 2422643002: Windows install_static refactor. (Closed)
Patch Set: sync to position 431863 Created 4 years, 1 month 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
Index: chrome/install_static/DEPS
diff --git a/chrome/install_static/DEPS b/chrome/install_static/DEPS
index 23c5fa30d9a479f53611fd6cec0fbb4d534e4e3a..5d5beb27802171b3a93f1a894f174c21fc271e7d 100644
--- a/chrome/install_static/DEPS
+++ b/chrome/install_static/DEPS
@@ -3,7 +3,16 @@ include_rules = [
"-base",
# Nothing from chrome.
"-chrome",
- "+chrome/install_static/install_util.h",
+ # Anything from this dir.
+ "+chrome/install_static",
# All registry access should go through nt_registry.
"+chrome_elf/nt_registry/nt_registry.h",
+ # For the compile-time PRODUCT_VERSION macro.
+ "+components/version_info/version_info_values.h",
]
+
+specific_include_rules = {
+ ".*_unittest\.cc": [
+ "+base",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698