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

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

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: merge with master 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "exported/WebMediaStreamSource.cpp", 526 "exported/WebMediaStreamSource.cpp",
527 "exported/WebMediaStreamTrack.cpp", 527 "exported/WebMediaStreamTrack.cpp",
528 "exported/WebMediaStreamTrackSourcesRequest.cpp", 528 "exported/WebMediaStreamTrackSourcesRequest.cpp",
529 "exported/WebMemoryCoordinator.cpp", 529 "exported/WebMemoryCoordinator.cpp",
530 "exported/WebMessagePortChannelClient.cpp", 530 "exported/WebMessagePortChannelClient.cpp",
531 "exported/WebMixedContent.cpp", 531 "exported/WebMixedContent.cpp",
532 "exported/WebPasswordCredential.cpp", 532 "exported/WebPasswordCredential.cpp",
533 "exported/WebPrerender.cpp", 533 "exported/WebPrerender.cpp",
534 "exported/WebPrerenderingSupport.cpp", 534 "exported/WebPrerenderingSupport.cpp",
535 "exported/WebPresentationAvailabilityObserver.cpp", 535 "exported/WebPresentationAvailabilityObserver.cpp",
536 "exported/WebPresentationConnection.cpp",
536 "exported/WebPresentationController.cpp", 537 "exported/WebPresentationController.cpp",
537 "exported/WebPresentationReceiver.cpp", 538 "exported/WebPresentationReceiver.cpp",
538 "exported/WebRTCAnswerOptions.cpp", 539 "exported/WebRTCAnswerOptions.cpp",
539 "exported/WebRTCICECandidate.cpp", 540 "exported/WebRTCICECandidate.cpp",
540 "exported/WebRTCOfferOptions.cpp", 541 "exported/WebRTCOfferOptions.cpp",
541 "exported/WebRTCSessionDescription.cpp", 542 "exported/WebRTCSessionDescription.cpp",
542 "exported/WebRTCSessionDescriptionRequest.cpp", 543 "exported/WebRTCSessionDescriptionRequest.cpp",
543 "exported/WebRTCStatsRequest.cpp", 544 "exported/WebRTCStatsRequest.cpp",
544 "exported/WebRTCStatsResponse.cpp", 545 "exported/WebRTCStatsResponse.cpp",
545 "exported/WebRTCVoidRequest.cpp", 546 "exported/WebRTCVoidRequest.cpp",
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "//third_party/WebKit/Source:inside_blink", 1976 "//third_party/WebKit/Source:inside_blink",
1976 ] 1977 ]
1977 1978
1978 deps = [ 1979 deps = [
1979 ":test_support", 1980 ":test_support",
1980 "//cc/surfaces:surface_id", 1981 "//cc/surfaces:surface_id",
1981 "//testing/gmock", 1982 "//testing/gmock",
1982 "//testing/gtest", 1983 "//testing/gtest",
1983 ] 1984 ]
1984 } 1985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698