diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 52cf839..2fbc268 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -393,12 +393,13 @@ 'type': 'executable', 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', '../build/temp_gyp/googleurl.gyp:googleurl', '../chrome/chrome.gyp:browser', '../chrome/chrome.gyp:common', '../chrome/chrome.gyp:utility', '../testing/gtest.gyp:gtest', - '../base/allocator/allocator.gyp:allocator', + '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 'base_noicu', 'chrome_frame_npapi', 'chrome_frame_strings', |