| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 57f07e1bf0c2812600d2c2b00a540010291ff1f2..dbbd1ec4697aabef2ce3ed42ebd525fec179d6da 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1988,6 +1988,7 @@
|
| 'dom/TreeScope.h',
|
| 'dom/TreeScopeAdopter.cpp',
|
| 'dom/TreeScopeAdopter.h',
|
| + 'dom/TreeShared.h',
|
| 'dom/TreeWalker.cpp',
|
| 'dom/TreeWalker.h',
|
| 'dom/UserActionElementSet.cpp',
|
| @@ -2634,7 +2635,6 @@
|
| 'platform/Prerender.cpp',
|
| 'platform/Prerender.h',
|
| 'platform/PrerenderClient.h',
|
| - 'platform/SSLKeyGenerator.h',
|
| 'platform/ScrollAnimator.cpp',
|
| 'platform/ScrollAnimator.h',
|
| 'platform/ScrollAnimatorNone.cpp',
|
| @@ -2662,7 +2662,6 @@
|
| 'platform/ScrollbarThemeWin.cpp',
|
| 'platform/ScrollbarThemeWin.h',
|
| 'platform/SerializedResource.h',
|
| - 'platform/Task.h',
|
| 'platform/Theme.cpp',
|
| 'platform/ThreadGlobalData.cpp',
|
| 'platform/Widget.cpp',
|
| @@ -2780,8 +2779,6 @@
|
| 'platform/chromium/PlatformThemeChromiumDefault.cpp',
|
| 'platform/chromium/PlatformThemeChromiumDefault.h',
|
| 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
|
| - 'platform/chromium/SSLKeyGeneratorChromium.cpp',
|
| - 'platform/chromium/StatsCounterChromium.cpp',
|
| 'platform/graphics/ANGLEWebKitBridge.cpp',
|
| 'platform/graphics/ANGLEWebKitBridge.h',
|
| 'platform/graphics/BitmapImage.cpp',
|
| @@ -3141,17 +3138,7 @@
|
| 'platform/network/ResourceRequest.h',
|
| 'platform/network/ResourceResponse.cpp',
|
| 'platform/network/ResourceResponse.h',
|
| - 'platform/text/LocaleICU.cpp',
|
| - 'platform/text/LocaleICU.h',
|
| - 'platform/text/LocaleMac.h',
|
| - 'platform/text/LocaleMac.mm',
|
| - 'platform/text/LocaleToScriptMapping.h',
|
| - 'platform/text/LocaleToScriptMappingDefault.cpp',
|
| - 'platform/text/LocaleWin.cpp',
|
| - 'platform/text/LocaleWin.h',
|
| 'platform/text/ParserUtilities.h',
|
| - 'platform/text/PlatformLocale.cpp',
|
| - 'platform/text/PlatformLocale.h',
|
| 'platform/text/RegularExpression.cpp',
|
| 'platform/text/SuffixTree.h',
|
| 'platform/text/TextBoundaries.cpp',
|
|
|