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

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

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (Closed)
Patch Set: Use __func__ instead per styleguide Created 3 years, 7 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "fetch/RequestTest.cpp", 268 "fetch/RequestTest.cpp",
269 "fetch/ResponseTest.cpp", 269 "fetch/ResponseTest.cpp",
270 "filesystem/DOMFileSystemBaseTest.cpp", 270 "filesystem/DOMFileSystemBaseTest.cpp",
271 "indexeddb/IDBKeyPathTest.cpp", 271 "indexeddb/IDBKeyPathTest.cpp",
272 "indexeddb/IDBRequestTest.cpp", 272 "indexeddb/IDBRequestTest.cpp",
273 "indexeddb/IDBTransactionTest.cpp", 273 "indexeddb/IDBTransactionTest.cpp",
274 "indexeddb/MockWebIDBDatabase.cpp", 274 "indexeddb/MockWebIDBDatabase.cpp",
275 "indexeddb/MockWebIDBDatabase.h", 275 "indexeddb/MockWebIDBDatabase.h",
276 "media_controls/MediaControlsImplTest.cpp", 276 "media_controls/MediaControlsImplTest.cpp",
277 "media_controls/MediaControlsOrientationLockDelegateTest.cpp", 277 "media_controls/MediaControlsOrientationLockDelegateTest.cpp",
278 "media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp",
278 "mediastream/MediaConstraintsTest.cpp", 279 "mediastream/MediaConstraintsTest.cpp",
279 "notifications/NotificationDataTest.cpp", 280 "notifications/NotificationDataTest.cpp",
280 "notifications/NotificationImageLoaderTest.cpp", 281 "notifications/NotificationImageLoaderTest.cpp",
281 "notifications/NotificationResourcesLoaderTest.cpp", 282 "notifications/NotificationResourcesLoaderTest.cpp",
282 "payments/AbortTest.cpp", 283 "payments/AbortTest.cpp",
283 "payments/CanMakePaymentTest.cpp", 284 "payments/CanMakePaymentTest.cpp",
284 "payments/CompleteTest.cpp", 285 "payments/CompleteTest.cpp",
285 "payments/OnPaymentResponseTest.cpp", 286 "payments/OnPaymentResponseTest.cpp",
286 "payments/PaymentAddressTest.cpp", 287 "payments/PaymentAddressTest.cpp",
287 "payments/PaymentAppRequestConversionTest.cpp", 288 "payments/PaymentAppRequestConversionTest.cpp",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ":modules_testing", 326 ":modules_testing",
326 "//components/payments/mojom:mojom_blink", 327 "//components/payments/mojom:mojom_blink",
327 "//skia", 328 "//skia",
328 "//testing/gmock", 329 "//testing/gmock",
329 "//testing/gtest", 330 "//testing/gtest",
330 "//third_party/WebKit/Source/core", 331 "//third_party/WebKit/Source/core",
331 "//third_party/WebKit/Source/platform/wtf", 332 "//third_party/WebKit/Source/platform/wtf",
332 "//v8", 333 "//v8",
333 ] 334 ]
334 } 335 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.h ('k') | third_party/WebKit/Source/modules/media_controls/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698