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

Unified Diff: chrome/chrome_exe.gypi

Issue 114333008: Revert of Add tests to make sure ChromeELF.dll imports are correct: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome_elf/chrome_elf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 0c1f67891675b35b96b4fae5f01f17d223820758..f694ae0dfa1759aad4bc7de5a890da050421bf36 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -41,12 +41,6 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
- ['OS == "win" ', {
- 'dependencies': [
- # Note that chrome_elf must be listed first. Do not reorder it.
- '../chrome_elf/chrome_elf.gyp:chrome_elf',
- ],
- }],
['component == "shared_library"', {
'variables': {
'win_use_external_manifest': 1,
@@ -474,6 +468,8 @@
}],
['OS=="win"', {
'dependencies': [
+ # Note that chrome_elf must be listed first. Do not reorder it.
+ '../chrome_elf/chrome_elf.gyp:chrome_elf',
'chrome_dll',
'chrome_nacl_win64',
'chrome_process_finder',
« no previous file with comments | « no previous file | chrome_elf/chrome_elf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698