| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "platform/WebHistoryScrollRestorationType.h", | 199 "platform/WebHistoryScrollRestorationType.h", |
| 200 "platform/WebIconSizesParser.h", | 200 "platform/WebIconSizesParser.h", |
| 201 "platform/WebImage.h", | 201 "platform/WebImage.h", |
| 202 "platform/WebImageGenerator.h", | 202 "platform/WebImageGenerator.h", |
| 203 "platform/WebImageLayer.h", | 203 "platform/WebImageLayer.h", |
| 204 "platform/WebInbandTextTrack.h", | 204 "platform/WebInbandTextTrack.h", |
| 205 "platform/WebInbandTextTrackClient.h", | 205 "platform/WebInbandTextTrackClient.h", |
| 206 "platform/WebInputEvent.h", | 206 "platform/WebInputEvent.h", |
| 207 "platform/WebInputEventResult.h", | 207 "platform/WebInputEventResult.h", |
| 208 "platform/WebInsecureRequestPolicy.h", | 208 "platform/WebInsecureRequestPolicy.h", |
| 209 "platform/WebLanguageDetectionDetails.h", |
| 209 "platform/WebLayer.h", | 210 "platform/WebLayer.h", |
| 210 "platform/WebLayerPositionConstraint.h", | 211 "platform/WebLayerPositionConstraint.h", |
| 211 "platform/WebLayerScrollClient.h", | 212 "platform/WebLayerScrollClient.h", |
| 212 "platform/WebLayerStickyPositionConstraint.h", | 213 "platform/WebLayerStickyPositionConstraint.h", |
| 213 "platform/WebLayerTreeView.h", | 214 "platform/WebLayerTreeView.h", |
| 214 "platform/WebLayoutAndPaintAsyncCallback.h", | 215 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 215 "platform/WebLocalizedString.h", | 216 "platform/WebLocalizedString.h", |
| 216 "platform/WebMediaConstraints.h", | 217 "platform/WebMediaConstraints.h", |
| 217 "platform/WebMediaDeviceInfo.h", | 218 "platform/WebMediaDeviceInfo.h", |
| 218 "platform/WebMediaKeySystemConfiguration.h", | 219 "platform/WebMediaKeySystemConfiguration.h", |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 # relegated to a separate target to avoid duplication between the variants. | 743 # relegated to a separate target to avoid duplication between the variants. |
| 743 source_set("shared_typemap_traits") { | 744 source_set("shared_typemap_traits") { |
| 744 visibility = [ ":*" ] | 745 visibility = [ ":*" ] |
| 745 sources = [ | 746 sources = [ |
| 746 "web/WindowFeaturesStructTraits.cpp", | 747 "web/WindowFeaturesStructTraits.cpp", |
| 747 ] | 748 ] |
| 748 deps = [ | 749 deps = [ |
| 749 ":mojo_bindings_shared__generator", | 750 ":mojo_bindings_shared__generator", |
| 750 ] | 751 ] |
| 751 } | 752 } |
| OLD | NEW |