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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "platform/WebFocusType.h", | 183 "platform/WebFocusType.h", |
184 "platform/WebFont.h", | 184 "platform/WebFont.h", |
185 "platform/WebFontDescription.h", | 185 "platform/WebFontDescription.h", |
186 "platform/WebFrameScheduler.h", | 186 "platform/WebFrameScheduler.h", |
187 "platform/WebGamepad.h", | 187 "platform/WebGamepad.h", |
188 "platform/WebGamepadListener.h", | 188 "platform/WebGamepadListener.h", |
189 "platform/WebGamepads.h", | 189 "platform/WebGamepads.h", |
190 "platform/WebGestureCurve.h", | 190 "platform/WebGestureCurve.h", |
191 "platform/WebGestureCurveTarget.h", | 191 "platform/WebGestureCurveTarget.h", |
192 "platform/WebGestureDevice.h", | 192 "platform/WebGestureDevice.h", |
| 193 "platform/WebGestureEvent.h", |
193 "platform/WebGraphicsContext3DProvider.h", | 194 "platform/WebGraphicsContext3DProvider.h", |
194 "platform/WebHTTPBody.h", | 195 "platform/WebHTTPBody.h", |
195 "platform/WebHTTPHeaderVisitor.h", | 196 "platform/WebHTTPHeaderVisitor.h", |
196 "platform/WebHTTPLoadInfo.h", | 197 "platform/WebHTTPLoadInfo.h", |
197 "platform/WebHistoryScrollRestorationType.h", | 198 "platform/WebHistoryScrollRestorationType.h", |
198 "platform/WebIconSizesParser.h", | 199 "platform/WebIconSizesParser.h", |
199 "platform/WebImage.h", | 200 "platform/WebImage.h", |
200 "platform/WebImageGenerator.h", | 201 "platform/WebImageGenerator.h", |
201 "platform/WebImageLayer.h", | 202 "platform/WebImageLayer.h", |
202 "platform/WebInbandTextTrack.h", | 203 "platform/WebInbandTextTrack.h", |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 "web/WebFrameWidget.h", | 483 "web/WebFrameWidget.h", |
483 "web/WebHeap.h", | 484 "web/WebHeap.h", |
484 "web/WebHelperPlugin.h", | 485 "web/WebHelperPlugin.h", |
485 "web/WebHistoryCommitType.h", | 486 "web/WebHistoryCommitType.h", |
486 "web/WebHistoryItem.h", | 487 "web/WebHistoryItem.h", |
487 "web/WebHitTestResult.h", | 488 "web/WebHitTestResult.h", |
488 "web/WebIconURL.h", | 489 "web/WebIconURL.h", |
489 "web/WebImageCache.h", | 490 "web/WebImageCache.h", |
490 "web/WebImageDecoder.h", | 491 "web/WebImageDecoder.h", |
491 "web/WebInputElement.h", | 492 "web/WebInputElement.h", |
492 "web/WebInputEvent.h", | |
493 "web/WebInputMethodController.h", | 493 "web/WebInputMethodController.h", |
494 "web/WebKit.h", | 494 "web/WebKit.h", |
495 "web/WebLabelElement.h", | 495 "web/WebLabelElement.h", |
496 "web/WebLeakDetector.h", | 496 "web/WebLeakDetector.h", |
497 "web/WebLocalFrame.h", | 497 "web/WebLocalFrame.h", |
498 "web/WebMeaningfulLayout.h", | 498 "web/WebMeaningfulLayout.h", |
499 "web/WebMediaDeviceChangeObserver.h", | 499 "web/WebMediaDeviceChangeObserver.h", |
500 "web/WebMediaDevicesRequest.h", | 500 "web/WebMediaDevicesRequest.h", |
501 "web/WebMediaPlayerAction.h", | 501 "web/WebMediaPlayerAction.h", |
502 "web/WebMediaStreamRegistry.h", | 502 "web/WebMediaStreamRegistry.h", |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 # relegated to a separate target to avoid duplication between the variants. | 761 # relegated to a separate target to avoid duplication between the variants. |
762 source_set("shared_typemap_traits") { | 762 source_set("shared_typemap_traits") { |
763 visibility = [ ":*" ] | 763 visibility = [ ":*" ] |
764 sources = [ | 764 sources = [ |
765 "web/WindowFeaturesStructTraits.cpp", | 765 "web/WindowFeaturesStructTraits.cpp", |
766 ] | 766 ] |
767 deps = [ | 767 deps = [ |
768 ":new_wrapper_types_mojo_bindings_shared__generator", | 768 ":new_wrapper_types_mojo_bindings_shared__generator", |
769 ] | 769 ] |
770 } | 770 } |
OLD | NEW |