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

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

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Replaces VideoLayer with SurfaceLayer. Created 3 years, 6 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "platform/WebSpeechSynthesisVoice.h", 328 "platform/WebSpeechSynthesisVoice.h",
329 "platform/WebSpeechSynthesizer.h", 329 "platform/WebSpeechSynthesizer.h",
330 "platform/WebSpeechSynthesizerClient.h", 330 "platform/WebSpeechSynthesizerClient.h",
331 "platform/WebSpellCheckPanelHostClient.h", 331 "platform/WebSpellCheckPanelHostClient.h",
332 "platform/WebStorageArea.h", 332 "platform/WebStorageArea.h",
333 "platform/WebStorageNamespace.h", 333 "platform/WebStorageNamespace.h",
334 "platform/WebStorageQuotaCallbacks.h", 334 "platform/WebStorageQuotaCallbacks.h",
335 "platform/WebStorageQuotaError.h", 335 "platform/WebStorageQuotaError.h",
336 "platform/WebStorageQuotaType.h", 336 "platform/WebStorageQuotaType.h",
337 "platform/WebString.h", 337 "platform/WebString.h",
338 "platform/WebSurfaceLayerBridgeObserver.h",
338 "platform/WebTextInputInfo.h", 339 "platform/WebTextInputInfo.h",
339 "platform/WebTextInputMode.h", 340 "platform/WebTextInputMode.h",
340 "platform/WebTextInputType.h", 341 "platform/WebTextInputType.h",
341 "platform/WebTextRun.h", 342 "platform/WebTextRun.h",
342 "platform/WebThemeEngine.h", 343 "platform/WebThemeEngine.h",
343 "platform/WebThread.h", 344 "platform/WebThread.h",
344 "platform/WebThreadSafeData.h", 345 "platform/WebThreadSafeData.h",
345 "platform/WebTimeRange.h", 346 "platform/WebTimeRange.h",
346 "platform/WebTouchAction.h", 347 "platform/WebTouchAction.h",
347 "platform/WebTouchEvent.h", 348 "platform/WebTouchEvent.h",
348 "platform/WebTouchPoint.h", 349 "platform/WebTouchPoint.h",
349 "platform/WebTraceLocation.h", 350 "platform/WebTraceLocation.h",
350 "platform/WebTrialTokenValidator.h", 351 "platform/WebTrialTokenValidator.h",
351 "platform/WebURL.h", 352 "platform/WebURL.h",
352 "platform/WebURLError.h", 353 "platform/WebURLError.h",
353 "platform/WebURLLoadTiming.h", 354 "platform/WebURLLoadTiming.h",
354 "platform/WebURLLoader.h", 355 "platform/WebURLLoader.h",
355 "platform/WebURLLoaderClient.h", 356 "platform/WebURLLoaderClient.h",
356 "platform/WebURLLoaderMockFactory.h", 357 "platform/WebURLLoaderMockFactory.h",
357 "platform/WebURLLoaderTestDelegate.h", 358 "platform/WebURLLoaderTestDelegate.h",
358 "platform/WebURLRequest.h", 359 "platform/WebURLRequest.h",
359 "platform/WebURLResponse.h", 360 "platform/WebURLResponse.h",
360 "platform/WebVector.h", 361 "platform/WebVector.h",
362 "platform/WebVideoSurfaceLayerBridge.h",
361 "platform/WebViewportStyle.h", 363 "platform/WebViewportStyle.h",
362 "platform/WebWorkerFetchContext.h", 364 "platform/WebWorkerFetchContext.h",
363 "platform/linux/WebFallbackFont.h", 365 "platform/linux/WebFallbackFont.h",
364 "platform/linux/WebFontRenderStyle.h", 366 "platform/linux/WebFontRenderStyle.h",
365 "platform/linux/WebSandboxSupport.h", 367 "platform/linux/WebSandboxSupport.h",
366 "platform/mac/WebSandboxSupport.h", 368 "platform/mac/WebSandboxSupport.h",
367 "platform/mac/WebScrollbarTheme.h", 369 "platform/mac/WebScrollbarTheme.h",
368 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", 370 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h",
369 "platform/modules/device_orientation/WebDeviceMotionListener.h", 371 "platform/modules/device_orientation/WebDeviceMotionListener.h",
370 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 372 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 sources = [ 843 sources = [
842 "web/ConsoleMessageStructTraits.cpp", 844 "web/ConsoleMessageStructTraits.cpp",
843 "web/ConsoleMessageStructTraits.h", 845 "web/ConsoleMessageStructTraits.h",
844 ] 846 ]
845 deps = [ 847 deps = [
846 ":blink_headers", 848 ":blink_headers",
847 ":mojo_bindings_shared__generator", 849 ":mojo_bindings_shared__generator",
848 "//mojo/public/cpp/bindings:struct_traits", 850 "//mojo/public/cpp/bindings:struct_traits",
849 ] 851 ]
850 } 852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698