Changeset 240993 in webkit


Ignore:
Timestamp:
Feb 5, 2019 2:53:58 PM (5 years ago)
Author:
Keith Rollin
Message:

Update .xcfilelist files
https://bugs.webkit.org/show_bug.cgi?id=194121
<rdar://problem/47720863>

Reviewed by Tim Horton.

Preparatory to enabling the facility for automatically updating the
.xcfilelist files, check in a freshly-updated set so that not everyone
runs up against having to regenerate them themselves.

Source/JavaScriptCore:

  • DerivedSources-input.xcfilelist:
  • DerivedSources-output.xcfilelist:

Source/WebCore:

No new tests since there should be no observable behavior difference.

  • DerivedSources-input.xcfilelist:
  • DerivedSources-output.xcfilelist:
Location:
trunk/Source
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r240992 r240993  
     12019-02-05  Keith Rollin  <krollin@apple.com>
     2
     3        Update .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=194121
     5        <rdar://problem/47720863>
     6
     7        Reviewed by Tim Horton.
     8
     9        Preparatory to enabling the facility for automatically updating the
     10        .xcfilelist files, check in a freshly-updated set so that not everyone
     11        runs up against having to regenerate them themselves.
     12
     13        * DerivedSources-input.xcfilelist:
     14        * DerivedSources-output.xcfilelist:
     15
    1162019-02-05  Andy VanWagoner  <andy@vanwagoner.family>
    217
  • trunk/Source/JavaScriptCore/DerivedSources-input.xcfilelist

    r240507 r240993  
    122122$(PROJECT_DIR)/runtime/ArrayConstructor.cpp
    123123$(PROJECT_DIR)/runtime/ArrayIteratorPrototype.cpp
     124$(PROJECT_DIR)/runtime/AsyncFromSyncIteratorPrototype.cpp
    124125$(PROJECT_DIR)/runtime/AsyncGeneratorPrototype.cpp
    125126$(PROJECT_DIR)/runtime/BigIntConstructor.cpp
     
    137138$(PROJECT_DIR)/runtime/IntlNumberFormatConstructor.cpp
    138139$(PROJECT_DIR)/runtime/IntlNumberFormatPrototype.cpp
     140$(PROJECT_DIR)/runtime/IntlObject.cpp
    139141$(PROJECT_DIR)/runtime/IntlPluralRulesConstructor.cpp
    140142$(PROJECT_DIR)/runtime/IntlPluralRulesPrototype.cpp
  • trunk/Source/JavaScriptCore/DerivedSources-output.xcfilelist

    r240507 r240993  
    55$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h
    66$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/ArrayIteratorPrototype.lut.h
     7$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AsyncFromSyncIteratorPrototype.lut.h
    78$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AsyncGeneratorPrototype.lut.h
    89$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/BigIntConstructor.lut.h
     
    2829$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlNumberFormatConstructor.lut.h
    2930$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlNumberFormatPrototype.lut.h
     31$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlObject.lut.h
    3032$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlPluralRulesConstructor.lut.h
    3133$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlPluralRulesPrototype.lut.h
  • trunk/Source/WebCore/ChangeLog

    r240984 r240993  
     12019-02-05  Keith Rollin  <krollin@apple.com>
     2
     3        Update .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=194121
     5        <rdar://problem/47720863>
     6
     7        Reviewed by Tim Horton.
     8
     9        Preparatory to enabling the facility for automatically updating the
     10        .xcfilelist files, check in a freshly-updated set so that not everyone
     11        runs up against having to regenerate them themselves.
     12
     13        No new tests since there should be no observable behavior difference.
     14
     15        * DerivedSources-input.xcfilelist:
     16        * DerivedSources-output.xcfilelist:
     17
    1182019-02-05  Alex Christensen  <achristensen@webkit.org>
    219
  • trunk/Source/WebCore/DerivedSources-input.xcfilelist

    r240507 r240993  
    322322$(PROJECT_DIR)/Modules/webdriver/NavigatorWebDriver.idl
    323323$(PROJECT_DIR)/Modules/webgpu/DOMWindowWebGPU.idl
     324$(PROJECT_DIR)/Modules/webgpu/GPUCompareFunction.idl
     325$(PROJECT_DIR)/Modules/webgpu/GPUDepthStencilStateDescriptor.idl
     326$(PROJECT_DIR)/Modules/webgpu/GPURequestAdapterOptions.idl
    324327$(PROJECT_DIR)/Modules/webgpu/WebGPU.idl
    325328$(PROJECT_DIR)/Modules/webgpu/WebGPUAdapter.idl
  • trunk/Source/WebCore/DerivedSources-output.xcfilelist

    r240507 r240993  
    579579$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGCObservation.cpp
    580580$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGCObservation.h
     581$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.cpp
     582$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.h
     583$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.cpp
     584$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.h
     585$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.cpp
     586$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.h
    581587$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.cpp
    582588$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.h
Note: See TracChangeset for help on using the changeset viewer.