@@ -324,103 +324,29 @@ sky_core_files = [
324
324
" dom/shadow/SelectRuleFeatureSet.h" ,
325
325
" dom/shadow/ShadowRoot.cpp" ,
326
326
" dom/shadow/ShadowRoot.h" ,
327
- " editing/AppendNodeCommand.cpp" ,
328
- " editing/AppendNodeCommand.h" ,
329
- " editing/ApplyBlockElementCommand.cpp" ,
330
- " editing/ApplyBlockElementCommand.h" ,
331
- " editing/Caret.cpp" ,
332
- " editing/Caret.h" ,
333
- " editing/CompositeEditCommand.cpp" ,
334
- " editing/CompositeEditCommand.h" ,
335
327
" editing/CompositionUnderline.h" ,
336
328
" editing/CompositionUnderlineRangeFilter.cpp" ,
337
329
" editing/CompositionUnderlineRangeFilter.h" ,
338
- " editing/DOMSelection.cpp" ,
339
- " editing/DOMSelection.h" ,
340
- " editing/DeleteFromTextNodeCommand.cpp" ,
341
- " editing/DeleteFromTextNodeCommand.h" ,
342
- " editing/DeleteSelectionCommand.cpp" ,
343
- " editing/DeleteSelectionCommand.h" ,
344
- " editing/EditAction.h" ,
345
- " editing/EditCommand.cpp" ,
346
- " editing/EditCommand.h" ,
347
- " editing/EditingBehavior.cpp" ,
348
- " editing/EditingBehavior.h" ,
349
330
" editing/EditingBoundary.h" ,
350
- " editing/EditingStyle.cpp" ,
351
- " editing/EditingStyle.h" ,
352
- " editing/Editor.cpp" ,
353
- " editing/Editor.h" ,
354
- " editing/EditorCommand.cpp" ,
355
- " editing/EditorKeyBindings.cpp" ,
356
331
" editing/FindOptions.h" ,
357
- " editing/FrameSelection.cpp" ,
358
- " editing/FrameSelection.h" ,
359
- " editing/HTMLInterchange.cpp" ,
360
- " editing/HTMLInterchange.h" ,
361
- " editing/InputMethodController.cpp" ,
362
- " editing/InputMethodController.h" ,
363
- " editing/InsertIntoTextNodeCommand.cpp" ,
364
- " editing/InsertIntoTextNodeCommand.h" ,
365
- " editing/InsertLineBreakCommand.cpp" ,
366
- " editing/InsertLineBreakCommand.h" ,
367
- " editing/InsertNodeBeforeCommand.cpp" ,
368
- " editing/InsertNodeBeforeCommand.h" ,
369
- " editing/InsertParagraphSeparatorCommand.cpp" ,
370
- " editing/InsertParagraphSeparatorCommand.h" ,
371
- " editing/InsertTextCommand.cpp" ,
372
- " editing/InsertTextCommand.h" ,
373
- " editing/MoveSelectionCommand.cpp" ,
374
- " editing/MoveSelectionCommand.h" ,
332
+ " editing/htmlediting.cpp" ,
333
+ " editing/htmlediting.h" ,
375
334
" editing/PlainTextRange.cpp" ,
376
335
" editing/PlainTextRange.h" ,
377
336
" editing/PositionWithAffinity.cpp" ,
378
337
" editing/PositionWithAffinity.h" ,
379
- " editing/RemoveNodeCommand.cpp" ,
380
- " editing/RemoveNodeCommand.h" ,
381
- " editing/RemoveNodePreservingChildrenCommand.cpp" ,
382
- " editing/RemoveNodePreservingChildrenCommand.h" ,
383
338
" editing/RenderedPosition.cpp" ,
384
339
" editing/RenderedPosition.h" ,
385
- " editing/ReplaceSelectionCommand.cpp" ,
386
- " editing/ReplaceSelectionCommand.h" ,
387
- " editing/SelectionType.h" ,
388
- " editing/SmartReplace.h" ,
389
- " editing/SmartReplaceICU.cpp" ,
390
- " editing/SpellCheckRequester.cpp" ,
391
- " editing/SpellCheckRequester.h" ,
392
- " editing/SpellChecker.cpp" ,
393
- " editing/SpellChecker.h" ,
394
- " editing/SplitElementCommand.cpp" ,
395
- " editing/SplitElementCommand.h" ,
396
- " editing/SplitTextNodeCommand.cpp" ,
397
- " editing/SplitTextNodeCommand.h" ,
398
340
" editing/TextAffinity.h" ,
399
- " editing/TextCheckingHelper.cpp" ,
400
- " editing/TextCheckingHelper.h" ,
401
341
" editing/TextGranularity.h" ,
402
- " editing/TextInsertionBaseCommand.cpp" ,
403
- " editing/TextInsertionBaseCommand.h" ,
404
342
" editing/TextIterator.cpp" ,
405
343
" editing/TextIterator.h" ,
406
- " editing/TypingCommand.cpp" ,
407
- " editing/TypingCommand.h" ,
408
- " editing/UndoStack.cpp" ,
409
- " editing/UndoStack.h" ,
410
- " editing/UndoStep.h" ,
411
344
" editing/VisiblePosition.cpp" ,
412
345
" editing/VisiblePosition.h" ,
413
- " editing/VisibleSelection.cpp" ,
414
- " editing/VisibleSelection.h" ,
415
346
" editing/VisibleUnits.cpp" ,
416
347
" editing/VisibleUnits.h" ,
417
- " editing/WritingDirection.h" ,
418
- " editing/htmlediting.cpp" ,
419
- " editing/htmlediting.h" ,
420
348
" events/BeforeTextInsertedEvent.cpp" ,
421
349
" events/BeforeTextInsertedEvent.h" ,
422
- " events/CompositionEvent.cpp" ,
423
- " events/CompositionEvent.h" ,
424
350
" events/ErrorEvent.cpp" ,
425
351
" events/ErrorEvent.h" ,
426
352
" events/Event.cpp" ,
@@ -500,8 +426,6 @@ sky_core_files = [
500
426
" loader/CanvasImageDecoder.h" ,
501
427
" loader/DocumentLoadTiming.cpp" ,
502
428
" loader/DocumentLoadTiming.h" ,
503
- " loader/EmptyClients.cpp" ,
504
- " loader/EmptyClients.h" ,
505
429
" loader/FrameLoader.cpp" ,
506
430
" loader/FrameLoader.h" ,
507
431
" loader/FrameLoaderClient.h" ,
@@ -511,13 +435,11 @@ sky_core_files = [
511
435
" loader/UniqueIdentifier.cpp" ,
512
436
" loader/UniqueIdentifier.h" ,
513
437
" page/ChromeClient.h" ,
514
- " page/EditorClient.h" ,
515
438
" page/FocusController.cpp" ,
516
439
" page/FocusController.h" ,
517
440
" page/FocusType.h" ,
518
441
" page/Page.cpp" ,
519
442
" page/Page.h" ,
520
- " page/SpellCheckerClient.h" ,
521
443
" painting/Canvas.cpp" ,
522
444
" painting/Canvas.h" ,
523
445
" painting/CanvasColor.cpp" ,
@@ -761,8 +683,6 @@ core_idl_files = get_path_info([
761
683
" dom/Text.idl" ,
762
684
" dom/URL.idl" ,
763
685
" dom/shadow/ShadowRoot.idl" ,
764
- " editing/Selection.idl" ,
765
- " events/CompositionEvent.idl" ,
766
686
" events/ErrorEvent.idl" ,
767
687
" events/Event.idl" ,
768
688
" events/GestureEvent.idl" ,
@@ -836,7 +756,6 @@ core_dependency_idl_files = get_path_info([
836
756
# interfaces that inherit from Event, including Event itself
837
757
core_event_idl_files = get_path_info ([
838
758
" css/MediaQueryListEvent.idl" ,
839
- " events/CompositionEvent.idl" ,
840
759
" events/ErrorEvent.idl" ,
841
760
" events/Event.idl" ,
842
761
" events/GestureEvent.idl" ,
0 commit comments