| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "platform/WebRTCSessionDescriptionRequest.h", | 306 "platform/WebRTCSessionDescriptionRequest.h", |
| 307 "platform/WebRTCStats.h", | 307 "platform/WebRTCStats.h", |
| 308 "platform/WebRTCStatsRequest.h", | 308 "platform/WebRTCStatsRequest.h", |
| 309 "platform/WebRTCStatsResponse.h", | 309 "platform/WebRTCStatsResponse.h", |
| 310 "platform/WebRTCVoidRequest.h", | 310 "platform/WebRTCVoidRequest.h", |
| 311 "platform/WebRect.h", | 311 "platform/WebRect.h", |
| 312 "platform/WebReferrerPolicy.h", | 312 "platform/WebReferrerPolicy.h", |
| 313 "platform/WebRenderingStats.h", | 313 "platform/WebRenderingStats.h", |
| 314 "platform/WebRuntimeFeatures.h", | 314 "platform/WebRuntimeFeatures.h", |
| 315 "platform/WebScreenInfo.h", | 315 "platform/WebScreenInfo.h", |
| 316 "platform/WebScrollBoundaryBehavior.h", |
| 316 "platform/WebScrollbar.h", | 317 "platform/WebScrollbar.h", |
| 317 "platform/WebScrollbarBehavior.h", | 318 "platform/WebScrollbarBehavior.h", |
| 318 "platform/WebScrollbarButtonsPlacement.h", | 319 "platform/WebScrollbarButtonsPlacement.h", |
| 319 "platform/WebScrollbarLayer.h", | 320 "platform/WebScrollbarLayer.h", |
| 320 "platform/WebScrollbarOverlayColorTheme.h", | 321 "platform/WebScrollbarOverlayColorTheme.h", |
| 321 "platform/WebScrollbarThemeGeometry.h", | 322 "platform/WebScrollbarThemeGeometry.h", |
| 322 "platform/WebScrollbarThemePainter.h", | 323 "platform/WebScrollbarThemePainter.h", |
| 323 "platform/WebSecurityOrigin.h", | 324 "platform/WebSecurityOrigin.h", |
| 324 "platform/WebSecurityStyle.h", | 325 "platform/WebSecurityStyle.h", |
| 325 "platform/WebSelectionBound.h", | 326 "platform/WebSelectionBound.h", |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 sources = [ | 857 sources = [ |
| 857 "web/ConsoleMessageStructTraits.cpp", | 858 "web/ConsoleMessageStructTraits.cpp", |
| 858 "web/ConsoleMessageStructTraits.h", | 859 "web/ConsoleMessageStructTraits.h", |
| 859 ] | 860 ] |
| 860 deps = [ | 861 deps = [ |
| 861 ":blink_headers", | 862 ":blink_headers", |
| 862 ":mojo_bindings_shared__generator", | 863 ":mojo_bindings_shared__generator", |
| 863 "//mojo/public/cpp/bindings:struct_traits", | 864 "//mojo/public/cpp/bindings:struct_traits", |
| 864 ] | 865 ] |
| 865 } | 866 } |
| OLD | NEW |