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

Unified Diff: chrome_elf/BUILD.gn

Issue 2760853002: Remove use of PRODUCT_STRING_PATH in chrome_elf. (Closed)
Patch Set: now Created 3 years, 9 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/uninstall.cc ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/BUILD.gn
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 53a29c879fefcb1eaff1e914f235e01965ac0da8..13748b616eaf2a0d1d652fec54ab83c677747352 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -79,6 +79,7 @@ source_set("security") {
deps = [
":constants",
":nt_registry",
+ "//chrome/install_static:install_static_util",
]
}
@@ -215,6 +216,7 @@ test("chrome_elf_unittests") {
"//chrome",
"//chrome/common:version_header",
"//chrome/install_static:install_static_util",
+ "//chrome/install_static/test:test_support",
"//sandbox",
"//testing/gtest",
]
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698