Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "platform/WebHistoryScrollRestorationType.h", 201 "platform/WebHistoryScrollRestorationType.h",
202 "platform/WebIconSizesParser.h", 202 "platform/WebIconSizesParser.h",
203 "platform/WebImage.h", 203 "platform/WebImage.h",
204 "platform/WebImageGenerator.h", 204 "platform/WebImageGenerator.h",
205 "platform/WebImageLayer.h", 205 "platform/WebImageLayer.h",
206 "platform/WebInbandTextTrack.h", 206 "platform/WebInbandTextTrack.h",
207 "platform/WebInbandTextTrackClient.h", 207 "platform/WebInbandTextTrackClient.h",
208 "platform/WebInputEvent.h", 208 "platform/WebInputEvent.h",
209 "platform/WebInputEventResult.h", 209 "platform/WebInputEventResult.h",
210 "platform/WebInsecureRequestPolicy.h", 210 "platform/WebInsecureRequestPolicy.h",
211 "platform/WebKeyboardEvent.h",
211 "platform/WebLayer.h", 212 "platform/WebLayer.h",
212 "platform/WebLayerPositionConstraint.h", 213 "platform/WebLayerPositionConstraint.h",
213 "platform/WebLayerScrollClient.h", 214 "platform/WebLayerScrollClient.h",
214 "platform/WebLayerStickyPositionConstraint.h", 215 "platform/WebLayerStickyPositionConstraint.h",
215 "platform/WebLayerTreeView.h", 216 "platform/WebLayerTreeView.h",
216 "platform/WebLayoutAndPaintAsyncCallback.h", 217 "platform/WebLayoutAndPaintAsyncCallback.h",
217 "platform/WebLocalizedString.h", 218 "platform/WebLocalizedString.h",
218 "platform/WebMediaConstraints.h", 219 "platform/WebMediaConstraints.h",
219 "platform/WebMediaDeviceInfo.h", 220 "platform/WebMediaDeviceInfo.h",
220 "platform/WebMediaKeySystemConfiguration.h", 221 "platform/WebMediaKeySystemConfiguration.h",
(...skipping 11 matching lines...) Expand all
232 "platform/WebMediaStreamTrack.h", 233 "platform/WebMediaStreamTrack.h",
233 "platform/WebMediaStreamTrackSourcesRequest.h", 234 "platform/WebMediaStreamTrackSourcesRequest.h",
234 "platform/WebMemoryCoordinator.h", 235 "platform/WebMemoryCoordinator.h",
235 "platform/WebMemoryPressureLevel.h", 236 "platform/WebMemoryPressureLevel.h",
236 "platform/WebMemoryState.h", 237 "platform/WebMemoryState.h",
237 "platform/WebMessagePortChannel.h", 238 "platform/WebMessagePortChannel.h",
238 "platform/WebMessagePortChannelClient.h", 239 "platform/WebMessagePortChannelClient.h",
239 "platform/WebMixedContent.h", 240 "platform/WebMixedContent.h",
240 "platform/WebMixedContentContextType.h", 241 "platform/WebMixedContentContextType.h",
241 "platform/WebMockClipboard.h", 242 "platform/WebMockClipboard.h",
243 "platform/WebMouseWheelEvent.h",
242 "platform/WebNativeScrollBehavior.h", 244 "platform/WebNativeScrollBehavior.h",
243 "platform/WebNavigationHintType.h", 245 "platform/WebNavigationHintType.h",
244 "platform/WebNonCopyable.h", 246 "platform/WebNonCopyable.h",
245 "platform/WebOriginTrialTokenStatus.h", 247 "platform/WebOriginTrialTokenStatus.h",
246 "platform/WebPageVisibilityState.h", 248 "platform/WebPageVisibilityState.h",
247 "platform/WebPasswordCredential.h", 249 "platform/WebPasswordCredential.h",
248 "platform/WebPlatformEventListener.h", 250 "platform/WebPlatformEventListener.h",
249 "platform/WebPlatformEventType.h", 251 "platform/WebPlatformEventType.h",
250 "platform/WebPluginListBuilder.h", 252 "platform/WebPluginListBuilder.h",
251 "platform/WebPoint.h", 253 "platform/WebPoint.h",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 source_set("shared_typemap_traits") { 756 source_set("shared_typemap_traits") {
755 visibility = [ ":*" ] 757 visibility = [ ":*" ]
756 sources = [ 758 sources = [
757 "web/ConsoleMessageStructTraits.cpp", 759 "web/ConsoleMessageStructTraits.cpp",
758 "web/WindowFeaturesStructTraits.cpp", 760 "web/WindowFeaturesStructTraits.cpp",
759 ] 761 ]
760 deps = [ 762 deps = [
761 ":mojo_bindings_shared__generator", 763 ":mojo_bindings_shared__generator",
762 ] 764 ]
763 } 765 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698