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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 2078913005: Add a chrome_elf_unittest ChromeElfLoadSanityTest which validates that loading chrome_elf does not … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove braces Created 4 years, 6 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_elf/BUILD.gn ('k') | chrome_elf/elf_imports_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 87d16f22a754d772bcfe4ce02468b99c535e8eda..ac09cb955575737b206d6bee843ce9e4197e2c95 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -76,6 +76,7 @@
'blacklist/test/blacklist_test.cc',
'chrome_elf_util_unittest.cc',
'elf_imports_unittest.cc',
+ 'run_all_unittests.cc',
],
'include_dirs': [
'..',
@@ -94,6 +95,28 @@
'blacklist_test_dll_3',
'blacklist_test_main_dll',
],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies!': [
+ 'user32.lib',
+ ],
+ 'IgnoreDefaultLibraryNames': [
+ 'user32.lib',
+ ],
+ 'DelayLoadDLLs': [
+ 'dbghelp.dll',
+ 'ole32.dll',
+ 'psapi.dll',
+ 'rpcrt4.dll',
+ 'shell32.dll',
+ 'shlwapi.dll',
+ 'user32.dll',
+ 'winhttp.dll',
+ 'winmm.dll',
+ 'ws2_32.dll',
+ ],
+ },
+ },
},
{
# A dummy target to ensure that chrome_elf.dll and chrome.exe gets built
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | chrome_elf/elf_imports_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698