OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
6 | 6 |
7 blink_modules_sources("presentation") { | 7 blink_modules_sources("presentation") { |
8 sources = [ | 8 sources = [ |
9 "NavigatorPresentation.cpp", | 9 "NavigatorPresentation.cpp", |
10 "NavigatorPresentation.h", | 10 "NavigatorPresentation.h", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "PresentationConnectionCallbacks.cpp", | 21 "PresentationConnectionCallbacks.cpp", |
22 "PresentationConnectionCallbacks.h", | 22 "PresentationConnectionCallbacks.h", |
23 "PresentationConnectionCloseEvent.cpp", | 23 "PresentationConnectionCloseEvent.cpp", |
24 "PresentationConnectionCloseEvent.h", | 24 "PresentationConnectionCloseEvent.h", |
25 "PresentationConnectionList.cpp", | 25 "PresentationConnectionList.cpp", |
26 "PresentationConnectionList.h", | 26 "PresentationConnectionList.h", |
27 "PresentationController.cpp", | 27 "PresentationController.cpp", |
28 "PresentationController.h", | 28 "PresentationController.h", |
29 "PresentationError.cpp", | 29 "PresentationError.cpp", |
30 "PresentationError.h", | 30 "PresentationError.h", |
| 31 "PresentationPromiseProperty.h", |
31 "PresentationReceiver.cpp", | 32 "PresentationReceiver.cpp", |
32 "PresentationReceiver.h", | 33 "PresentationReceiver.h", |
33 "PresentationRequest.cpp", | 34 "PresentationRequest.cpp", |
34 "PresentationRequest.h", | 35 "PresentationRequest.h", |
35 ] | 36 ] |
36 } | 37 } |
OLD | NEW |