From b32cd51e9f8669dd9ee62a2d36e31b5fda139452 Mon Sep 17 00:00:00 2001 From: "mad@google.com" Date: Thu, 17 Jun 2010 20:24:20 +0000 Subject: Cleanup so that the Chrome Frame Reliability tests don't depend on WebKit. If we just remove WebKit, then we have unresolved errors with allocator.lib which can't find snprintf. But adding the renderer dependency fixes it... Don't know why though... Someone should find a better fix later... I also removed other dependencies that didn't have an impact for this project. BUG=0 TEST=Just affects the build, but running the Chrome Frame Tests once in a while wouldn't hurt! :-) Review URL: http://codereview.chromium.org/2870009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50132 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chrome_frame/chrome_frame.gyp') 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', -- cgit v1.1