Changeset 254802 in webkit


Ignore:
Timestamp:
Jan 18, 2020 10:02:46 PM (4 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r254790): Update DerivedSources-{input,output}.xcfilelist to fix build

Add support for scroll behavior parsing
<https://bugs.webkit.org/show_bug.cgi?id=205009>

  • DerivedSources-input.xcfilelist:
  • DerivedSources-output.xcfilelist:
  • Update after commit r254790.
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r254800 r254802  
     12020-01-18  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r254790): Update DerivedSources-{input,output}.xcfilelist to fix build
     4
     5        Add support for scroll behavior parsing
     6        <https://bugs.webkit.org/show_bug.cgi?id=205009>
     7
     8        * DerivedSources-input.xcfilelist:
     9        * DerivedSources-output.xcfilelist:
     10        - Update after commit r254790.
     11
    1122020-01-17  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
  • trunk/Source/WebCore/DerivedSources-input.xcfilelist

    r254029 r254802  
    924924$(PROJECT_DIR)/page/ResizeObserverEntry.idl
    925925$(PROJECT_DIR)/page/Screen.idl
     926$(PROJECT_DIR)/page/ScrollBehavior.idl
    926927$(PROJECT_DIR)/page/ScrollIntoViewOptions.idl
    927928$(PROJECT_DIR)/page/ScrollLogicalPosition.idl
     929$(PROJECT_DIR)/page/ScrollOptions.idl
    928930$(PROJECT_DIR)/page/ScrollToOptions.idl
    929931$(PROJECT_DIR)/page/Settings.yaml
  • trunk/Source/WebCore/DerivedSources-output.xcfilelist

    r254029 r254802  
    17381738$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScriptProcessorNode.cpp
    17391739$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScriptProcessorNode.h
     1740$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollBehavior.cpp
     1741$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollBehavior.h
    17401742$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollIntoViewOptions.cpp
    17411743$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollIntoViewOptions.h
    17421744$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollLogicalPosition.cpp
    17431745$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollLogicalPosition.h
     1746$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollOptions.cpp
     1747$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollOptions.h
    17441748$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollToOptions.cpp
    17451749$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollToOptions.h
Note: See TracChangeset for help on using the changeset viewer.