Changeset 101309 in webkit
- Timestamp:
- Nov 28, 2011, 5:25:27 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebCore.gypi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r101307 r101309 1 2011-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 1 7 2011-11-28 Jon Lee <jonlee@apple.com> 2 8 -
trunk/Source/WebCore/WebCore.gypi
r101307 r101309 608 608 'loader/mac/LoaderNSURLExtras.h', 609 609 'notifications/NotificationContents.h', 610 'notifications/NotificationController.h', 610 611 'notifications/NotificationPresenter.h', 611 612 'page/Chrome.h', … … 2952 2953 'notifications/NotificationCenter.h', 2953 2954 'notifications/NotificationContents.h', 2955 'notifications/NotificationController.cpp', 2954 2956 'notifications/NotificationController.h', 2955 2957 'page/BarInfo.cpp',
Note:
See TracChangeset
for help on using the changeset viewer.