diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-14 18:35:17 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-14 18:35:17 +0000 |
commit | 773169e0326446476a339300fbdfaf499d13598f (patch) | |
tree | 965aa1a61a8f18324a81af59a0cb24f4fce8c6c5 | |
parent | f3704e95a0d38f416587cc1c73021bdbffdb13b4 (diff) | |
download | chromium_src-773169e0326446476a339300fbdfaf499d13598f.zip chromium_src-773169e0326446476a339300fbdfaf499d13598f.tar.gz chromium_src-773169e0326446476a339300fbdfaf499d13598f.tar.bz2 |
Unfork 3.0: Header files, part two.
Review URL: http://codereview.chromium.org/7311
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3355 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/build/JavaScriptCore/WTF.vcproj | 4 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 12 |
3 files changed, 9 insertions, 9 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@3330", + "/trunk/deps/third_party/WebKit@3351", "src/third_party/cygwin": "/trunk/deps/third_party/cygwin@3248", diff --git a/webkit/build/JavaScriptCore/WTF.vcproj b/webkit/build/JavaScriptCore/WTF.vcproj index af8e9d2..a5eacfe 100644 --- a/webkit/build/JavaScriptCore/WTF.vcproj +++ b/webkit/build/JavaScriptCore/WTF.vcproj @@ -246,7 +246,7 @@ > </File> <File - RelativePath="..\..\pending\wtf\RefCounted.h" + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefCounted.h" > </File> <File @@ -258,7 +258,7 @@ > </File> <File - RelativePath="..\..\pending\wtf\RefPtrHashMap.h" + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefPtrHashMap.h" > </File> <File diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index ad913c7..3dd3c0d 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -354,7 +354,7 @@ > </File> <File - RelativePath="..\..\pending\InspectorController.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\page\InspectorController.h" > </File> <File @@ -1038,7 +1038,7 @@ > </File> <File - RelativePath="..\..\pending\TreeShared.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\TreeShared.h" > </File> <File @@ -1305,7 +1305,7 @@ > </File> <File - RelativePath="..\..\pending\NetworkStateNotifier.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\NetworkStateNotifier.h" > </File> <File @@ -2650,7 +2650,7 @@ > </File> <File - RelativePath="..\..\pending\RenderTheme.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTheme.h" > </File> <File @@ -2793,7 +2793,7 @@ > </File> <File - RelativePath="..\..\pending\RenderStyle.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\RenderStyle.h" > </File> <File @@ -5960,7 +5960,7 @@ > </File> <File - RelativePath="..\..\pending\SMILTimeContainer.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTimeContainer.h" > </File> <File |