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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2482653002: Move MIME related platform files under network/mime (Closed)
Patch Set: fix Created 4 years 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "//url/mojo:url_mojom_gurl_blink_cpp_sources", 242 "//url/mojo:url_mojom_gurl_blink_cpp_sources",
243 ] 243 ]
244 output_name = "blink_platform" 244 output_name = "blink_platform"
245 245
246 sources = [ 246 sources = [
247 "AsyncFileSystemCallbacks.h", 247 "AsyncFileSystemCallbacks.h",
248 "CalculationValue.h", 248 "CalculationValue.h",
249 "ContentDecryptionModuleResult.h", 249 "ContentDecryptionModuleResult.h",
250 "ContentSettingCallbacks.cpp", 250 "ContentSettingCallbacks.cpp",
251 "ContentSettingCallbacks.h", 251 "ContentSettingCallbacks.h",
252 "ContentType.cpp",
253 "ContentType.h",
254 "ContextMenu.cpp", 252 "ContextMenu.cpp",
255 "ContextMenu.h", 253 "ContextMenu.h",
256 "ContextMenuItem.cpp", 254 "ContextMenuItem.cpp",
257 "ContextMenuItem.h", 255 "ContextMenuItem.h",
258 "CrossThreadCopier.cpp", 256 "CrossThreadCopier.cpp",
259 "CrossThreadCopier.h", 257 "CrossThreadCopier.h",
260 "Crypto.cpp", 258 "Crypto.cpp",
261 "Crypto.h", 259 "Crypto.h",
262 "CryptoResult.h", 260 "CryptoResult.h",
263 "Cursor.cpp", 261 "Cursor.cpp",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "LengthBox.cpp", 294 "LengthBox.cpp",
297 "LengthBox.h", 295 "LengthBox.h",
298 "LengthFunctions.cpp", 296 "LengthFunctions.cpp",
299 "LengthFunctions.h", 297 "LengthFunctions.h",
300 "LengthPoint.h", 298 "LengthPoint.h",
301 "LengthSize.h", 299 "LengthSize.h",
302 "LifecycleNotifier.h", 300 "LifecycleNotifier.h",
303 "LifecycleObserver.h", 301 "LifecycleObserver.h",
304 "LinkHash.cpp", 302 "LinkHash.cpp",
305 "LinkHash.h", 303 "LinkHash.h",
306 "MIMETypeFromURL.cpp",
307 "MIMETypeFromURL.h",
308 "MIMETypeRegistry.h",
309 "MemoryCoordinator.cpp", 304 "MemoryCoordinator.cpp",
310 "MemoryCoordinator.h", 305 "MemoryCoordinator.h",
311 "PODArena.h", 306 "PODArena.h",
312 "PODFreeListArena.h", 307 "PODFreeListArena.h",
313 "PODInterval.h", 308 "PODInterval.h",
314 "PODIntervalTree.h", 309 "PODIntervalTree.h",
315 "PODRedBlackTree.h", 310 "PODRedBlackTree.h",
316 "PartitionAllocMemoryDumpProvider.cpp", 311 "PartitionAllocMemoryDumpProvider.cpp",
317 "PartitionAllocMemoryDumpProvider.h", 312 "PartitionAllocMemoryDumpProvider.h",
318 "PasteMode.h", 313 "PasteMode.h",
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 "network/ResourceRequest.cpp", 1147 "network/ResourceRequest.cpp",
1153 "network/ResourceRequest.h", 1148 "network/ResourceRequest.h",
1154 "network/ResourceResponse.cpp", 1149 "network/ResourceResponse.cpp",
1155 "network/ResourceResponse.h", 1150 "network/ResourceResponse.h",
1156 "network/ResourceTimingInfo.cpp", 1151 "network/ResourceTimingInfo.cpp",
1157 "network/ResourceTimingInfo.h", 1152 "network/ResourceTimingInfo.h",
1158 "network/WebSocketHandshakeRequest.cpp", 1153 "network/WebSocketHandshakeRequest.cpp",
1159 "network/WebSocketHandshakeRequest.h", 1154 "network/WebSocketHandshakeRequest.h",
1160 "network/WebSocketHandshakeResponse.cpp", 1155 "network/WebSocketHandshakeResponse.cpp",
1161 "network/WebSocketHandshakeResponse.h", 1156 "network/WebSocketHandshakeResponse.h",
1157 "network/mime/ContentType.cpp",
1158 "network/mime/ContentType.h",
1159 "network/mime/MIMETypeFromURL.cpp",
1160 "network/mime/MIMETypeFromURL.h",
1162 "network/mime/MIMETypeRegistry.cpp", 1161 "network/mime/MIMETypeRegistry.cpp",
1162 "network/mime/MIMETypeRegistry.h",
1163 "peerconnection/RTCAnswerOptionsPlatform.h", 1163 "peerconnection/RTCAnswerOptionsPlatform.h",
1164 "peerconnection/RTCOfferOptionsPlatform.h", 1164 "peerconnection/RTCOfferOptionsPlatform.h",
1165 "peerconnection/RTCSessionDescriptionRequest.h", 1165 "peerconnection/RTCSessionDescriptionRequest.h",
1166 "peerconnection/RTCStatsRequest.h", 1166 "peerconnection/RTCStatsRequest.h",
1167 "peerconnection/RTCStatsResponseBase.h", 1167 "peerconnection/RTCStatsResponseBase.h",
1168 "peerconnection/RTCVoidRequest.h", 1168 "peerconnection/RTCVoidRequest.h",
1169 "plugins/PluginData.cpp", 1169 "plugins/PluginData.cpp",
1170 "plugins/PluginData.h", 1170 "plugins/PluginData.h",
1171 "plugins/PluginListBuilder.cpp", 1171 "plugins/PluginListBuilder.cpp",
1172 "plugins/PluginListBuilder.h", 1172 "plugins/PluginListBuilder.h",
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 "//third_party/WebKit/Source:inside_blink", 2065 "//third_party/WebKit/Source:inside_blink",
2066 ] 2066 ]
2067 2067
2068 deps = [ 2068 deps = [
2069 ":test_support", 2069 ":test_support",
2070 "//cc/surfaces:surface_id", 2070 "//cc/surfaces:surface_id",
2071 "//testing/gmock", 2071 "//testing/gmock",
2072 "//testing/gtest", 2072 "//testing/gtest",
2073 ] 2073 ]
2074 } 2074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698