| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "platform/WebRTCSessionDescriptionRequest.h", | 304 "platform/WebRTCSessionDescriptionRequest.h", |
| 305 "platform/WebRTCStats.h", | 305 "platform/WebRTCStats.h", |
| 306 "platform/WebRTCStatsRequest.h", | 306 "platform/WebRTCStatsRequest.h", |
| 307 "platform/WebRTCStatsResponse.h", | 307 "platform/WebRTCStatsResponse.h", |
| 308 "platform/WebRTCVoidRequest.h", | 308 "platform/WebRTCVoidRequest.h", |
| 309 "platform/WebRect.h", | 309 "platform/WebRect.h", |
| 310 "platform/WebReferrerPolicy.h", | 310 "platform/WebReferrerPolicy.h", |
| 311 "platform/WebRenderingStats.h", | 311 "platform/WebRenderingStats.h", |
| 312 "platform/WebRuntimeFeatures.h", | 312 "platform/WebRuntimeFeatures.h", |
| 313 "platform/WebScreenInfo.h", | 313 "platform/WebScreenInfo.h", |
| 314 "platform/WebScrollBoundaryBehavior.h", |
| 314 "platform/WebScrollbar.h", | 315 "platform/WebScrollbar.h", |
| 315 "platform/WebScrollbarBehavior.h", | 316 "platform/WebScrollbarBehavior.h", |
| 316 "platform/WebScrollbarButtonsPlacement.h", | 317 "platform/WebScrollbarButtonsPlacement.h", |
| 317 "platform/WebScrollbarLayer.h", | 318 "platform/WebScrollbarLayer.h", |
| 318 "platform/WebScrollbarOverlayColorTheme.h", | 319 "platform/WebScrollbarOverlayColorTheme.h", |
| 319 "platform/WebScrollbarThemeGeometry.h", | 320 "platform/WebScrollbarThemeGeometry.h", |
| 320 "platform/WebScrollbarThemePainter.h", | 321 "platform/WebScrollbarThemePainter.h", |
| 321 "platform/WebSecurityOrigin.h", | 322 "platform/WebSecurityOrigin.h", |
| 322 "platform/WebSecurityStyle.h", | 323 "platform/WebSecurityStyle.h", |
| 323 "platform/WebSelectionBound.h", | 324 "platform/WebSelectionBound.h", |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 sources = [ | 917 sources = [ |
| 917 "web/ConsoleMessageStructTraits.cpp", | 918 "web/ConsoleMessageStructTraits.cpp", |
| 918 "web/ConsoleMessageStructTraits.h", | 919 "web/ConsoleMessageStructTraits.h", |
| 919 ] | 920 ] |
| 920 deps = [ | 921 deps = [ |
| 921 ":blink_headers", | 922 ":blink_headers", |
| 922 ":mojo_bindings_shared__generator", | 923 ":mojo_bindings_shared__generator", |
| 923 "//mojo/public/cpp/bindings:struct_traits", | 924 "//mojo/public/cpp/bindings:struct_traits", |
| 924 ] | 925 ] |
| 925 } | 926 } |
| OLD | NEW |