diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 286c16e..de2a386 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1233,6 +1233,7 @@ 'installer/installer.gyp:*', '../app/app.gyp:*', '../base/base.gyp:*', + '../chrome_frame/chrome_frame.gyp:*', '../ipc/ipc.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', @@ -1275,11 +1276,6 @@ '../base/allocator/allocator.gyp:*', ], }], - ['chrome_frame_define==1', { - 'dependencies': [ - '../chrome_frame/chrome_frame.gyp:*', - ], - }], ], }, { |