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

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: resolve code review comments from Mark 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "exported/WebMediaStreamSource.cpp", 519 "exported/WebMediaStreamSource.cpp",
520 "exported/WebMediaStreamTrack.cpp", 520 "exported/WebMediaStreamTrack.cpp",
521 "exported/WebMediaStreamTrackSourcesRequest.cpp", 521 "exported/WebMediaStreamTrackSourcesRequest.cpp",
522 "exported/WebMemoryCoordinator.cpp", 522 "exported/WebMemoryCoordinator.cpp",
523 "exported/WebMessagePortChannelClient.cpp", 523 "exported/WebMessagePortChannelClient.cpp",
524 "exported/WebMixedContent.cpp", 524 "exported/WebMixedContent.cpp",
525 "exported/WebPasswordCredential.cpp", 525 "exported/WebPasswordCredential.cpp",
526 "exported/WebPrerender.cpp", 526 "exported/WebPrerender.cpp",
527 "exported/WebPrerenderingSupport.cpp", 527 "exported/WebPrerenderingSupport.cpp",
528 "exported/WebPresentationAvailabilityObserver.cpp", 528 "exported/WebPresentationAvailabilityObserver.cpp",
529 "exported/WebPresentationConnection.cpp",
529 "exported/WebPresentationController.cpp", 530 "exported/WebPresentationController.cpp",
530 "exported/WebPresentationReceiver.cpp", 531 "exported/WebPresentationReceiver.cpp",
531 "exported/WebRTCAnswerOptions.cpp", 532 "exported/WebRTCAnswerOptions.cpp",
532 "exported/WebRTCConfiguration.cpp", 533 "exported/WebRTCConfiguration.cpp",
533 "exported/WebRTCICECandidate.cpp", 534 "exported/WebRTCICECandidate.cpp",
534 "exported/WebRTCOfferOptions.cpp", 535 "exported/WebRTCOfferOptions.cpp",
535 "exported/WebRTCSessionDescription.cpp", 536 "exported/WebRTCSessionDescription.cpp",
536 "exported/WebRTCSessionDescriptionRequest.cpp", 537 "exported/WebRTCSessionDescriptionRequest.cpp",
537 "exported/WebRTCStatsRequest.cpp", 538 "exported/WebRTCStatsRequest.cpp",
538 "exported/WebRTCStatsResponse.cpp", 539 "exported/WebRTCStatsResponse.cpp",
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 "//third_party/WebKit/Source:inside_blink", 1957 "//third_party/WebKit/Source:inside_blink",
1957 ] 1958 ]
1958 1959
1959 deps = [ 1960 deps = [
1960 ":test_support", 1961 ":test_support",
1961 "//cc/surfaces:surface_id", 1962 "//cc/surfaces:surface_id",
1962 "//testing/gmock", 1963 "//testing/gmock",
1963 "//testing/gtest", 1964 "//testing/gtest",
1964 ] 1965 ]
1965 } 1966 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698