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

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

Issue 2490183002: Filter webrtc::RTCStats by whitelist in surfacing them to Blink. (Closed)
Patch Set: git cl format: {\n} -> {} Created 4 years 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
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/platform/exported/WebRTCStats.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "exported/WebPrerender.cpp", 566 "exported/WebPrerender.cpp",
567 "exported/WebPrerenderingSupport.cpp", 567 "exported/WebPrerenderingSupport.cpp",
568 "exported/WebPresentationAvailabilityObserver.cpp", 568 "exported/WebPresentationAvailabilityObserver.cpp",
569 "exported/WebPresentationController.cpp", 569 "exported/WebPresentationController.cpp",
570 "exported/WebPresentationReceiver.cpp", 570 "exported/WebPresentationReceiver.cpp",
571 "exported/WebRTCAnswerOptions.cpp", 571 "exported/WebRTCAnswerOptions.cpp",
572 "exported/WebRTCICECandidate.cpp", 572 "exported/WebRTCICECandidate.cpp",
573 "exported/WebRTCOfferOptions.cpp", 573 "exported/WebRTCOfferOptions.cpp",
574 "exported/WebRTCSessionDescription.cpp", 574 "exported/WebRTCSessionDescription.cpp",
575 "exported/WebRTCSessionDescriptionRequest.cpp", 575 "exported/WebRTCSessionDescriptionRequest.cpp",
576 "exported/WebRTCStats.cpp",
576 "exported/WebRTCStatsRequest.cpp", 577 "exported/WebRTCStatsRequest.cpp",
577 "exported/WebRTCStatsResponse.cpp", 578 "exported/WebRTCStatsResponse.cpp",
578 "exported/WebRTCVoidRequest.cpp", 579 "exported/WebRTCVoidRequest.cpp",
579 "exported/WebScrollbarImpl.cpp", 580 "exported/WebScrollbarImpl.cpp",
580 "exported/WebScrollbarImpl.h", 581 "exported/WebScrollbarImpl.h",
581 "exported/WebScrollbarThemeClientImpl.cpp", 582 "exported/WebScrollbarThemeClientImpl.cpp",
582 "exported/WebScrollbarThemeClientImpl.h", 583 "exported/WebScrollbarThemeClientImpl.h",
583 "exported/WebScrollbarThemeGeometryNative.cpp", 584 "exported/WebScrollbarThemeGeometryNative.cpp",
584 "exported/WebScrollbarThemeGeometryNative.h", 585 "exported/WebScrollbarThemeGeometryNative.h",
585 "exported/WebScrollbarThemePainter.cpp", 586 "exported/WebScrollbarThemePainter.cpp",
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 "//third_party/WebKit/Source:inside_blink", 2063 "//third_party/WebKit/Source:inside_blink",
2063 ] 2064 ]
2064 2065
2065 deps = [ 2066 deps = [
2066 ":test_support", 2067 ":test_support",
2067 "//cc/surfaces:surface_id", 2068 "//cc/surfaces:surface_id",
2068 "//testing/gmock", 2069 "//testing/gmock",
2069 "//testing/gtest", 2070 "//testing/gtest",
2070 ] 2071 ]
2071 } 2072 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/platform/exported/WebRTCStats.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698