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

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: Use swapimports.exe for maintaining import order instead of gyp twiddling Created 6 years, 11 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_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 7227fe6413ce758b82a6455fcdeba03776ec3392..60b4186d144574860b586c986559572625b7ad5b 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -45,6 +45,7 @@
'type': 'executable',
'sources': [
'blacklist/test/blacklist_test.cc',
+ 'elf_imports_unittest.cc',
'ntdll_cache_unittest.cc',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698