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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "platform/WebRTCSessionDescriptionRequest.h", | 312 "platform/WebRTCSessionDescriptionRequest.h", |
313 "platform/WebRTCStats.h", | 313 "platform/WebRTCStats.h", |
314 "platform/WebRTCStatsRequest.h", | 314 "platform/WebRTCStatsRequest.h", |
315 "platform/WebRTCStatsResponse.h", | 315 "platform/WebRTCStatsResponse.h", |
316 "platform/WebRTCVoidRequest.h", | 316 "platform/WebRTCVoidRequest.h", |
317 "platform/WebRect.h", | 317 "platform/WebRect.h", |
318 "platform/WebReferrerPolicy.h", | 318 "platform/WebReferrerPolicy.h", |
319 "platform/WebRenderingStats.h", | 319 "platform/WebRenderingStats.h", |
320 "platform/WebRuntimeFeatures.h", | 320 "platform/WebRuntimeFeatures.h", |
321 "platform/WebScreenInfo.h", | 321 "platform/WebScreenInfo.h", |
| 322 "platform/WebScrollBoundaryBehavior.h", |
322 "platform/WebScrollbar.h", | 323 "platform/WebScrollbar.h", |
323 "platform/WebScrollbarBehavior.h", | 324 "platform/WebScrollbarBehavior.h", |
324 "platform/WebScrollbarButtonsPlacement.h", | 325 "platform/WebScrollbarButtonsPlacement.h", |
325 "platform/WebScrollbarLayer.h", | 326 "platform/WebScrollbarLayer.h", |
326 "platform/WebScrollbarOverlayColorTheme.h", | 327 "platform/WebScrollbarOverlayColorTheme.h", |
327 "platform/WebScrollbarThemeGeometry.h", | 328 "platform/WebScrollbarThemeGeometry.h", |
328 "platform/WebScrollbarThemePainter.h", | 329 "platform/WebScrollbarThemePainter.h", |
329 "platform/WebSecurityOrigin.h", | 330 "platform/WebSecurityOrigin.h", |
330 "platform/WebSecurityStyle.h", | 331 "platform/WebSecurityStyle.h", |
331 "platform/WebSelectionBound.h", | 332 "platform/WebSelectionBound.h", |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
946 sources = [ | 947 sources = [ |
947 "web/ConsoleMessageStructTraits.cpp", | 948 "web/ConsoleMessageStructTraits.cpp", |
948 "web/ConsoleMessageStructTraits.h", | 949 "web/ConsoleMessageStructTraits.h", |
949 ] | 950 ] |
950 deps = [ | 951 deps = [ |
951 ":blink_headers", | 952 ":blink_headers", |
952 ":mojo_bindings_shared__generator", | 953 ":mojo_bindings_shared__generator", |
953 "//mojo/public/cpp/bindings:struct_traits", | 954 "//mojo/public/cpp/bindings:struct_traits", |
954 ] | 955 ] |
955 } | 956 } |
OLD | NEW |