⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 101309 in webkit


Ignore:
Timestamp:
Nov 28, 2011, 5:25:27 PM (15 years ago)
Author:
jonlee@apple.com
Message:

Fix Chromium bot build error related to b73253.

  • WebCore.gypi: Added missing references to NotificationController.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r101307 r101309  
     12011-11-28  Jon Lee  <jonlee@apple.com>
     2
     3        Fix Chromium bot build error related to b73253.
     4
     5        * WebCore.gypi: Added missing references to NotificationController.
     6
    172011-11-28  Jon Lee  <jonlee@apple.com>
    28
  • trunk/Source/WebCore/WebCore.gypi

    r101307 r101309  
    608608            'loader/mac/LoaderNSURLExtras.h',
    609609            'notifications/NotificationContents.h',
     610            'notifications/NotificationController.h',
    610611            'notifications/NotificationPresenter.h',
    611612            'page/Chrome.h',
     
    29522953            'notifications/NotificationCenter.h',
    29532954            'notifications/NotificationContents.h',
     2955            'notifications/NotificationController.cpp',
    29542956            'notifications/NotificationController.h',
    29552957            'page/BarInfo.cpp',
Note: See TracChangeset for help on using the changeset viewer.