| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "platform/WebMemoryPressureLevel.h", | 241 "platform/WebMemoryPressureLevel.h", |
| 242 "platform/WebMemoryState.h", | 242 "platform/WebMemoryState.h", |
| 243 "platform/WebMessagePortChannel.h", | 243 "platform/WebMessagePortChannel.h", |
| 244 "platform/WebMessagePortChannelClient.h", | 244 "platform/WebMessagePortChannelClient.h", |
| 245 "platform/WebMixedContent.h", | 245 "platform/WebMixedContent.h", |
| 246 "platform/WebMixedContentContextType.h", | 246 "platform/WebMixedContentContextType.h", |
| 247 "platform/WebMockClipboard.h", | 247 "platform/WebMockClipboard.h", |
| 248 "platform/WebMouseEvent.h", | 248 "platform/WebMouseEvent.h", |
| 249 "platform/WebMouseWheelEvent.h", | 249 "platform/WebMouseWheelEvent.h", |
| 250 "platform/WebNativeScrollBehavior.h", | 250 "platform/WebNativeScrollBehavior.h", |
| 251 "platform/WebNavigationHintType.h", | |
| 252 "platform/WebNetworkStateNotifier.h", | 251 "platform/WebNetworkStateNotifier.h", |
| 253 "platform/WebNonCopyable.h", | 252 "platform/WebNonCopyable.h", |
| 254 "platform/WebOriginTrialTokenStatus.h", | 253 "platform/WebOriginTrialTokenStatus.h", |
| 255 "platform/WebPageVisibilityState.h", | 254 "platform/WebPageVisibilityState.h", |
| 256 "platform/WebPasswordCredential.h", | 255 "platform/WebPasswordCredential.h", |
| 257 "platform/WebPlatformEventListener.h", | 256 "platform/WebPlatformEventListener.h", |
| 258 "platform/WebPlatformEventType.h", | 257 "platform/WebPlatformEventType.h", |
| 259 "platform/WebPluginListBuilder.h", | 258 "platform/WebPluginListBuilder.h", |
| 260 "platform/WebPoint.h", | 259 "platform/WebPoint.h", |
| 261 "platform/WebPointerProperties.h", | 260 "platform/WebPointerProperties.h", |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 source_set("shared_typemap_traits") { | 798 source_set("shared_typemap_traits") { |
| 800 visibility = [ ":*" ] | 799 visibility = [ ":*" ] |
| 801 sources = [ | 800 sources = [ |
| 802 "web/ConsoleMessageStructTraits.cpp", | 801 "web/ConsoleMessageStructTraits.cpp", |
| 803 "web/ConsoleMessageStructTraits.h", | 802 "web/ConsoleMessageStructTraits.h", |
| 804 ] | 803 ] |
| 805 deps = [ | 804 deps = [ |
| 806 ":mojo_bindings_shared__generator", | 805 ":mojo_bindings_shared__generator", |
| 807 ] | 806 ] |
| 808 } | 807 } |
| OLD | NEW |