| 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("mediastream") { | 7 blink_modules_sources("mediastream") { |
| 8 sources = [ | 8 sources = [ |
| 9 "DOMWindowMediaStream.h", |
| 9 "MediaConstraintsImpl.cpp", | 10 "MediaConstraintsImpl.cpp", |
| 10 "MediaConstraintsImpl.h", | 11 "MediaConstraintsImpl.h", |
| 11 "MediaDeviceInfo.cpp", | 12 "MediaDeviceInfo.cpp", |
| 12 "MediaDeviceInfo.h", | 13 "MediaDeviceInfo.h", |
| 13 "MediaDevices.cpp", | 14 "MediaDevices.cpp", |
| 14 "MediaDevices.h", | 15 "MediaDevices.h", |
| 15 "MediaDevicesRequest.cpp", | 16 "MediaDevicesRequest.cpp", |
| 16 "MediaDevicesRequest.h", | 17 "MediaDevicesRequest.h", |
| 17 "MediaErrorState.cpp", | 18 "MediaErrorState.cpp", |
| 18 "MediaErrorState.h", | 19 "MediaErrorState.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 37 "NavigatorUserMediaSuccessCallback.h", | 38 "NavigatorUserMediaSuccessCallback.h", |
| 38 "URLMediaStream.cpp", | 39 "URLMediaStream.cpp", |
| 39 "URLMediaStream.h", | 40 "URLMediaStream.h", |
| 40 "UserMediaClient.h", | 41 "UserMediaClient.h", |
| 41 "UserMediaController.cpp", | 42 "UserMediaController.cpp", |
| 42 "UserMediaController.h", | 43 "UserMediaController.h", |
| 43 "UserMediaRequest.cpp", | 44 "UserMediaRequest.cpp", |
| 44 "UserMediaRequest.h", | 45 "UserMediaRequest.h", |
| 45 ] | 46 ] |
| 46 } | 47 } |
| OLD | NEW |