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

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

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Fix platform-specific expectations file Created 4 years, 1 month 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "exported/WebImageGenerator.cpp", 518 "exported/WebImageGenerator.cpp",
519 "exported/WebMediaConstraints.cpp", 519 "exported/WebMediaConstraints.cpp",
520 "exported/WebMediaDeviceInfo.cpp", 520 "exported/WebMediaDeviceInfo.cpp",
521 "exported/WebMediaPlayerClient.cpp", 521 "exported/WebMediaPlayerClient.cpp",
522 "exported/WebMediaPlayerEncryptedMediaClient.cpp", 522 "exported/WebMediaPlayerEncryptedMediaClient.cpp",
523 "exported/WebMediaPlayerSource.cpp", 523 "exported/WebMediaPlayerSource.cpp",
524 "exported/WebMediaRecorderHandler.cpp", 524 "exported/WebMediaRecorderHandler.cpp",
525 "exported/WebMediaStream.cpp", 525 "exported/WebMediaStream.cpp",
526 "exported/WebMediaStreamSource.cpp", 526 "exported/WebMediaStreamSource.cpp",
527 "exported/WebMediaStreamTrack.cpp", 527 "exported/WebMediaStreamTrack.cpp",
528 "exported/WebMediaStreamTrackSourcesRequest.cpp",
529 "exported/WebMemoryCoordinator.cpp", 528 "exported/WebMemoryCoordinator.cpp",
530 "exported/WebMessagePortChannelClient.cpp", 529 "exported/WebMessagePortChannelClient.cpp",
531 "exported/WebMixedContent.cpp", 530 "exported/WebMixedContent.cpp",
532 "exported/WebPasswordCredential.cpp", 531 "exported/WebPasswordCredential.cpp",
533 "exported/WebPrerender.cpp", 532 "exported/WebPrerender.cpp",
534 "exported/WebPrerenderingSupport.cpp", 533 "exported/WebPrerenderingSupport.cpp",
535 "exported/WebPresentationAvailabilityObserver.cpp", 534 "exported/WebPresentationAvailabilityObserver.cpp",
536 "exported/WebPresentationController.cpp", 535 "exported/WebPresentationController.cpp",
537 "exported/WebPresentationReceiver.cpp", 536 "exported/WebPresentationReceiver.cpp",
538 "exported/WebRTCAnswerOptions.cpp", 537 "exported/WebRTCAnswerOptions.cpp",
539 "exported/WebRTCICECandidate.cpp", 538 "exported/WebRTCICECandidate.cpp",
540 "exported/WebRTCOfferOptions.cpp", 539 "exported/WebRTCOfferOptions.cpp",
541 "exported/WebRTCSessionDescription.cpp", 540 "exported/WebRTCSessionDescription.cpp",
542 "exported/WebRTCSessionDescriptionRequest.cpp", 541 "exported/WebRTCSessionDescriptionRequest.cpp",
543 "exported/WebRTCStatsRequest.cpp", 542 "exported/WebRTCStatsRequest.cpp",
544 "exported/WebRTCStatsResponse.cpp", 543 "exported/WebRTCStatsResponse.cpp",
545 "exported/WebRTCVoidRequest.cpp", 544 "exported/WebRTCVoidRequest.cpp",
546 "exported/WebScrollbarImpl.cpp", 545 "exported/WebScrollbarImpl.cpp",
547 "exported/WebScrollbarImpl.h", 546 "exported/WebScrollbarImpl.h",
548 "exported/WebScrollbarThemeClientImpl.cpp", 547 "exported/WebScrollbarThemeClientImpl.cpp",
549 "exported/WebScrollbarThemeClientImpl.h", 548 "exported/WebScrollbarThemeClientImpl.h",
550 "exported/WebScrollbarThemeGeometryNative.cpp", 549 "exported/WebScrollbarThemeGeometryNative.cpp",
551 "exported/WebScrollbarThemeGeometryNative.h", 550 "exported/WebScrollbarThemeGeometryNative.h",
552 "exported/WebScrollbarThemePainter.cpp", 551 "exported/WebScrollbarThemePainter.cpp",
553 "exported/WebSecurityOrigin.cpp", 552 "exported/WebSecurityOrigin.cpp",
554 "exported/WebServiceWorkerProviderClient.cpp", 553 "exported/WebServiceWorkerProviderClient.cpp",
555 "exported/WebServiceWorkerProxy.cpp", 554 "exported/WebServiceWorkerProxy.cpp",
556 "exported/WebServiceWorkerRequest.cpp", 555 "exported/WebServiceWorkerRequest.cpp",
557 "exported/WebServiceWorkerResponse.cpp", 556 "exported/WebServiceWorkerResponse.cpp",
558 "exported/WebSourceInfo.cpp",
559 "exported/WebSpeechSynthesisUtterance.cpp", 557 "exported/WebSpeechSynthesisUtterance.cpp",
560 "exported/WebSpeechSynthesisVoice.cpp", 558 "exported/WebSpeechSynthesisVoice.cpp",
561 "exported/WebSpeechSynthesizerClientImpl.cpp", 559 "exported/WebSpeechSynthesizerClientImpl.cpp",
562 "exported/WebSpeechSynthesizerClientImpl.h", 560 "exported/WebSpeechSynthesizerClientImpl.h",
563 "exported/WebStorageQuotaCallbacks.cpp", 561 "exported/WebStorageQuotaCallbacks.cpp",
564 "exported/WebTextRun.cpp", 562 "exported/WebTextRun.cpp",
565 "exported/WebThreadSafeData.cpp", 563 "exported/WebThreadSafeData.cpp",
566 "exported/WebURL.cpp", 564 "exported/WebURL.cpp",
567 "exported/WebURLError.cpp", 565 "exported/WebURLError.cpp",
568 "exported/WebURLLoadTiming.cpp", 566 "exported/WebURLLoadTiming.cpp",
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "mac/WebCoreNSCellExtras.h", 1054 "mac/WebCoreNSCellExtras.h",
1057 "mac/WebCoreNSCellExtras.mm", 1055 "mac/WebCoreNSCellExtras.mm",
1058 "mediastream/MediaStreamCenter.cpp", 1056 "mediastream/MediaStreamCenter.cpp",
1059 "mediastream/MediaStreamCenter.h", 1057 "mediastream/MediaStreamCenter.h",
1060 "mediastream/MediaStreamComponent.cpp", 1058 "mediastream/MediaStreamComponent.cpp",
1061 "mediastream/MediaStreamComponent.h", 1059 "mediastream/MediaStreamComponent.h",
1062 "mediastream/MediaStreamDescriptor.cpp", 1060 "mediastream/MediaStreamDescriptor.cpp",
1063 "mediastream/MediaStreamDescriptor.h", 1061 "mediastream/MediaStreamDescriptor.h",
1064 "mediastream/MediaStreamSource.cpp", 1062 "mediastream/MediaStreamSource.cpp",
1065 "mediastream/MediaStreamSource.h", 1063 "mediastream/MediaStreamSource.h",
1066 "mediastream/MediaStreamTrackSourcesRequest.h",
1067 "mediastream/MediaStreamWebAudioSource.cpp", 1064 "mediastream/MediaStreamWebAudioSource.cpp",
1068 "mediastream/MediaStreamWebAudioSource.h", 1065 "mediastream/MediaStreamWebAudioSource.h",
1069 "mhtml/ArchiveResource.cpp", 1066 "mhtml/ArchiveResource.cpp",
1070 "mhtml/MHTMLArchive.cpp", 1067 "mhtml/MHTMLArchive.cpp",
1071 "mhtml/MHTMLArchive.h", 1068 "mhtml/MHTMLArchive.h",
1072 "mhtml/MHTMLParser.cpp", 1069 "mhtml/MHTMLParser.cpp",
1073 "mhtml/MHTMLParser.h", 1070 "mhtml/MHTMLParser.h",
1074 "mojo/CommonCustomTypesStructTraits.cpp", 1071 "mojo/CommonCustomTypesStructTraits.cpp",
1075 "mojo/GeometryStructTraits.cpp", 1072 "mojo/GeometryStructTraits.cpp",
1076 "mojo/MojoHelper.h", 1073 "mojo/MojoHelper.h",
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 "//third_party/WebKit/Source:inside_blink", 1967 "//third_party/WebKit/Source:inside_blink",
1971 ] 1968 ]
1972 1969
1973 deps = [ 1970 deps = [
1974 ":test_support", 1971 ":test_support",
1975 "//cc/surfaces:surface_id", 1972 "//cc/surfaces:surface_id",
1976 "//testing/gmock", 1973 "//testing/gmock",
1977 "//testing/gtest", 1974 "//testing/gtest",
1978 ] 1975 ]
1979 } 1976 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698