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

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

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits Created 3 years, 11 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698