diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 09:59:12 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 09:59:12 +0000 |
commit | b20e467a174eb44c19b0ca747dcba1a66aefa5d4 (patch) | |
tree | fd394cc48196f21ca830c1787cacbaccc9735300 /webkit/build | |
parent | 44bbfd8d22cf61e7865f53c2ee9c19ad11c01f65 (diff) | |
download | chromium_src-b20e467a174eb44c19b0ca747dcba1a66aefa5d4.zip chromium_src-b20e467a174eb44c19b0ca747dcba1a66aefa5d4.tar.gz chromium_src-b20e467a174eb44c19b0ca747dcba1a66aefa5d4.tar.bz2 |
Merge WebKit console and load deferrer changes.
Review URL: http://codereview.chromium.org/99121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 3f55e32..30a532c 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -465,6 +465,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroupLoadDeferrer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroupLoadDeferrer.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\PositionCallback.h" > </File> |