| OLD | NEW |
| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//third_party/WebKit/public/public_features.gni") | 7 import("//third_party/WebKit/public/public_features.gni") |
| 8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
| 9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "platform/WebRTCDataChannelInit.h", | 285 "platform/WebRTCDataChannelInit.h", |
| 286 "platform/WebRTCError.h", | 286 "platform/WebRTCError.h", |
| 287 "platform/WebRTCICECandidate.h", | 287 "platform/WebRTCICECandidate.h", |
| 288 "platform/WebRTCKeyParams.h", | 288 "platform/WebRTCKeyParams.h", |
| 289 "platform/WebRTCLegacyStats.h", | 289 "platform/WebRTCLegacyStats.h", |
| 290 "platform/WebRTCOfferOptions.h", | 290 "platform/WebRTCOfferOptions.h", |
| 291 "platform/WebRTCPeerConnectionHandler.h", | 291 "platform/WebRTCPeerConnectionHandler.h", |
| 292 "platform/WebRTCPeerConnectionHandlerClient.h", | 292 "platform/WebRTCPeerConnectionHandlerClient.h", |
| 293 "platform/WebRTCRtpContributingSource.h", | 293 "platform/WebRTCRtpContributingSource.h", |
| 294 "platform/WebRTCRtpReceiver.h", | 294 "platform/WebRTCRtpReceiver.h", |
| 295 "platform/WebRTCRtpSender.h", |
| 295 "platform/WebRTCSessionDescription.h", | 296 "platform/WebRTCSessionDescription.h", |
| 296 "platform/WebRTCSessionDescriptionRequest.h", | 297 "platform/WebRTCSessionDescriptionRequest.h", |
| 297 "platform/WebRTCStats.h", | 298 "platform/WebRTCStats.h", |
| 298 "platform/WebRTCStatsRequest.h", | 299 "platform/WebRTCStatsRequest.h", |
| 299 "platform/WebRTCStatsResponse.h", | 300 "platform/WebRTCStatsResponse.h", |
| 300 "platform/WebRTCVoidRequest.h", | 301 "platform/WebRTCVoidRequest.h", |
| 301 "platform/WebRect.h", | 302 "platform/WebRect.h", |
| 302 "platform/WebReferrerPolicy.h", | 303 "platform/WebReferrerPolicy.h", |
| 303 "platform/WebRenderingStats.h", | 304 "platform/WebRenderingStats.h", |
| 304 "platform/WebScreenInfo.h", | 305 "platform/WebScreenInfo.h", |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 sources = [ | 811 sources = [ |
| 811 "web/ConsoleMessageStructTraits.cpp", | 812 "web/ConsoleMessageStructTraits.cpp", |
| 812 "web/ConsoleMessageStructTraits.h", | 813 "web/ConsoleMessageStructTraits.h", |
| 813 ] | 814 ] |
| 814 deps = [ | 815 deps = [ |
| 815 ":blink_headers", | 816 ":blink_headers", |
| 816 ":mojo_bindings_shared__generator", | 817 ":mojo_bindings_shared__generator", |
| 817 "//mojo/public/cpp/bindings:struct_traits", | 818 "//mojo/public/cpp/bindings:struct_traits", |
| 818 ] | 819 ] |
| 819 } | 820 } |
| OLD | NEW |