diff options
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 607929e..d50d7eb 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -431,13 +431,9 @@ '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', + '../chrome/chrome.gyp:renderer', '../testing/gtest.gyp:gtest', - '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 'base_noicu', 'chrome_frame_ie', 'chrome_frame_npapi', |