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

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: fix comments Created 5 years, 2 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 | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | chrome/installer/util/module_util_win.h » ('J')
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 8816e81abbcb867fffad8d78c5c0cbed1bc8be27..a9af9266d181ef089ff80e5963da9ccd82ca2137 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') | chrome/installer/util/module_util_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698