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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 109483003: Make sure Chrome_elf.dll imports are correct and that it the first import of chrome.exe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 7 years 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_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index cf0a0e95d68545d1c6217b621d3cd3f0a39ec1c5..c88f85efc71700eef940a608561fd83d354fae69 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -36,6 +36,7 @@
'target_name': 'chrome_elf_unittests',
'type': 'executable',
'sources': [
+ 'elf_imports_unittest.cc',
'ntdll_cache_unittest.cc',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698