| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "platform/WebIconSizesParser.h", | 217 "platform/WebIconSizesParser.h", |
| 218 "platform/WebImage.h", | 218 "platform/WebImage.h", |
| 219 "platform/WebImageCaptureFrameGrabber.h", | 219 "platform/WebImageCaptureFrameGrabber.h", |
| 220 "platform/WebImageGenerator.h", | 220 "platform/WebImageGenerator.h", |
| 221 "platform/WebImageLayer.h", | 221 "platform/WebImageLayer.h", |
| 222 "platform/WebInbandTextTrack.h", | 222 "platform/WebInbandTextTrack.h", |
| 223 "platform/WebInbandTextTrackClient.h", | 223 "platform/WebInbandTextTrackClient.h", |
| 224 "platform/WebInputEvent.h", | 224 "platform/WebInputEvent.h", |
| 225 "platform/WebInputEventResult.h", | 225 "platform/WebInputEventResult.h", |
| 226 "platform/WebInsecureRequestPolicy.h", | 226 "platform/WebInsecureRequestPolicy.h", |
| 227 "platform/WebIsolatedWorldIds.h", |
| 227 "platform/WebKeyboardEvent.h", | 228 "platform/WebKeyboardEvent.h", |
| 228 "platform/WebLayer.h", | 229 "platform/WebLayer.h", |
| 229 "platform/WebLayerPositionConstraint.h", | 230 "platform/WebLayerPositionConstraint.h", |
| 230 "platform/WebLayerScrollClient.h", | 231 "platform/WebLayerScrollClient.h", |
| 231 "platform/WebLayerStickyPositionConstraint.h", | 232 "platform/WebLayerStickyPositionConstraint.h", |
| 232 "platform/WebLayerTreeView.h", | 233 "platform/WebLayerTreeView.h", |
| 233 "platform/WebLayoutAndPaintAsyncCallback.h", | 234 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 234 "platform/WebLoadingBehaviorFlag.h", | 235 "platform/WebLoadingBehaviorFlag.h", |
| 235 "platform/WebLocalizedString.h", | 236 "platform/WebLocalizedString.h", |
| 236 "platform/WebMediaConstraints.h", | 237 "platform/WebMediaConstraints.h", |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 sources = [ | 828 sources = [ |
| 828 "web/ConsoleMessageStructTraits.cpp", | 829 "web/ConsoleMessageStructTraits.cpp", |
| 829 "web/ConsoleMessageStructTraits.h", | 830 "web/ConsoleMessageStructTraits.h", |
| 830 ] | 831 ] |
| 831 deps = [ | 832 deps = [ |
| 832 ":blink_headers", | 833 ":blink_headers", |
| 833 ":mojo_bindings_shared__generator", | 834 ":mojo_bindings_shared__generator", |
| 834 "//mojo/public/cpp/bindings:struct_traits", | 835 "//mojo/public/cpp/bindings:struct_traits", |
| 835 ] | 836 ] |
| 836 } | 837 } |
| OLD | NEW |