Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: webkit/webkit.gyp

Issue 115751: Update webkit to r44122... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/tools/webcore_unit_tests/TransparencyWin_unittest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '../third_party/WebKit/JavaScriptCore/wtf/Locker.h', 271 '../third_party/WebKit/JavaScriptCore/wtf/Locker.h',
272 '../third_party/WebKit/JavaScriptCore/wtf/MainThread.cpp', 272 '../third_party/WebKit/JavaScriptCore/wtf/MainThread.cpp',
273 '../third_party/WebKit/JavaScriptCore/wtf/MainThread.h', 273 '../third_party/WebKit/JavaScriptCore/wtf/MainThread.h',
274 '../third_party/WebKit/JavaScriptCore/wtf/MallocZoneSupport.h', 274 '../third_party/WebKit/JavaScriptCore/wtf/MallocZoneSupport.h',
275 '../third_party/WebKit/JavaScriptCore/wtf/MathExtras.h', 275 '../third_party/WebKit/JavaScriptCore/wtf/MathExtras.h',
276 '../third_party/WebKit/JavaScriptCore/wtf/MessageQueue.h', 276 '../third_party/WebKit/JavaScriptCore/wtf/MessageQueue.h',
277 '../third_party/WebKit/JavaScriptCore/wtf/Noncopyable.h', 277 '../third_party/WebKit/JavaScriptCore/wtf/Noncopyable.h',
278 '../third_party/WebKit/JavaScriptCore/wtf/NotFound.h', 278 '../third_party/WebKit/JavaScriptCore/wtf/NotFound.h',
279 '../third_party/WebKit/JavaScriptCore/wtf/OwnArrayPtr.h', 279 '../third_party/WebKit/JavaScriptCore/wtf/OwnArrayPtr.h',
280 '../third_party/WebKit/JavaScriptCore/wtf/OwnPtr.h', 280 '../third_party/WebKit/JavaScriptCore/wtf/OwnPtr.h',
281 '../third_party/WebKit/JavaScriptCore/wtf/OwnPtrCommon.h',
281 '../third_party/WebKit/JavaScriptCore/wtf/OwnPtrWin.cpp', 282 '../third_party/WebKit/JavaScriptCore/wtf/OwnPtrWin.cpp',
283 '../third_party/WebKit/JavaScriptCore/wtf/PassOwnPtr.h',
282 '../third_party/WebKit/JavaScriptCore/wtf/PassRefPtr.h', 284 '../third_party/WebKit/JavaScriptCore/wtf/PassRefPtr.h',
283 '../third_party/WebKit/JavaScriptCore/wtf/Platform.h', 285 '../third_party/WebKit/JavaScriptCore/wtf/Platform.h',
284 '../third_party/WebKit/JavaScriptCore/wtf/PtrAndFlags.h', 286 '../third_party/WebKit/JavaScriptCore/wtf/PtrAndFlags.h',
285 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumber.cpp', 287 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumber.cpp',
286 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumber.h', 288 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumber.h',
287 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumberSeed.h', 289 '../third_party/WebKit/JavaScriptCore/wtf/RandomNumberSeed.h',
288 '../third_party/WebKit/JavaScriptCore/wtf/RefCounted.h', 290 '../third_party/WebKit/JavaScriptCore/wtf/RefCounted.h',
289 '../third_party/WebKit/JavaScriptCore/wtf/RefCountedLeakCounter.cpp', 291 '../third_party/WebKit/JavaScriptCore/wtf/RefCountedLeakCounter.cpp',
290 '../third_party/WebKit/JavaScriptCore/wtf/RefCountedLeakCounter.h', 292 '../third_party/WebKit/JavaScriptCore/wtf/RefCountedLeakCounter.h',
291 '../third_party/WebKit/JavaScriptCore/wtf/RefPtr.h', 293 '../third_party/WebKit/JavaScriptCore/wtf/RefPtr.h',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 '../third_party/WebKit/WebCore/dom/Range.cpp', 1466 '../third_party/WebKit/WebCore/dom/Range.cpp',
1465 '../third_party/WebKit/WebCore/dom/Range.h', 1467 '../third_party/WebKit/WebCore/dom/Range.h',
1466 '../third_party/WebKit/WebCore/dom/RangeBoundaryPoint.h', 1468 '../third_party/WebKit/WebCore/dom/RangeBoundaryPoint.h',
1467 '../third_party/WebKit/WebCore/dom/RangeException.h', 1469 '../third_party/WebKit/WebCore/dom/RangeException.h',
1468 '../third_party/WebKit/WebCore/dom/RegisteredEventListener.cpp', 1470 '../third_party/WebKit/WebCore/dom/RegisteredEventListener.cpp',
1469 '../third_party/WebKit/WebCore/dom/RegisteredEventListener.h', 1471 '../third_party/WebKit/WebCore/dom/RegisteredEventListener.h',
1470 '../third_party/WebKit/WebCore/dom/ScriptElement.cpp', 1472 '../third_party/WebKit/WebCore/dom/ScriptElement.cpp',
1471 '../third_party/WebKit/WebCore/dom/ScriptElement.h', 1473 '../third_party/WebKit/WebCore/dom/ScriptElement.h',
1472 '../third_party/WebKit/WebCore/dom/ScriptExecutionContext.cpp', 1474 '../third_party/WebKit/WebCore/dom/ScriptExecutionContext.cpp',
1473 '../third_party/WebKit/WebCore/dom/ScriptExecutionContext.h', 1475 '../third_party/WebKit/WebCore/dom/ScriptExecutionContext.h',
1476 '../third_party/WebKit/WebCore/dom/SelectElement.cpp',
1477 '../third_party/WebKit/WebCore/dom/SelectElement.h',
1474 '../third_party/WebKit/WebCore/dom/SelectorNodeList.cpp', 1478 '../third_party/WebKit/WebCore/dom/SelectorNodeList.cpp',
1475 '../third_party/WebKit/WebCore/dom/SelectorNodeList.h', 1479 '../third_party/WebKit/WebCore/dom/SelectorNodeList.h',
1476 '../third_party/WebKit/WebCore/dom/StaticNodeList.cpp', 1480 '../third_party/WebKit/WebCore/dom/StaticNodeList.cpp',
1477 '../third_party/WebKit/WebCore/dom/StaticNodeList.h', 1481 '../third_party/WebKit/WebCore/dom/StaticNodeList.h',
1478 '../third_party/WebKit/WebCore/dom/StaticStringList.cpp', 1482 '../third_party/WebKit/WebCore/dom/StaticStringList.cpp',
1479 '../third_party/WebKit/WebCore/dom/StaticStringList.h', 1483 '../third_party/WebKit/WebCore/dom/StaticStringList.h',
1480 '../third_party/WebKit/WebCore/dom/StyleElement.cpp', 1484 '../third_party/WebKit/WebCore/dom/StyleElement.cpp',
1481 '../third_party/WebKit/WebCore/dom/StyleElement.h', 1485 '../third_party/WebKit/WebCore/dom/StyleElement.h',
1482 '../third_party/WebKit/WebCore/dom/StyledElement.cpp', 1486 '../third_party/WebKit/WebCore/dom/StyledElement.cpp',
1483 '../third_party/WebKit/WebCore/dom/StyledElement.h', 1487 '../third_party/WebKit/WebCore/dom/StyledElement.h',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 '../third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelpe rTextRun.cpp', 2207 '../third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelpe rTextRun.cpp',
2204 '../third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelpe rTextRun.h', 2208 '../third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelpe rTextRun.h',
2205 '../third_party/WebKit/WebCore/platform/graphics/filters/FEBlend.cpp', 2209 '../third_party/WebKit/WebCore/platform/graphics/filters/FEBlend.cpp',
2206 '../third_party/WebKit/WebCore/platform/graphics/filters/FEBlend.h', 2210 '../third_party/WebKit/WebCore/platform/graphics/filters/FEBlend.h',
2207 '../third_party/WebKit/WebCore/platform/graphics/filters/FEColorMatrix.c pp', 2211 '../third_party/WebKit/WebCore/platform/graphics/filters/FEColorMatrix.c pp',
2208 '../third_party/WebKit/WebCore/platform/graphics/filters/FEColorMatrix.h ', 2212 '../third_party/WebKit/WebCore/platform/graphics/filters/FEColorMatrix.h ',
2209 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComponentTran sfer.cpp', 2213 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComponentTran sfer.cpp',
2210 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComponentTran sfer.h', 2214 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComponentTran sfer.h',
2211 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.cpp ', 2215 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.cpp ',
2212 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.h', 2216 '../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.h',
2217 '../third_party/WebKit/WebCore/platform/graphics/filters/SourceAlpha.cpp ',
2218 '../third_party/WebKit/WebCore/platform/graphics/filters/SourceAlpha.h',
2219 '../third_party/WebKit/WebCore/platform/graphics/filters/SourceGraphic.c pp',
2220 '../third_party/WebKit/WebCore/platform/graphics/filters/SourceGraphic.h ',
2213 '../third_party/WebKit/WebCore/platform/graphics/gtk/ColorGtk.cpp', 2221 '../third_party/WebKit/WebCore/platform/graphics/gtk/ColorGtk.cpp',
2214 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCacheGtk.cpp', 2222 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCacheGtk.cpp',
2215 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ata.cpp', 2223 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ata.cpp',
2216 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ata.h', 2224 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ata.h',
2217 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ataPango.cpp', 2225 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformD ataPango.cpp',
2218 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontGtk.cpp', 2226 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontGtk.cpp',
2219 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformData.h' , 2227 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformData.h' ,
2220 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformDataGtk .cpp', 2228 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformDataGtk .cpp',
2221 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformDataPan go.cpp', 2229 '../third_party/WebKit/WebCore/platform/graphics/gtk/FontPlatformDataPan go.cpp',
2222 '../third_party/WebKit/WebCore/platform/graphics/gtk/GlyphPageTreeNodeGt k.cpp', 2230 '../third_party/WebKit/WebCore/platform/graphics/gtk/GlyphPageTreeNodeGt k.cpp',
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3477 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMarker.cpp', 3485 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMarker.cpp',
3478 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMarker.h', 3486 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMarker.h',
3479 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMasker.cpp', 3487 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMasker.cpp',
3480 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMasker.h', 3488 '../third_party/WebKit/WebCore/svg/graphics/SVGResourceMasker.h',
3481 '../third_party/WebKit/WebCore/svg/ColorDistance.cpp', 3489 '../third_party/WebKit/WebCore/svg/ColorDistance.cpp',
3482 '../third_party/WebKit/WebCore/svg/ColorDistance.h', 3490 '../third_party/WebKit/WebCore/svg/ColorDistance.h',
3483 '../third_party/WebKit/WebCore/svg/ElementTimeControl.h', 3491 '../third_party/WebKit/WebCore/svg/ElementTimeControl.h',
3484 '../third_party/WebKit/WebCore/svg/Filter.cpp', 3492 '../third_party/WebKit/WebCore/svg/Filter.cpp',
3485 '../third_party/WebKit/WebCore/svg/Filter.h', 3493 '../third_party/WebKit/WebCore/svg/Filter.h',
3486 '../third_party/WebKit/WebCore/svg/FilterBuilder.h', 3494 '../third_party/WebKit/WebCore/svg/FilterBuilder.h',
3495 '../third_party/WebKit/WebCore/svg/FilterBuilder.cpp',
3487 '../third_party/WebKit/WebCore/svg/FilterEffect.cpp', 3496 '../third_party/WebKit/WebCore/svg/FilterEffect.cpp',
3488 '../third_party/WebKit/WebCore/svg/FilterEffect.h', 3497 '../third_party/WebKit/WebCore/svg/FilterEffect.h',
3489 '../third_party/WebKit/WebCore/svg/GradientAttributes.h', 3498 '../third_party/WebKit/WebCore/svg/GradientAttributes.h',
3490 '../third_party/WebKit/WebCore/svg/LinearGradientAttributes.h', 3499 '../third_party/WebKit/WebCore/svg/LinearGradientAttributes.h',
3491 '../third_party/WebKit/WebCore/svg/PatternAttributes.h', 3500 '../third_party/WebKit/WebCore/svg/PatternAttributes.h',
3492 '../third_party/WebKit/WebCore/svg/RadialGradientAttributes.h', 3501 '../third_party/WebKit/WebCore/svg/RadialGradientAttributes.h',
3493 '../third_party/WebKit/WebCore/svg/SVGAElement.cpp', 3502 '../third_party/WebKit/WebCore/svg/SVGAElement.cpp',
3494 '../third_party/WebKit/WebCore/svg/SVGAElement.h', 3503 '../third_party/WebKit/WebCore/svg/SVGAElement.h',
3495 '../third_party/WebKit/WebCore/svg/SVGAllInOne.cpp', 3504 '../third_party/WebKit/WebCore/svg/SVGAllInOne.cpp',
3496 '../third_party/WebKit/WebCore/svg/SVGAltGlyphElement.cpp', 3505 '../third_party/WebKit/WebCore/svg/SVGAltGlyphElement.cpp',
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
4839 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4840 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4841 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4850 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4842 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4851 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4843 ], 4852 ],
4844 }, 4853 },
4845 ], 4854 ],
4846 }, 4855 },
4847 ], 4856 ],
4848 } 4857 }
OLDNEW
« no previous file with comments | « webkit/tools/webcore_unit_tests/TransparencyWin_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698