Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2795783004: Move core MediaControls implementation to modules/media_controls/. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "//third_party/WebKit/Source/modules/fetch", 121 "//third_party/WebKit/Source/modules/fetch",
122 "//third_party/WebKit/Source/modules/filesystem", 122 "//third_party/WebKit/Source/modules/filesystem",
123 "//third_party/WebKit/Source/modules/gamepad", 123 "//third_party/WebKit/Source/modules/gamepad",
124 "//third_party/WebKit/Source/modules/geolocation", 124 "//third_party/WebKit/Source/modules/geolocation",
125 "//third_party/WebKit/Source/modules/imagebitmap", 125 "//third_party/WebKit/Source/modules/imagebitmap",
126 "//third_party/WebKit/Source/modules/imagecapture", 126 "//third_party/WebKit/Source/modules/imagecapture",
127 "//third_party/WebKit/Source/modules/indexeddb", 127 "//third_party/WebKit/Source/modules/indexeddb",
128 "//third_party/WebKit/Source/modules/installation", 128 "//third_party/WebKit/Source/modules/installation",
129 "//third_party/WebKit/Source/modules/installedapp", 129 "//third_party/WebKit/Source/modules/installedapp",
130 "//third_party/WebKit/Source/modules/media_capabilities", 130 "//third_party/WebKit/Source/modules/media_capabilities",
131 "//third_party/WebKit/Source/modules/media_controls",
131 "//third_party/WebKit/Source/modules/mediacapturefromelement", 132 "//third_party/WebKit/Source/modules/mediacapturefromelement",
132 "//third_party/WebKit/Source/modules/mediarecorder", 133 "//third_party/WebKit/Source/modules/mediarecorder",
133 "//third_party/WebKit/Source/modules/mediasession", 134 "//third_party/WebKit/Source/modules/mediasession",
134 "//third_party/WebKit/Source/modules/mediasource", 135 "//third_party/WebKit/Source/modules/mediasource",
135 "//third_party/WebKit/Source/modules/mediastream", 136 "//third_party/WebKit/Source/modules/mediastream",
136 "//third_party/WebKit/Source/modules/navigatorcontentutils", 137 "//third_party/WebKit/Source/modules/navigatorcontentutils",
137 "//third_party/WebKit/Source/modules/netinfo", 138 "//third_party/WebKit/Source/modules/netinfo",
138 "//third_party/WebKit/Source/modules/nfc", 139 "//third_party/WebKit/Source/modules/nfc",
139 "//third_party/WebKit/Source/modules/notifications", 140 "//third_party/WebKit/Source/modules/notifications",
140 "//third_party/WebKit/Source/modules/offscreencanvas", 141 "//third_party/WebKit/Source/modules/offscreencanvas",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "fetch/FormDataBytesConsumerTest.cpp", 265 "fetch/FormDataBytesConsumerTest.cpp",
265 "fetch/ReadableStreamBytesConsumerTest.cpp", 266 "fetch/ReadableStreamBytesConsumerTest.cpp",
266 "fetch/RequestTest.cpp", 267 "fetch/RequestTest.cpp",
267 "fetch/ResponseTest.cpp", 268 "fetch/ResponseTest.cpp",
268 "filesystem/DOMFileSystemBaseTest.cpp", 269 "filesystem/DOMFileSystemBaseTest.cpp",
269 "indexeddb/IDBKeyPathTest.cpp", 270 "indexeddb/IDBKeyPathTest.cpp",
270 "indexeddb/IDBRequestTest.cpp", 271 "indexeddb/IDBRequestTest.cpp",
271 "indexeddb/IDBTransactionTest.cpp", 272 "indexeddb/IDBTransactionTest.cpp",
272 "indexeddb/MockWebIDBDatabase.cpp", 273 "indexeddb/MockWebIDBDatabase.cpp",
273 "indexeddb/MockWebIDBDatabase.h", 274 "indexeddb/MockWebIDBDatabase.h",
275 "media_controls/MediaControlsImplTest.cpp",
276 "media_controls/MediaControlsOrientationLockDelegateTest.cpp",
274 "mediastream/MediaConstraintsTest.cpp", 277 "mediastream/MediaConstraintsTest.cpp",
275 "notifications/NotificationDataTest.cpp", 278 "notifications/NotificationDataTest.cpp",
276 "notifications/NotificationImageLoaderTest.cpp", 279 "notifications/NotificationImageLoaderTest.cpp",
277 "notifications/NotificationResourcesLoaderTest.cpp", 280 "notifications/NotificationResourcesLoaderTest.cpp",
278 "payments/AbortTest.cpp", 281 "payments/AbortTest.cpp",
279 "payments/CanMakePaymentTest.cpp", 282 "payments/CanMakePaymentTest.cpp",
280 "payments/CompleteTest.cpp", 283 "payments/CompleteTest.cpp",
281 "payments/OnPaymentResponseTest.cpp", 284 "payments/OnPaymentResponseTest.cpp",
282 "payments/PaymentAddressTest.cpp", 285 "payments/PaymentAddressTest.cpp",
283 "payments/PaymentAppRequestConversionTest.cpp", 286 "payments/PaymentAppRequestConversionTest.cpp",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ":modules_testing", 324 ":modules_testing",
322 "//components/payments/content:mojom_blink", 325 "//components/payments/content:mojom_blink",
323 "//skia", 326 "//skia",
324 "//testing/gmock", 327 "//testing/gmock",
325 "//testing/gtest", 328 "//testing/gtest",
326 "//third_party/WebKit/Source/core", 329 "//third_party/WebKit/Source/core",
327 "//third_party/WebKit/Source/wtf", 330 "//third_party/WebKit/Source/wtf",
328 "//v8", 331 "//v8",
329 ] 332 ]
330 } 333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698