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("//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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/WebRTCLegacyStats.h", |
264 "platform/WebRTCOfferOptions.h", | 264 "platform/WebRTCOfferOptions.h", |
265 "platform/WebRTCPeerConnectionHandler.h", | 265 "platform/WebRTCPeerConnectionHandler.h", |
266 "platform/WebRTCPeerConnectionHandlerClient.h", | 266 "platform/WebRTCPeerConnectionHandlerClient.h", |
267 "platform/WebRTCSessionDescription.h", | 267 "platform/WebRTCSessionDescription.h", |
268 "platform/WebRTCSessionDescriptionRequest.h", | 268 "platform/WebRTCSessionDescriptionRequest.h", |
| 269 "platform/WebRTCStats.h", |
269 "platform/WebRTCStatsRequest.h", | 270 "platform/WebRTCStatsRequest.h", |
270 "platform/WebRTCStatsResponse.h", | 271 "platform/WebRTCStatsResponse.h", |
271 "platform/WebRTCVoidRequest.h", | 272 "platform/WebRTCVoidRequest.h", |
272 "platform/WebRect.h", | 273 "platform/WebRect.h", |
273 "platform/WebReferrerPolicy.h", | 274 "platform/WebReferrerPolicy.h", |
274 "platform/WebRenderingStats.h", | 275 "platform/WebRenderingStats.h", |
275 "platform/WebScheduler.h", | 276 "platform/WebScheduler.h", |
276 "platform/WebScreenInfo.h", | 277 "platform/WebScreenInfo.h", |
277 "platform/WebScrollbar.h", | 278 "platform/WebScrollbar.h", |
278 "platform/WebScrollbarBehavior.h", | 279 "platform/WebScrollbarBehavior.h", |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" | 736 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
736 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" | 737 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
737 } | 738 } |
738 | 739 |
739 group("generate_mojo_bindings") { | 740 group("generate_mojo_bindings") { |
740 deps = [ | 741 deps = [ |
741 ":mojo_bindings_blink__generator", | 742 ":mojo_bindings_blink__generator", |
742 ":offscreen_canvas_mojo_bindings_blink__generator", | 743 ":offscreen_canvas_mojo_bindings_blink__generator", |
743 ] | 744 ] |
744 } | 745 } |
OLD | NEW |