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

Unified Diff: chrome/BUILD.gn

Issue 1402353011: Expose a function to get the path to a DLL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grt comment #17 (pass StringPiece16 by value) Created 5 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
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 4f3cd2167309fb853cce5081a414f9a1af02d4df..7f05a18cb1f5ee0b9b8a702f9486507f736f3347 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -110,10 +110,10 @@ if (!is_android) {
"app/chrome_watcher_client_win.h",
"app/chrome_watcher_command_line_win.cc",
"app/chrome_watcher_command_line_win.h",
- "app/client_util.cc",
- "app/client_util.h",
"app/kasko_client.cc",
"app/kasko_client.h",
+ "app/main_dll_loader_win.cc",
+ "app/main_dll_loader_win.h",
"app/signature_validator_win.cc",
"app/signature_validator_win.h",
"common/crash_keys.cc",
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698