Rubber-stamped by Brady Eidson.
[webbrowser.git] / WebCore / Android.mk
blob293c43baa0443e71f643ecf3b3c8893333d7cc97
1 ##
2 ## Copyright 2009, The Android Open Source Project
3 ##
4 ## Redistribution and use in source and binary forms, with or without
5 ## modification, are permitted provided that the following conditions
6 ## are met:
7 ## * Redistributions of source code must retain the above copyright
8 ## notice, this list of conditions and the following disclaimer.
9 ## * Redistributions in binary form must reproduce the above copyright
10 ## notice, this list of conditions and the following disclaimer in the
11 ## documentation and/or other materials provided with the distribution.
13 ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
14 ## EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 ## PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
17 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18 ## EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19 ## PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20 ## PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21 ## OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 ## (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 ## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 LOCAL_SRC_FILES := \
27 css/CSSBorderImageValue.cpp \
28 css/CSSCanvasValue.cpp \
29 css/CSSCharsetRule.cpp \
30 css/CSSComputedStyleDeclaration.cpp \
31 css/CSSCursorImageValue.cpp \
32 css/CSSFontFace.cpp \
33 css/CSSFontFaceRule.cpp \
34 css/CSSFontFaceSource.cpp \
35 css/CSSFontFaceSrcValue.cpp \
36 css/CSSFontSelector.cpp \
37 css/CSSFunctionValue.cpp \
38 css/CSSGradientValue.cpp \
39 css/CSSHelper.cpp \
40 css/CSSImageGeneratorValue.cpp \
41 css/CSSImageValue.cpp \
42 css/CSSImportRule.cpp \
43 css/CSSInheritedValue.cpp \
44 css/CSSInitialValue.cpp \
45 css/CSSMediaRule.cpp \
46 css/CSSMutableStyleDeclaration.cpp \
47 css/CSSPageRule.cpp \
48 css/CSSParser.cpp \
49 css/CSSParserValues.cpp \
50 css/CSSPrimitiveValue.cpp \
51 css/CSSProperty.cpp \
52 css/CSSPropertyLonghand.cpp \
53 css/CSSReflectValue.cpp \
54 css/CSSRule.cpp \
55 css/CSSRuleList.cpp \
56 css/CSSSegmentedFontFace.cpp \
57 css/CSSSelector.cpp \
58 css/CSSSelectorList.cpp \
59 css/CSSStyleDeclaration.cpp \
60 css/CSSStyleRule.cpp \
61 css/CSSStyleSelector.cpp \
62 css/CSSStyleSheet.cpp \
63 css/CSSTimingFunctionValue.cpp \
64 css/CSSUnicodeRangeValue.cpp \
65 css/CSSValueList.cpp \
66 css/CSSVariableDependentValue.cpp \
67 css/CSSVariablesDeclaration.cpp \
68 css/CSSVariablesRule.cpp \
69 css/FontFamilyValue.cpp \
70 css/FontValue.cpp \
71 css/Media.cpp \
72 css/MediaFeatureNames.cpp \
73 css/MediaList.cpp \
74 css/MediaQuery.cpp \
75 css/MediaQueryEvaluator.cpp \
76 css/MediaQueryExp.cpp \
77 css/RGBColor.cpp \
79 ifeq ($(ENABLE_SVG), true)
80 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
81 css/SVGCSSComputedStyleDeclaration.cpp \
82 css/SVGCSSParser.cpp \
83 css/SVGCSSStyleSelector.cpp
84 endif
86 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
87 css/ShadowValue.cpp \
88 css/StyleBase.cpp \
89 css/StyleList.cpp \
90 css/StyleSheet.cpp \
91 css/StyleSheetList.cpp \
92 css/WebKitCSSKeyframeRule.cpp \
93 css/WebKitCSSKeyframesRule.cpp \
94 css/WebKitCSSMatrix.cpp \
95 css/WebKitCSSTransformValue.cpp \
97 dom/ActiveDOMObject.cpp \
98 dom/Attr.cpp \
99 dom/Attribute.cpp \
100 dom/BeforeTextInsertedEvent.cpp \
101 dom/BeforeUnloadEvent.cpp \
102 dom/CDATASection.cpp \
103 dom/CSSMappedAttributeDeclaration.cpp \
104 dom/CharacterData.cpp \
105 dom/CheckedRadioButtons.cpp \
106 dom/ChildNodeList.cpp \
107 dom/ClassNodeList.cpp \
108 dom/ClientRect.cpp \
109 dom/ClientRectList.cpp \
110 dom/Clipboard.cpp \
111 dom/ClipboardEvent.cpp \
112 dom/Comment.cpp \
113 dom/ContainerNode.cpp \
114 dom/DOMImplementation.cpp \
115 dom/Document.cpp \
116 dom/DocumentFragment.cpp \
117 dom/DocumentType.cpp \
118 dom/DynamicNodeList.cpp \
119 dom/EditingText.cpp \
120 dom/Element.cpp \
121 dom/Entity.cpp \
122 dom/EntityReference.cpp \
123 dom/ErrorEvent.cpp \
124 dom/Event.cpp \
125 dom/EventNames.cpp \
126 dom/EventTarget.cpp \
127 dom/ExceptionBase.cpp \
128 dom/ExceptionCode.cpp \
129 dom/InputElement.cpp \
130 dom/KeyboardEvent.cpp \
131 dom/MappedAttribute.cpp \
132 dom/MessageChannel.cpp \
133 dom/MessageEvent.cpp \
134 dom/MessagePort.cpp \
135 dom/MessagePortChannel.cpp \
136 dom/MouseEvent.cpp \
137 dom/MouseRelatedEvent.cpp \
138 dom/MutationEvent.cpp \
139 dom/NameNodeList.cpp \
140 dom/NamedAttrMap.cpp \
141 dom/NamedMappedAttrMap.cpp \
142 dom/Node.cpp \
143 dom/NodeFilter.cpp \
144 dom/NodeFilterCondition.cpp \
145 dom/NodeIterator.cpp \
146 dom/Notation.cpp \
147 dom/OptionElement.cpp \
148 dom/OptionGroupElement.cpp \
149 dom/OverflowEvent.cpp \
150 dom/PageTransitionEvent.cpp \
151 dom/Position.cpp \
152 dom/PositionIterator.cpp \
153 dom/ProcessingInstruction.cpp \
154 dom/ProgressEvent.cpp \
155 dom/QualifiedName.cpp \
156 dom/Range.cpp \
157 dom/RegisteredEventListener.cpp \
158 dom/ScriptElement.cpp \
159 dom/ScriptExecutionContext.cpp \
160 dom/SelectElement.cpp \
161 dom/SelectorNodeList.cpp \
162 dom/SpaceSplitString.cpp \
163 dom/StaticNodeList.cpp \
164 dom/StyleElement.cpp \
165 dom/StyledElement.cpp \
166 dom/TagNodeList.cpp \
167 dom/Text.cpp \
168 dom/TextEvent.cpp \
169 dom/Traversal.cpp \
170 dom/TreeWalker.cpp \
171 dom/UIEvent.cpp \
172 dom/UIEventWithKeyState.cpp \
173 dom/WebKitAnimationEvent.cpp \
174 dom/WebKitTransitionEvent.cpp \
175 dom/WheelEvent.cpp \
176 dom/XMLTokenizer.cpp \
177 dom/XMLTokenizerLibxml2.cpp \
178 dom/XMLTokenizerScope.cpp \
179 dom/default/PlatformMessagePortChannel.cpp \
181 editing/AppendNodeCommand.cpp \
182 editing/ApplyStyleCommand.cpp \
183 editing/BreakBlockquoteCommand.cpp \
184 editing/CompositeEditCommand.cpp \
185 editing/CreateLinkCommand.cpp \
186 editing/DeleteButton.cpp \
187 editing/DeleteButtonController.cpp \
188 editing/DeleteFromTextNodeCommand.cpp \
189 editing/DeleteSelectionCommand.cpp \
190 editing/EditCommand.cpp \
191 editing/Editor.cpp \
192 editing/EditorCommand.cpp \
193 editing/FormatBlockCommand.cpp \
194 editing/HTMLInterchange.cpp \
195 editing/IndentOutdentCommand.cpp \
196 editing/InsertIntoTextNodeCommand.cpp \
197 editing/InsertLineBreakCommand.cpp \
198 editing/InsertListCommand.cpp \
199 editing/InsertNodeBeforeCommand.cpp \
200 editing/InsertParagraphSeparatorCommand.cpp \
201 editing/InsertTextCommand.cpp \
202 editing/JoinTextNodesCommand.cpp \
203 editing/MergeIdenticalElementsCommand.cpp \
204 editing/ModifySelectionListLevel.cpp \
205 editing/MoveSelectionCommand.cpp \
206 editing/RemoveCSSPropertyCommand.cpp \
207 editing/RemoveFormatCommand.cpp \
208 editing/RemoveNodeCommand.cpp \
209 editing/RemoveNodePreservingChildrenCommand.cpp \
210 editing/ReplaceNodeWithSpanCommand.cpp \
211 editing/ReplaceSelectionCommand.cpp \
212 editing/SelectionController.cpp \
213 editing/SetNodeAttributeCommand.cpp \
214 editing/SplitElementCommand.cpp \
215 editing/SplitTextNodeCommand.cpp \
216 editing/SplitTextNodeContainingElementCommand.cpp \
217 editing/TextIterator.cpp \
218 editing/TypingCommand.cpp \
219 editing/UnlinkCommand.cpp \
220 editing/VisiblePosition.cpp \
221 editing/VisibleSelection.cpp \
222 editing/WrapContentsInDummySpanCommand.cpp \
224 editing/android/EditorAndroid.cpp \
225 editing/htmlediting.cpp \
226 editing/markup.cpp \
227 editing/visible_units.cpp \
229 history/BackForwardList.cpp \
230 history/CachedFrame.cpp \
231 history/CachedPage.cpp \
232 history/HistoryItem.cpp \
233 history/PageCache.cpp \
235 history/android/HistoryItemAndroid.cpp \
237 html/CollectionCache.cpp \
238 html/File.cpp \
239 html/FileList.cpp \
240 html/FormDataList.cpp \
241 html/HTMLAllCollection.cpp \
242 html/HTMLCollection.cpp \
243 html/HTMLDataListElement.cpp \
244 html/HTMLDocument.cpp \
245 html/HTMLElementsAllInOne.cpp \
246 html/HTMLFormCollection.cpp \
247 html/HTMLImageLoader.cpp \
248 html/HTMLNameCollection.cpp \
249 html/HTMLOptionsCollection.cpp \
250 html/HTMLParser.cpp \
251 html/HTMLParserErrorCodes.cpp \
252 html/HTMLTableRowsCollection.cpp \
253 html/HTMLTokenizer.cpp \
254 html/HTMLViewSourceDocument.cpp \
255 html/ImageData.cpp \
256 html/PreloadScanner.cpp \
257 html/TimeRanges.cpp \
258 html/ValidityState.cpp \
260 html/canvas/CanvasGradient.cpp \
261 html/canvas/CanvasNumberArray.cpp \
262 html/canvas/CanvasObject.cpp \
263 html/canvas/CanvasPattern.cpp \
264 html/canvas/CanvasPixelArray.cpp \
265 html/canvas/CanvasRenderingContext.cpp \
266 html/canvas/CanvasRenderingContext2D.cpp \
267 html/canvas/CanvasStyle.cpp \
269 loader/Cache.cpp \
270 loader/CachedCSSStyleSheet.cpp \
271 loader/CachedFont.cpp \
272 loader/CachedImage.cpp \
273 loader/CachedResource.cpp \
274 loader/CachedResourceClientWalker.cpp \
275 loader/CachedResourceHandle.cpp \
276 loader/CachedScript.cpp \
277 loader/CrossOriginAccessControl.cpp \
278 loader/CrossOriginPreflightResultCache.cpp \
279 loader/DocLoader.cpp \
280 loader/DocumentLoader.cpp \
281 loader/DocumentThreadableLoader.cpp \
282 loader/FormState.cpp \
283 loader/FrameLoader.cpp \
284 loader/HistoryController.cpp \
285 loader/ImageDocument.cpp \
286 loader/ImageLoader.cpp \
287 loader/MainResourceLoader.cpp \
288 loader/MediaDocument.cpp \
289 loader/NavigationAction.cpp \
290 loader/NetscapePlugInStreamLoader.cpp \
291 loader/PlaceholderDocument.cpp \
292 loader/PluginDocument.cpp \
293 loader/PolicyCallback.cpp \
294 loader/PolicyChecker.cpp \
295 loader/ProgressTracker.cpp \
296 loader/RedirectScheduler.cpp \
297 loader/Request.cpp \
298 loader/ResourceLoadNotifier.cpp \
299 loader/ResourceLoader.cpp \
300 loader/SubresourceLoader.cpp \
301 loader/TextDocument.cpp \
302 loader/TextResourceDecoder.cpp \
303 loader/ThreadableLoader.cpp \
304 loader/WorkerThreadableLoader.cpp \
305 loader/appcache/ApplicationCache.cpp \
306 loader/appcache/ApplicationCacheGroup.cpp \
307 loader/appcache/ApplicationCacheHost.cpp \
308 loader/appcache/ApplicationCacheResource.cpp \
309 loader/appcache/ApplicationCacheStorage.cpp \
310 loader/appcache/DOMApplicationCache.cpp \
311 loader/appcache/ManifestParser.cpp \
313 loader/icon/IconDatabase.cpp \
314 loader/icon/IconFetcher.cpp \
315 loader/icon/IconLoader.cpp \
316 loader/icon/IconRecord.cpp \
317 loader/icon/PageURLRecord.cpp \
319 loader/loader.cpp \
321 page/BarInfo.cpp \
322 page/Chrome.cpp \
323 page/Console.cpp \
324 page/ContextMenuController.cpp \
325 page/DOMSelection.cpp \
326 page/DOMTimer.cpp \
327 page/DOMWindow.cpp \
328 page/DragController.cpp \
329 page/EventHandler.cpp \
330 page/FocusController.cpp \
331 page/Frame.cpp \
332 page/FrameTree.cpp \
333 page/FrameView.cpp \
334 page/Geolocation.cpp \
335 page/History.cpp \
336 page/Location.cpp \
337 page/MouseEventWithHitTestResults.cpp \
338 page/Navigator.cpp \
339 page/NavigatorBase.cpp \
340 page/OriginAccessEntry.cpp \
341 page/Page.cpp \
342 page/PageGroup.cpp \
343 page/PageGroupLoadDeferrer.cpp \
344 page/PluginHalter.cpp \
345 page/PrintContext.cpp \
346 page/Screen.cpp \
347 page/SecurityOrigin.cpp \
348 page/Settings.cpp \
349 page/UserContentURLPattern.cpp \
350 page/WindowFeatures.cpp \
351 page/WorkerNavigator.cpp \
352 page/XSSAuditor.cpp \
354 page/android/DragControllerAndroid.cpp \
355 page/android/EventHandlerAndroid.cpp \
357 page/animation/AnimationBase.cpp \
358 page/animation/AnimationController.cpp \
359 page/animation/CompositeAnimation.cpp \
360 page/animation/ImplicitAnimation.cpp \
361 page/animation/KeyframeAnimation.cpp \
363 platform/Arena.cpp \
364 platform/ContentType.cpp \
365 platform/ContextMenu.cpp \
366 platform/CrossThreadCopier.cpp \
367 platform/DeprecatedPtrListImpl.cpp \
368 platform/DragData.cpp \
369 platform/DragImage.cpp \
370 platform/FileChooser.cpp \
371 platform/GeolocationService.cpp \
372 platform/KURL.cpp \
373 platform/KURLGoogle.cpp \
374 platform/Length.cpp \
375 platform/LinkHash.cpp \
376 platform/Logging.cpp \
377 platform/MIMETypeRegistry.cpp \
378 platform/ScrollView.cpp \
379 platform/Scrollbar.cpp \
380 platform/ScrollbarThemeComposite.cpp \
381 platform/SharedBuffer.cpp \
382 platform/Theme.cpp \
383 platform/ThreadGlobalData.cpp \
384 platform/ThreadTimers.cpp \
385 platform/Timer.cpp \
386 platform/Widget.cpp \
388 platform/android/ClipboardAndroid.cpp \
389 platform/android/CursorAndroid.cpp \
390 platform/android/DragDataAndroid.cpp \
391 platform/android/EventLoopAndroid.cpp \
392 platform/android/FileChooserAndroid.cpp \
393 platform/android/FileSystemAndroid.cpp \
394 platform/android/GeolocationServiceAndroid.cpp \
395 platform/android/GeolocationServiceBridge.cpp \
396 platform/android/KeyEventAndroid.cpp \
397 platform/android/LocalizedStringsAndroid.cpp \
398 platform/android/PopupMenuAndroid.cpp \
399 platform/android/RenderThemeAndroid.cpp \
400 platform/android/ScreenAndroid.cpp \
401 platform/android/ScrollViewAndroid.cpp \
402 platform/android/SearchPopupMenuAndroid.cpp \
403 platform/android/SharedTimerAndroid.cpp \
404 platform/android/SoundAndroid.cpp \
405 platform/android/SSLKeyGeneratorAndroid.cpp \
406 platform/android/SystemTimeAndroid.cpp \
407 platform/android/TemporaryLinkStubs.cpp \
408 platform/android/WidgetAndroid.cpp \
410 platform/animation/Animation.cpp \
411 platform/animation/AnimationList.cpp \
413 platform/graphics/BitmapImage.cpp \
414 platform/graphics/Color.cpp \
415 platform/graphics/FloatPoint.cpp \
416 platform/graphics/FloatPoint3D.cpp \
417 platform/graphics/FloatQuad.cpp \
418 platform/graphics/FloatRect.cpp \
419 platform/graphics/FloatSize.cpp \
420 platform/graphics/Font.cpp \
421 platform/graphics/FontCache.cpp \
422 platform/graphics/FontData.cpp \
423 platform/graphics/FontDescription.cpp \
424 platform/graphics/FontFallbackList.cpp \
425 platform/graphics/FontFamily.cpp \
426 platform/graphics/FontFastPath.cpp \
427 platform/graphics/GeneratedImage.cpp \
428 platform/graphics/GlyphPageTreeNode.cpp \
429 platform/graphics/GlyphWidthMap.cpp \
430 platform/graphics/Gradient.cpp \
431 platform/graphics/GraphicsContext.cpp \
432 platform/graphics/GraphicsLayer.cpp \
433 platform/graphics/GraphicsTypes.cpp \
434 platform/graphics/Image.cpp \
435 platform/graphics/IntRect.cpp \
436 platform/graphics/MediaPlayer.cpp \
437 platform/graphics/Path.cpp \
438 platform/graphics/PathTraversalState.cpp \
439 platform/graphics/Pattern.cpp \
440 platform/graphics/Pen.cpp \
441 platform/graphics/SegmentedFontData.cpp \
442 platform/graphics/SimpleFontData.cpp \
443 platform/graphics/StringTruncator.cpp \
444 platform/graphics/WidthIterator.cpp
446 ifeq ($(ENABLE_SVG), true)
447 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
448 platform/graphics/filters/FEBlend.cpp \
449 platform/graphics/filters/FEColorMatrix.cpp \
450 platform/graphics/filters/FEComponentTransfer.cpp \
451 platform/graphics/filters/FEComposite.cpp
452 endif
454 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
455 platform/graphics/skia/FloatPointSkia.cpp \
456 platform/graphics/skia/FloatRectSkia.cpp \
457 platform/graphics/skia/IntPointSkia.cpp \
458 platform/graphics/skia/IntRectSkia.cpp \
459 platform/graphics/skia/NativeImageSkia.cpp \
460 platform/graphics/skia/SkiaUtils.cpp \
461 platform/graphics/skia/TransformationMatrixSkia.cpp \
463 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
464 platform/graphics/transforms/MatrixTransformOperation.cpp \
465 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
466 platform/graphics/transforms/RotateTransformOperation.cpp \
467 platform/graphics/transforms/ScaleTransformOperation.cpp \
468 platform/graphics/transforms/SkewTransformOperation.cpp \
469 platform/graphics/transforms/TransformOperations.cpp \
470 platform/graphics/transforms/TransformationMatrix.cpp \
471 platform/graphics/transforms/TranslateTransformOperation.cpp \
473 platform/image-decoders/skia/ImageDecoderSkia.cpp \
474 platform/image-decoders/gif/GIFImageDecoder.cpp \
475 platform/image-decoders/gif/GIFImageReader.cpp \
477 platform/mock/GeolocationServiceMock.cpp \
479 platform/network/AuthenticationChallengeBase.cpp \
480 platform/network/Credential.cpp \
481 platform/network/CredentialStorage.cpp \
482 platform/network/FormData.cpp \
483 platform/network/FormDataBuilder.cpp \
484 platform/network/HTTPHeaderMap.cpp \
485 platform/network/HTTPParsers.cpp \
486 platform/network/NetworkStateNotifier.cpp \
487 platform/network/ProtectionSpace.cpp \
488 platform/network/ResourceErrorBase.cpp \
489 platform/network/ResourceHandle.cpp \
490 platform/network/ResourceRequestBase.cpp \
491 platform/network/ResourceResponseBase.cpp \
492 platform/network/SocketStreamHandleBase.cpp \
494 platform/posix/FileSystemPOSIX.cpp \
496 platform/sql/SQLValue.cpp \
497 platform/sql/SQLiteAuthorizer.cpp \
498 platform/sql/SQLiteDatabase.cpp \
499 platform/sql/SQLiteFileSystem.cpp \
500 platform/sql/SQLiteStatement.cpp \
501 platform/sql/SQLiteTransaction.cpp \
503 platform/text/AtomicString.cpp \
504 platform/text/Base64.cpp \
505 platform/text/BidiContext.cpp \
506 platform/text/CString.cpp \
507 platform/text/RegularExpression.cpp \
508 platform/text/SegmentedString.cpp \
509 platform/text/String.cpp \
510 platform/text/StringBuilder.cpp \
511 platform/text/StringImpl.cpp \
512 platform/text/TextBreakIteratorICU.cpp \
513 platform/text/TextCodec.cpp \
514 platform/text/TextCodecICU.cpp \
515 platform/text/TextCodecLatin1.cpp \
516 platform/text/TextCodecUTF16.cpp \
517 platform/text/TextCodecUserDefined.cpp \
518 platform/text/TextEncoding.cpp \
519 platform/text/TextEncodingDetectorICU.cpp \
520 platform/text/TextEncodingRegistry.cpp \
521 platform/text/TextStream.cpp \
522 platform/text/UnicodeRange.cpp \
524 platform/text/android/TextBreakIteratorInternalICU.cpp \
526 plugins/MimeType.cpp \
527 plugins/MimeTypeArray.cpp \
528 plugins/Plugin.cpp \
529 plugins/PluginArray.cpp \
530 plugins/PluginData.cpp \
531 plugins/PluginDatabase.cpp \
532 plugins/PluginInfoStore.cpp \
533 plugins/PluginMainThreadScheduler.cpp \
534 plugins/PluginPackage.cpp \
535 plugins/PluginStream.cpp \
536 plugins/PluginView.cpp \
537 plugins/npapi.cpp \
539 rendering/AutoTableLayout.cpp \
540 rendering/CounterNode.cpp \
541 rendering/EllipsisBox.cpp \
542 rendering/FixedTableLayout.cpp \
543 rendering/HitTestResult.cpp \
544 rendering/InlineBox.cpp \
545 rendering/InlineFlowBox.cpp \
546 rendering/InlineTextBox.cpp \
547 rendering/LayoutState.cpp \
548 rendering/MediaControlElements.cpp \
549 rendering/PointerEventsHitRules.cpp \
550 rendering/RenderApplet.cpp \
551 rendering/RenderArena.cpp \
552 rendering/RenderBR.cpp \
553 rendering/RenderBlock.cpp \
554 rendering/RenderBlockLineLayout.cpp \
555 rendering/RenderBox.cpp \
556 rendering/RenderBoxModelObject.cpp \
557 rendering/RenderButton.cpp \
558 rendering/RenderCounter.cpp \
559 rendering/RenderFieldset.cpp \
560 rendering/RenderFileUploadControl.cpp \
561 rendering/RenderFlexibleBox.cpp \
562 rendering/RenderForeignObject.cpp \
563 rendering/RenderFrame.cpp \
564 rendering/RenderFrameSet.cpp \
565 rendering/RenderHTMLCanvas.cpp \
566 rendering/RenderImage.cpp \
567 rendering/RenderImageGeneratedContent.cpp \
568 rendering/RenderInline.cpp \
569 rendering/RenderLayer.cpp \
570 rendering/RenderLayerBacking.cpp \
571 rendering/RenderLayerCompositor.cpp \
572 rendering/RenderLineBoxList.cpp \
573 rendering/RenderListBox.cpp \
574 rendering/RenderListItem.cpp \
575 rendering/RenderListMarker.cpp \
576 rendering/RenderMarquee.cpp \
577 rendering/RenderMedia.cpp \
578 rendering/RenderMenuList.cpp \
579 rendering/RenderObject.cpp \
580 rendering/RenderObjectChildList.cpp \
581 rendering/RenderPart.cpp \
582 rendering/RenderPartObject.cpp \
583 rendering/RenderPath.cpp \
584 rendering/RenderReplaced.cpp \
585 rendering/RenderReplica.cpp \
587 ifeq ($(ENABLE_SVG), true)
588 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
589 rendering/RenderSVGBlock.cpp \
590 rendering/RenderSVGContainer.cpp \
591 rendering/RenderSVGGradientStop.cpp \
592 rendering/RenderSVGHiddenContainer.cpp \
593 rendering/RenderSVGImage.cpp \
594 rendering/RenderSVGInline.cpp \
595 rendering/RenderSVGInlineText.cpp \
596 rendering/RenderSVGModelObject.cpp \
597 rendering/RenderSVGRoot.cpp \
598 rendering/RenderSVGTSpan.cpp \
599 rendering/RenderSVGText.cpp \
600 rendering/RenderSVGTextPath.cpp \
601 rendering/RenderSVGTransformableContainer.cpp \
602 rendering/RenderSVGViewportContainer.cpp
603 endif
605 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
606 rendering/RenderScrollbar.cpp \
607 rendering/RenderScrollbarPart.cpp \
608 rendering/RenderScrollbarTheme.cpp \
609 rendering/RenderSlider.cpp \
610 rendering/RenderTable.cpp \
611 rendering/RenderTableCell.cpp \
612 rendering/RenderTableCol.cpp \
613 rendering/RenderTableRow.cpp \
614 rendering/RenderTableSection.cpp \
615 rendering/RenderText.cpp \
616 rendering/RenderTextControl.cpp \
617 rendering/RenderTextControlMultiLine.cpp \
618 rendering/RenderTextControlSingleLine.cpp \
619 rendering/RenderTextFragment.cpp \
620 rendering/RenderTheme.cpp \
621 rendering/RenderTreeAsText.cpp \
622 rendering/RenderVideo.cpp \
623 rendering/RenderView.cpp \
624 rendering/RenderWidget.cpp \
625 rendering/RenderWordBreak.cpp \
626 rendering/RootInlineBox.cpp \
628 ifeq ($(ENABLE_SVG), true)
629 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
630 rendering/SVGCharacterLayoutInfo.cpp \
631 rendering/SVGInlineFlowBox.cpp \
632 rendering/SVGInlineTextBox.cpp \
633 rendering/SVGRenderSupport.cpp \
634 rendering/SVGRenderTreeAsText.cpp \
635 rendering/SVGRootInlineBox.cpp
636 endif
638 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
639 rendering/ScrollBehavior.cpp \
640 rendering/TextControlInnerElements.cpp \
641 rendering/TransformState.cpp \
642 rendering/break_lines.cpp \
644 rendering/style/BindingURI.cpp \
645 rendering/style/ContentData.cpp \
646 rendering/style/CounterDirectives.cpp \
647 rendering/style/FillLayer.cpp \
648 rendering/style/KeyframeList.cpp \
649 rendering/style/NinePieceImage.cpp \
650 rendering/style/RenderStyle.cpp \
652 ifeq ($(ENABLE_SVG), true)
653 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
654 rendering/style/SVGRenderStyle.cpp \
655 rendering/style/SVGRenderStyleDefs.cpp
656 endif
658 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
659 rendering/style/ShadowData.cpp \
660 rendering/style/StyleBackgroundData.cpp \
661 rendering/style/StyleBoxData.cpp \
662 rendering/style/StyleCachedImage.cpp \
663 rendering/style/StyleFlexibleBoxData.cpp \
664 rendering/style/StyleGeneratedImage.cpp \
665 rendering/style/StyleInheritedData.cpp \
666 rendering/style/StyleMarqueeData.cpp \
667 rendering/style/StyleMultiColData.cpp \
668 rendering/style/StyleRareInheritedData.cpp \
669 rendering/style/StyleRareNonInheritedData.cpp \
670 rendering/style/StyleSurroundData.cpp \
671 rendering/style/StyleTransformData.cpp \
672 rendering/style/StyleVisualData.cpp \
674 storage/ChangeVersionWrapper.cpp \
675 storage/Database.cpp \
676 storage/DatabaseAuthorizer.cpp \
677 storage/DatabaseTask.cpp \
678 storage/DatabaseThread.cpp \
679 storage/DatabaseTracker.cpp \
680 storage/LocalStorageTask.cpp \
681 storage/LocalStorageThread.cpp \
682 storage/OriginQuotaManager.cpp \
683 storage/OriginUsageRecord.cpp \
684 storage/SQLResultSet.cpp \
685 storage/SQLResultSetRowList.cpp \
686 storage/SQLStatement.cpp \
687 storage/SQLTransaction.cpp \
688 storage/SQLTransactionClient.cpp \
689 storage/SQLTransactionCoordinator.cpp \
690 storage/Storage.cpp \
691 storage/StorageAreaImpl.cpp \
692 storage/StorageAreaSync.cpp \
693 storage/StorageEvent.cpp \
694 storage/StorageEventDispatcher.cpp \
695 storage/StorageMap.cpp \
696 storage/StorageNamespace.cpp \
697 storage/StorageNamespaceImpl.cpp \
698 storage/StorageSyncManager.cpp \
700 ifeq ($(ENABLE_SVG), true)
701 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
702 svg/ColorDistance.cpp \
703 svg/SVGAElement.cpp \
704 svg/SVGAllInOne.cpp \
705 svg/SVGAltGlyphElement.cpp \
706 svg/SVGAngle.cpp \
707 svg/SVGAnimateColorElement.cpp \
708 svg/SVGAnimateElement.cpp \
709 svg/SVGAnimateMotionElement.cpp \
710 svg/SVGAnimateTransformElement.cpp \
711 svg/SVGAnimatedPathData.cpp \
712 svg/SVGAnimatedPoints.cpp \
713 svg/SVGAnimationElement.cpp \
714 svg/SVGCircleElement.cpp \
715 svg/SVGClipPathElement.cpp \
716 svg/SVGColor.cpp \
717 svg/SVGComponentTransferFunctionElement.cpp \
718 svg/SVGCursorElement.cpp \
719 svg/SVGDefsElement.cpp \
720 svg/SVGDescElement.cpp \
721 svg/SVGDocument.cpp \
722 svg/SVGDocumentExtensions.cpp \
723 svg/SVGElement.cpp \
724 svg/SVGElementInstance.cpp \
725 svg/SVGElementInstanceList.cpp \
726 svg/SVGEllipseElement.cpp \
727 svg/SVGExternalResourcesRequired.cpp \
728 svg/SVGFEBlendElement.cpp \
729 svg/SVGFEColorMatrixElement.cpp \
730 svg/SVGFEComponentTransferElement.cpp \
731 svg/SVGFECompositeElement.cpp \
732 svg/SVGFEDiffuseLightingElement.cpp \
733 svg/SVGFEDisplacementMapElement.cpp \
734 svg/SVGFEDistantLightElement.cpp \
735 svg/SVGFEFloodElement.cpp \
736 svg/SVGFEFuncAElement.cpp \
737 svg/SVGFEFuncBElement.cpp \
738 svg/SVGFEFuncGElement.cpp \
739 svg/SVGFEFuncRElement.cpp \
740 svg/SVGFEGaussianBlurElement.cpp \
741 svg/SVGFEImageElement.cpp \
742 svg/SVGFELightElement.cpp \
743 svg/SVGFEMergeElement.cpp \
744 svg/SVGFEMergeNodeElement.cpp \
745 svg/SVGFEOffsetElement.cpp \
746 svg/SVGFEPointLightElement.cpp \
747 svg/SVGFESpecularLightingElement.cpp \
748 svg/SVGFESpotLightElement.cpp \
749 svg/SVGFETileElement.cpp \
750 svg/SVGFETurbulenceElement.cpp \
751 svg/SVGFilterElement.cpp \
752 svg/SVGFilterPrimitiveStandardAttributes.cpp \
753 svg/SVGFitToViewBox.cpp \
754 svg/SVGFont.cpp \
755 svg/SVGFontData.cpp \
756 svg/SVGFontElement.cpp \
757 svg/SVGFontFaceElement.cpp \
758 svg/SVGFontFaceFormatElement.cpp \
759 svg/SVGFontFaceNameElement.cpp \
760 svg/SVGFontFaceSrcElement.cpp \
761 svg/SVGFontFaceUriElement.cpp \
762 svg/SVGForeignObjectElement.cpp \
763 svg/SVGGElement.cpp \
764 svg/SVGGlyphElement.cpp \
765 svg/SVGGradientElement.cpp \
766 svg/SVGHKernElement.cpp \
767 svg/SVGImageElement.cpp \
768 svg/SVGImageLoader.cpp \
769 svg/SVGLangSpace.cpp \
770 svg/SVGLength.cpp \
771 svg/SVGLengthList.cpp \
772 svg/SVGLineElement.cpp \
773 svg/SVGLinearGradientElement.cpp \
774 svg/SVGLocatable.cpp \
775 svg/SVGMPathElement.cpp \
776 svg/SVGMarkerElement.cpp \
777 svg/SVGMaskElement.cpp \
778 svg/SVGMetadataElement.cpp \
779 svg/SVGMissingGlyphElement.cpp \
780 svg/SVGNumberList.cpp \
781 svg/SVGPaint.cpp \
782 svg/SVGParserUtilities.cpp \
783 svg/SVGPathElement.cpp \
784 svg/SVGPathSegArc.cpp \
785 svg/SVGPathSegClosePath.cpp \
786 svg/SVGPathSegCurvetoCubic.cpp \
787 svg/SVGPathSegCurvetoCubicSmooth.cpp \
788 svg/SVGPathSegCurvetoQuadratic.cpp \
789 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
790 svg/SVGPathSegLineto.cpp \
791 svg/SVGPathSegLinetoHorizontal.cpp \
792 svg/SVGPathSegLinetoVertical.cpp \
793 svg/SVGPathSegList.cpp \
794 svg/SVGPathSegMoveto.cpp \
795 svg/SVGPatternElement.cpp \
796 svg/SVGPointList.cpp \
797 svg/SVGPolyElement.cpp \
798 svg/SVGPolygonElement.cpp \
799 svg/SVGPolylineElement.cpp \
800 svg/SVGPreserveAspectRatio.cpp \
801 svg/SVGRadialGradientElement.cpp \
802 svg/SVGRectElement.cpp \
803 svg/SVGSVGElement.cpp \
804 svg/SVGScriptElement.cpp \
805 svg/SVGSetElement.cpp \
806 svg/SVGStopElement.cpp \
807 svg/SVGStringList.cpp \
808 svg/SVGStylable.cpp \
809 svg/SVGStyleElement.cpp \
810 svg/SVGStyledElement.cpp \
811 svg/SVGStyledLocatableElement.cpp \
812 svg/SVGStyledTransformableElement.cpp \
813 svg/SVGSwitchElement.cpp \
814 svg/SVGSymbolElement.cpp \
815 svg/SVGTRefElement.cpp \
816 svg/SVGTSpanElement.cpp \
817 svg/SVGTests.cpp \
818 svg/SVGTextContentElement.cpp \
819 svg/SVGTextElement.cpp \
820 svg/SVGTextPathElement.cpp \
821 svg/SVGTextPositioningElement.cpp \
822 svg/SVGTitleElement.cpp \
823 svg/SVGTransform.cpp \
824 svg/SVGTransformDistance.cpp \
825 svg/SVGTransformList.cpp \
826 svg/SVGTransformable.cpp \
827 svg/SVGURIReference.cpp \
828 svg/SVGUseElement.cpp \
829 svg/SVGViewElement.cpp \
830 svg/SVGViewSpec.cpp \
831 svg/SVGZoomAndPan.cpp \
832 svg/SVGZoomEvent.cpp \
834 svg/animation/SMILTime.cpp \
835 svg/animation/SMILTimeContainer.cpp \
836 svg/animation/SVGSMILElement.cpp \
838 svg/graphics/SVGImage.cpp \
839 svg/graphics/SVGPaintServer.cpp \
840 svg/graphics/SVGPaintServerGradient.cpp \
841 svg/graphics/SVGPaintServerLinearGradient.cpp \
842 svg/graphics/SVGPaintServerPattern.cpp \
843 svg/graphics/SVGPaintServerRadialGradient.cpp \
844 svg/graphics/SVGPaintServerSolid.cpp \
845 svg/graphics/SVGResource.cpp \
846 svg/graphics/SVGResourceClipper.cpp \
847 svg/graphics/SVGResourceFilter.cpp \
848 svg/graphics/SVGResourceMarker.cpp \
849 svg/graphics/SVGResourceMasker.cpp \
851 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
852 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
853 svg/graphics/filters/SVGFEDisplacementMap.cpp \
854 svg/graphics/filters/SVGFEFlood.cpp \
855 svg/graphics/filters/SVGFEImage.cpp \
856 svg/graphics/filters/SVGFEMerge.cpp \
857 svg/graphics/filters/SVGFEMorphology.cpp \
858 svg/graphics/filters/SVGFEOffset.cpp \
859 svg/graphics/filters/SVGFESpecularLighting.cpp \
860 svg/graphics/filters/SVGFETile.cpp \
861 svg/graphics/filters/SVGFETurbulence.cpp \
862 svg/graphics/filters/SVGFilter.cpp \
863 svg/graphics/filters/SVGFilterBuilder.cpp \
864 svg/graphics/filters/SVGLightSource.cpp
865 endif
867 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
868 workers/AbstractWorker.cpp \
869 workers/DedicatedWorkerContext.cpp \
870 workers/DedicatedWorkerThread.cpp \
871 workers/DefaultSharedWorkerRepository.cpp \
872 workers/SharedWorker.cpp \
873 workers/SharedWorkerContext.cpp \
874 workers/SharedWorkerThread.cpp \
875 workers/Worker.cpp \
876 workers/WorkerContext.cpp \
877 workers/WorkerLocation.cpp \
878 workers/WorkerMessagingProxy.cpp \
879 workers/WorkerRunLoop.cpp \
880 workers/WorkerScriptLoader.cpp \
881 workers/WorkerThread.cpp \
883 xml/DOMParser.cpp \
884 xml/XMLHttpRequest.cpp \
885 xml/XMLHttpRequestUpload.cpp \
886 xml/XMLSerializer.cpp