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

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

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: remove indirection Created 4 years, 1 month 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "platform/WebMediaStreamCenter.h", 218 "platform/WebMediaStreamCenter.h",
219 "platform/WebMediaStreamCenterClient.h", 219 "platform/WebMediaStreamCenterClient.h",
220 "platform/WebMediaStreamSource.h", 220 "platform/WebMediaStreamSource.h",
221 "platform/WebMediaStreamTrack.h", 221 "platform/WebMediaStreamTrack.h",
222 "platform/WebMediaStreamTrackSourcesRequest.h", 222 "platform/WebMediaStreamTrackSourcesRequest.h",
223 "platform/WebMemoryCoordinator.h", 223 "platform/WebMemoryCoordinator.h",
224 "platform/WebMemoryPressureLevel.h", 224 "platform/WebMemoryPressureLevel.h",
225 "platform/WebMemoryState.h", 225 "platform/WebMemoryState.h",
226 "platform/WebMessagePortChannel.h", 226 "platform/WebMessagePortChannel.h",
227 "platform/WebMessagePortChannelClient.h", 227 "platform/WebMessagePortChannelClient.h",
228 "platform/WebMimeRegistry.h",
229 "platform/WebMixedContent.h", 228 "platform/WebMixedContent.h",
230 "platform/WebMockClipboard.h", 229 "platform/WebMockClipboard.h",
231 "platform/WebNativeScrollBehavior.h", 230 "platform/WebNativeScrollBehavior.h",
232 "platform/WebNavigationHintType.h", 231 "platform/WebNavigationHintType.h",
233 "platform/WebNonCopyable.h", 232 "platform/WebNonCopyable.h",
234 "platform/WebOriginTrialTokenStatus.h", 233 "platform/WebOriginTrialTokenStatus.h",
235 "platform/WebPageVisibilityState.h", 234 "platform/WebPageVisibilityState.h",
236 "platform/WebPasswordCredential.h", 235 "platform/WebPasswordCredential.h",
237 "platform/WebPlatformEventListener.h", 236 "platform/WebPlatformEventListener.h",
238 "platform/WebPlatformEventType.h", 237 "platform/WebPlatformEventType.h",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 # relegated to a separate target to avoid duplication between the variants. 747 # relegated to a separate target to avoid duplication between the variants.
749 source_set("shared_typemap_traits") { 748 source_set("shared_typemap_traits") {
750 visibility = [ ":*" ] 749 visibility = [ ":*" ]
751 sources = [ 750 sources = [
752 "web/WindowFeaturesStructTraits.cpp", 751 "web/WindowFeaturesStructTraits.cpp",
753 ] 752 ]
754 deps = [ 753 deps = [
755 ":new_wrapper_types_mojo_bindings_shared__generator", 754 ":new_wrapper_types_mojo_bindings_shared__generator",
756 ] 755 ]
757 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698