blob: 6cb7f40582d8247f55abed62ec009155a9c22412 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+media/base/media_log_event.h",
# TODO(jam): remove me once notification_service.cc moves to browser
"+content/public/browser/notification_details.h",
"+content/public/browser/notification_observer.h",
"+content/public/browser/notification_registrar.h",
"+content/public/browser/notification_source.h",
"+content/public/browser/notification_types.h",
]
|