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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2302873004: Renamed WebRTCStats.h to WebRTCLegacyStats.h and cleaned it up (Closed)
Patch Set: Fixed compile error Created 4 years, 3 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "platform/WebRTCCertificate.h", 253 "platform/WebRTCCertificate.h",
254 "platform/WebRTCCertificateGenerator.h", 254 "platform/WebRTCCertificateGenerator.h",
255 "platform/WebRTCConfiguration.h", 255 "platform/WebRTCConfiguration.h",
256 "platform/WebRTCDTMFSenderHandler.h", 256 "platform/WebRTCDTMFSenderHandler.h",
257 "platform/WebRTCDTMFSenderHandlerClient.h", 257 "platform/WebRTCDTMFSenderHandlerClient.h",
258 "platform/WebRTCDataChannelHandler.h", 258 "platform/WebRTCDataChannelHandler.h",
259 "platform/WebRTCDataChannelHandlerClient.h", 259 "platform/WebRTCDataChannelHandlerClient.h",
260 "platform/WebRTCDataChannelInit.h", 260 "platform/WebRTCDataChannelInit.h",
261 "platform/WebRTCICECandidate.h", 261 "platform/WebRTCICECandidate.h",
262 "platform/WebRTCKeyParams.h", 262 "platform/WebRTCKeyParams.h",
263 "platform/WebRTCLegacyStats.h",
263 "platform/WebRTCOfferOptions.h", 264 "platform/WebRTCOfferOptions.h",
264 "platform/WebRTCPeerConnectionHandler.h", 265 "platform/WebRTCPeerConnectionHandler.h",
265 "platform/WebRTCPeerConnectionHandlerClient.h", 266 "platform/WebRTCPeerConnectionHandlerClient.h",
266 "platform/WebRTCSessionDescription.h", 267 "platform/WebRTCSessionDescription.h",
267 "platform/WebRTCSessionDescriptionRequest.h", 268 "platform/WebRTCSessionDescriptionRequest.h",
268 "platform/WebRTCStats.h",
269 "platform/WebRTCStatsRequest.h", 269 "platform/WebRTCStatsRequest.h",
270 "platform/WebRTCStatsResponse.h", 270 "platform/WebRTCStatsResponse.h",
271 "platform/WebRTCVoidRequest.h", 271 "platform/WebRTCVoidRequest.h",
272 "platform/WebRect.h", 272 "platform/WebRect.h",
273 "platform/WebReferrerPolicy.h", 273 "platform/WebReferrerPolicy.h",
274 "platform/WebRenderingStats.h", 274 "platform/WebRenderingStats.h",
275 "platform/WebScheduler.h", 275 "platform/WebScheduler.h",
276 "platform/WebScreenInfo.h", 276 "platform/WebScreenInfo.h",
277 "platform/WebScrollbar.h", 277 "platform/WebScrollbar.h",
278 "platform/WebScrollbarBehavior.h", 278 "platform/WebScrollbarBehavior.h",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 735 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
736 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 736 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
737 } 737 }
738 738
739 group("generate_mojo_bindings") { 739 group("generate_mojo_bindings") {
740 deps = [ 740 deps = [
741 ":mojo_bindings_blink__generator", 741 ":mojo_bindings_blink__generator",
742 ":offscreen_canvas_mojo_bindings_blink__generator", 742 ":offscreen_canvas_mojo_bindings_blink__generator",
743 ] 743 ]
744 } 744 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698