| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "platform/WebAudioSourceProviderClient.h", | 117 "platform/WebAudioSourceProviderClient.h", |
| 118 "platform/WebBlendMode.h", | 118 "platform/WebBlendMode.h", |
| 119 "platform/WebBlobData.h", | 119 "platform/WebBlobData.h", |
| 120 "platform/WebBlobInfo.h", | 120 "platform/WebBlobInfo.h", |
| 121 "platform/WebBlobRegistry.h", | 121 "platform/WebBlobRegistry.h", |
| 122 "platform/WebCString.h", | 122 "platform/WebCString.h", |
| 123 "platform/WebCallbacks.h", | 123 "platform/WebCallbacks.h", |
| 124 "platform/WebCanvas.h", | 124 "platform/WebCanvas.h", |
| 125 "platform/WebCanvasCaptureHandler.h", | 125 "platform/WebCanvasCaptureHandler.h", |
| 126 "platform/WebClipboard.h", | 126 "platform/WebClipboard.h", |
| 127 "platform/WebCoalescedInputEvent.h", |
| 127 "platform/WebColor.h", | 128 "platform/WebColor.h", |
| 128 "platform/WebCommon.h", | 129 "platform/WebCommon.h", |
| 129 "platform/WebCompositeAndReadbackAsyncCallback.h", | 130 "platform/WebCompositeAndReadbackAsyncCallback.h", |
| 130 "platform/WebCompositorSupport.h", | 131 "platform/WebCompositorSupport.h", |
| 131 "platform/WebConnectionType.h", | 132 "platform/WebConnectionType.h", |
| 132 "platform/WebContentDecryptionModule.h", | 133 "platform/WebContentDecryptionModule.h", |
| 133 "platform/WebContentDecryptionModuleAccess.h", | 134 "platform/WebContentDecryptionModuleAccess.h", |
| 134 "platform/WebContentDecryptionModuleException.h", | 135 "platform/WebContentDecryptionModuleException.h", |
| 135 "platform/WebContentDecryptionModuleResult.h", | 136 "platform/WebContentDecryptionModuleResult.h", |
| 136 "platform/WebContentDecryptionModuleSession.h", | 137 "platform/WebContentDecryptionModuleSession.h", |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 # relegated to a separate target to avoid duplication between the variants. | 741 # relegated to a separate target to avoid duplication between the variants. |
| 741 source_set("shared_typemap_traits") { | 742 source_set("shared_typemap_traits") { |
| 742 visibility = [ ":*" ] | 743 visibility = [ ":*" ] |
| 743 sources = [ | 744 sources = [ |
| 744 "web/WindowFeaturesStructTraits.cpp", | 745 "web/WindowFeaturesStructTraits.cpp", |
| 745 ] | 746 ] |
| 746 deps = [ | 747 deps = [ |
| 747 ":mojo_bindings_shared__generator", | 748 ":mojo_bindings_shared__generator", |
| 748 ] | 749 ] |
| 749 } | 750 } |
| OLD | NEW |