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

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

Issue 2493823002: Revert of Revert "Remove MediaStreamTrack.getSources()." (Closed)
Patch Set: 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("//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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "platform/WebScrollbarOverlayColorTheme.h", 278 "platform/WebScrollbarOverlayColorTheme.h",
279 "platform/WebScrollbarThemeGeometry.h", 279 "platform/WebScrollbarThemeGeometry.h",
280 "platform/WebScrollbarThemePainter.h", 280 "platform/WebScrollbarThemePainter.h",
281 "platform/WebSecurityOrigin.h", 281 "platform/WebSecurityOrigin.h",
282 "platform/WebSecurityStyle.h", 282 "platform/WebSecurityStyle.h",
283 "platform/WebSelectionBound.h", 283 "platform/WebSelectionBound.h",
284 "platform/WebSetSinkIdCallbacks.h", 284 "platform/WebSetSinkIdCallbacks.h",
285 "platform/WebSize.h", 285 "platform/WebSize.h",
286 "platform/WebSourceBuffer.h", 286 "platform/WebSourceBuffer.h",
287 "platform/WebSourceBufferClient.h", 287 "platform/WebSourceBufferClient.h",
288 "platform/WebSourceInfo.h",
289 "platform/WebSpeechSynthesisUtterance.h", 288 "platform/WebSpeechSynthesisUtterance.h",
290 "platform/WebSpeechSynthesisVoice.h", 289 "platform/WebSpeechSynthesisVoice.h",
291 "platform/WebSpeechSynthesizer.h", 290 "platform/WebSpeechSynthesizer.h",
292 "platform/WebSpeechSynthesizerClient.h", 291 "platform/WebSpeechSynthesizerClient.h",
293 "platform/WebStorageArea.h", 292 "platform/WebStorageArea.h",
294 "platform/WebStorageNamespace.h", 293 "platform/WebStorageNamespace.h",
295 "platform/WebStorageQuotaCallbacks.h", 294 "platform/WebStorageQuotaCallbacks.h",
296 "platform/WebStorageQuotaError.h", 295 "platform/WebStorageQuotaError.h",
297 "platform/WebStorageQuotaType.h", 296 "platform/WebStorageQuotaType.h",
298 "platform/WebString.h", 297 "platform/WebString.h",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 # relegated to a separate target to avoid duplication between the variants. 755 # relegated to a separate target to avoid duplication between the variants.
757 source_set("shared_typemap_traits") { 756 source_set("shared_typemap_traits") {
758 visibility = [ ":*" ] 757 visibility = [ ":*" ]
759 sources = [ 758 sources = [
760 "web/WindowFeaturesStructTraits.cpp", 759 "web/WindowFeaturesStructTraits.cpp",
761 ] 760 ]
762 deps = [ 761 deps = [
763 ":new_wrapper_types_mojo_bindings_shared__generator", 762 ":new_wrapper_types_mojo_bindings_shared__generator",
764 ] 763 ]
765 } 764 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698