summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 75d0d42..de04bbd 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -304,7 +304,6 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../chrome/chrome.gyp:browser',
- '../chrome/chrome.gyp:chrome_dll_version',
'../chrome/chrome.gyp:chrome_resources',
'../chrome/chrome.gyp:debugger',
'../chrome/chrome.gyp:renderer',
@@ -343,11 +342,11 @@
'conditions': [
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:automation',
'../breakpad/breakpad.gyp:breakpad_handler',
+ '../chrome/chrome.gyp:automation',
+ '../chrome/chrome.gyp:chrome_dll_version',
'../chrome/installer/installer.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
- '../chrome/installer/installer.gyp:installer_util',
]
}],
],