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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 7 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "platform/WebCrypto.h", 146 "platform/WebCrypto.h",
147 "platform/WebCryptoAlgorithm.h", 147 "platform/WebCryptoAlgorithm.h",
148 "platform/WebCryptoAlgorithmParams.h", 148 "platform/WebCryptoAlgorithmParams.h",
149 "platform/WebCryptoKey.h", 149 "platform/WebCryptoKey.h",
150 "platform/WebCryptoKeyAlgorithm.h", 150 "platform/WebCryptoKeyAlgorithm.h",
151 "platform/WebCryptoKeyAlgorithmParams.h", 151 "platform/WebCryptoKeyAlgorithmParams.h",
152 "platform/WebCursorInfo.h", 152 "platform/WebCursorInfo.h",
153 "platform/WebData.h", 153 "platform/WebData.h",
154 "platform/WebDataConsumerHandle.h", 154 "platform/WebDataConsumerHandle.h",
155 "platform/WebDatabaseObserver.h", 155 "platform/WebDatabaseObserver.h",
156 "platform/WebDeviceLightListener.h",
157 "platform/WebDisplayItemList.h", 156 "platform/WebDisplayItemList.h",
158 "platform/WebDisplayMode.h", 157 "platform/WebDisplayMode.h",
159 "platform/WebDistillability.h", 158 "platform/WebDistillability.h",
160 "platform/WebDocumentSubresourceFilter.h", 159 "platform/WebDocumentSubresourceFilter.h",
161 "platform/WebDoublePoint.h", 160 "platform/WebDoublePoint.h",
162 "platform/WebDoubleSize.h", 161 "platform/WebDoubleSize.h",
163 "platform/WebDragData.h", 162 "platform/WebDragData.h",
164 "platform/WebDragOperation.h", 163 "platform/WebDragOperation.h",
165 "platform/WebEditingCommandType.h", 164 "platform/WebEditingCommandType.h",
166 "platform/WebEffectiveConnectionType.h", 165 "platform/WebEffectiveConnectionType.h",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 source_set("shared_typemap_traits") { 797 source_set("shared_typemap_traits") {
799 visibility = [ ":*" ] 798 visibility = [ ":*" ]
800 sources = [ 799 sources = [
801 "web/ConsoleMessageStructTraits.cpp", 800 "web/ConsoleMessageStructTraits.cpp",
802 "web/ConsoleMessageStructTraits.h", 801 "web/ConsoleMessageStructTraits.h",
803 ] 802 ]
804 deps = [ 803 deps = [
805 ":mojo_bindings_shared__generator", 804 ":mojo_bindings_shared__generator",
806 ] 805 ]
807 } 806 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/LocalFrameClientImpl.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698