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

Unified Diff: chrome/chrome_exe.gypi

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 comments #5 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 89fbe4394afee14738e39c9d219e6d76e96cb82f..3c2b30c33cb842968c19f8275e6886a301a592a2 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -67,8 +67,8 @@
'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/main_dll_loader_win.cc',
+ 'app/main_dll_loader_win.h',
'app/kasko_client.cc',
'app/kasko_client.h',
'app/signature_validator_win.cc',
@@ -497,10 +497,6 @@
],
},
],
- }, { # 'OS!="win"
- 'sources!': [
- 'app/client_util.cc',
- ],
}],
['OS=="win" and component=="shared_library"', {
'defines': ['COMPILE_CONTENT_STATICALLY'],

Powered by Google App Engine
This is Rietveld 408576698