| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "platform/WebRTCSessionDescriptionRequest.h", | 311 "platform/WebRTCSessionDescriptionRequest.h", |
| 312 "platform/WebRTCStats.h", | 312 "platform/WebRTCStats.h", |
| 313 "platform/WebRTCStatsRequest.h", | 313 "platform/WebRTCStatsRequest.h", |
| 314 "platform/WebRTCStatsResponse.h", | 314 "platform/WebRTCStatsResponse.h", |
| 315 "platform/WebRTCVoidRequest.h", | 315 "platform/WebRTCVoidRequest.h", |
| 316 "platform/WebRect.h", | 316 "platform/WebRect.h", |
| 317 "platform/WebReferrerPolicy.h", | 317 "platform/WebReferrerPolicy.h", |
| 318 "platform/WebRenderingStats.h", | 318 "platform/WebRenderingStats.h", |
| 319 "platform/WebRuntimeFeatures.h", | 319 "platform/WebRuntimeFeatures.h", |
| 320 "platform/WebScreenInfo.h", | 320 "platform/WebScreenInfo.h", |
| 321 "platform/WebScrollBoundaryBehavior.h", |
| 321 "platform/WebScrollbar.h", | 322 "platform/WebScrollbar.h", |
| 322 "platform/WebScrollbarBehavior.h", | 323 "platform/WebScrollbarBehavior.h", |
| 323 "platform/WebScrollbarButtonsPlacement.h", | 324 "platform/WebScrollbarButtonsPlacement.h", |
| 324 "platform/WebScrollbarLayer.h", | 325 "platform/WebScrollbarLayer.h", |
| 325 "platform/WebScrollbarOverlayColorTheme.h", | 326 "platform/WebScrollbarOverlayColorTheme.h", |
| 326 "platform/WebScrollbarThemeGeometry.h", | 327 "platform/WebScrollbarThemeGeometry.h", |
| 327 "platform/WebScrollbarThemePainter.h", | 328 "platform/WebScrollbarThemePainter.h", |
| 328 "platform/WebSecurityOrigin.h", | 329 "platform/WebSecurityOrigin.h", |
| 329 "platform/WebSecurityStyle.h", | 330 "platform/WebSecurityStyle.h", |
| 330 "platform/WebSelectionBound.h", | 331 "platform/WebSelectionBound.h", |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 sources = [ | 925 sources = [ |
| 925 "web/ConsoleMessageStructTraits.cpp", | 926 "web/ConsoleMessageStructTraits.cpp", |
| 926 "web/ConsoleMessageStructTraits.h", | 927 "web/ConsoleMessageStructTraits.h", |
| 927 ] | 928 ] |
| 928 deps = [ | 929 deps = [ |
| 929 ":blink_headers", | 930 ":blink_headers", |
| 930 ":mojo_bindings_shared__generator", | 931 ":mojo_bindings_shared__generator", |
| 931 "//mojo/public/cpp/bindings:struct_traits", | 932 "//mojo/public/cpp/bindings:struct_traits", |
| 932 ] | 933 ] |
| 933 } | 934 } |
| OLD | NEW |