| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "platform/WebCryptoKeyAlgorithm.h", | 150 "platform/WebCryptoKeyAlgorithm.h", |
| 151 "platform/WebCryptoKeyAlgorithmParams.h", | 151 "platform/WebCryptoKeyAlgorithmParams.h", |
| 152 "platform/WebCursorInfo.h", | 152 "platform/WebCursorInfo.h", |
| 153 "platform/WebData.h", | 153 "platform/WebData.h", |
| 154 "platform/WebDataConsumerHandle.h", | 154 "platform/WebDataConsumerHandle.h", |
| 155 "platform/WebDatabaseObserver.h", | 155 "platform/WebDatabaseObserver.h", |
| 156 "platform/WebDeviceLightListener.h", | 156 "platform/WebDeviceLightListener.h", |
| 157 "platform/WebDisplayItemList.h", | 157 "platform/WebDisplayItemList.h", |
| 158 "platform/WebDisplayMode.h", | 158 "platform/WebDisplayMode.h", |
| 159 "platform/WebDocumentSubresourceFilter.h", | 159 "platform/WebDocumentSubresourceFilter.h", |
| 160 "platform/WebDocumentSubresourceFilterLoadPolicy.h", |
| 160 "platform/WebDoublePoint.h", | 161 "platform/WebDoublePoint.h", |
| 161 "platform/WebDragData.h", | 162 "platform/WebDragData.h", |
| 162 "platform/WebDragOperation.h", | 163 "platform/WebDragOperation.h", |
| 163 "platform/WebEditingCommandType.h", | 164 "platform/WebEditingCommandType.h", |
| 164 "platform/WebEffectiveConnectionType.h", | 165 "platform/WebEffectiveConnectionType.h", |
| 165 "platform/WebEncryptedMediaClient.h", | 166 "platform/WebEncryptedMediaClient.h", |
| 166 "platform/WebEncryptedMediaKeyInformation.h", | 167 "platform/WebEncryptedMediaKeyInformation.h", |
| 167 "platform/WebEncryptedMediaRequest.h", | 168 "platform/WebEncryptedMediaRequest.h", |
| 168 "platform/WebEncryptedMediaTypes.h", | 169 "platform/WebEncryptedMediaTypes.h", |
| 169 "platform/WebExternalBitmap.h", | 170 "platform/WebExternalBitmap.h", |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 # relegated to a separate target to avoid duplication between the variants. | 755 # relegated to a separate target to avoid duplication between the variants. |
| 755 source_set("shared_typemap_traits") { | 756 source_set("shared_typemap_traits") { |
| 756 visibility = [ ":*" ] | 757 visibility = [ ":*" ] |
| 757 sources = [ | 758 sources = [ |
| 758 "web/ConsoleMessageStructTraits.cpp", | 759 "web/ConsoleMessageStructTraits.cpp", |
| 759 ] | 760 ] |
| 760 deps = [ | 761 deps = [ |
| 761 ":mojo_bindings_shared__generator", | 762 ":mojo_bindings_shared__generator", |
| 762 ] | 763 ] |
| 763 } | 764 } |
| OLD | NEW |