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

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: rebase with master and resolve merge conflicts Created 4 years, 2 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/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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 "exported/WebMediaStreamSource.cpp", 524 "exported/WebMediaStreamSource.cpp",
525 "exported/WebMediaStreamTrack.cpp", 525 "exported/WebMediaStreamTrack.cpp",
526 "exported/WebMediaStreamTrackSourcesRequest.cpp", 526 "exported/WebMediaStreamTrackSourcesRequest.cpp",
527 "exported/WebMemoryCoordinator.cpp", 527 "exported/WebMemoryCoordinator.cpp",
528 "exported/WebMessagePortChannelClient.cpp", 528 "exported/WebMessagePortChannelClient.cpp",
529 "exported/WebMixedContent.cpp", 529 "exported/WebMixedContent.cpp",
530 "exported/WebPasswordCredential.cpp", 530 "exported/WebPasswordCredential.cpp",
531 "exported/WebPrerender.cpp", 531 "exported/WebPrerender.cpp",
532 "exported/WebPrerenderingSupport.cpp", 532 "exported/WebPrerenderingSupport.cpp",
533 "exported/WebPresentationAvailabilityObserver.cpp", 533 "exported/WebPresentationAvailabilityObserver.cpp",
534 "exported/WebPresentationConnection.cpp",
534 "exported/WebPresentationController.cpp", 535 "exported/WebPresentationController.cpp",
535 "exported/WebPresentationReceiver.cpp", 536 "exported/WebPresentationReceiver.cpp",
536 "exported/WebRTCAnswerOptions.cpp", 537 "exported/WebRTCAnswerOptions.cpp",
537 "exported/WebRTCConfiguration.cpp", 538 "exported/WebRTCConfiguration.cpp",
538 "exported/WebRTCICECandidate.cpp", 539 "exported/WebRTCICECandidate.cpp",
539 "exported/WebRTCOfferOptions.cpp", 540 "exported/WebRTCOfferOptions.cpp",
540 "exported/WebRTCSessionDescription.cpp", 541 "exported/WebRTCSessionDescription.cpp",
541 "exported/WebRTCSessionDescriptionRequest.cpp", 542 "exported/WebRTCSessionDescriptionRequest.cpp",
542 "exported/WebRTCStatsRequest.cpp", 543 "exported/WebRTCStatsRequest.cpp",
543 "exported/WebRTCStatsResponse.cpp", 544 "exported/WebRTCStatsResponse.cpp",
(...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 "//third_party/WebKit/Source:inside_blink", 1975 "//third_party/WebKit/Source:inside_blink",
1975 ] 1976 ]
1976 1977
1977 deps = [ 1978 deps = [
1978 ":test_support", 1979 ":test_support",
1979 "//cc/surfaces:surface_id", 1980 "//cc/surfaces:surface_id",
1980 "//testing/gmock", 1981 "//testing/gmock",
1981 "//testing/gtest", 1982 "//testing/gtest",
1982 ] 1983 ]
1983 } 1984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698