Skip to content
Snippets Groups Projects
Commit b2dc585f authored by tony@chromium.org's avatar tony@chromium.org
Browse files

Build DRT in chromium.

Some small fixes for linking on windows.

Review URL: http://codereview.chromium.org/1711014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45680 0039d316-1c4b-4281-b951-d872f2087c98
parent 316f5685
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
'../third_party/ots/ots.gyp:*',
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
'../third_party/WebKit/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:*',
'../third_party/zlib/zlib.gyp:*',
'../webkit/webkit.gyp:*',
'util/build_util.gyp:*',
......
......@@ -59,4 +59,14 @@ std::string GetProductVersion() {
return std::string("DumpRenderTree/0.0.0.0");
}
bool GetPluginFinderURL(std::string* plugin_finder_url) {
return false;
}
#if defined(OS_WIN)
bool DownloadUrl(const std::string& url, HWND caller_window) {
return false;
}
#endif
} // namespace webkit_glue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment