OLD | NEW |
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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "platform/WebURL.h", | 354 "platform/WebURL.h", |
355 "platform/WebURLError.h", | 355 "platform/WebURLError.h", |
356 "platform/WebURLLoadTiming.h", | 356 "platform/WebURLLoadTiming.h", |
357 "platform/WebURLLoader.h", | 357 "platform/WebURLLoader.h", |
358 "platform/WebURLLoaderClient.h", | 358 "platform/WebURLLoaderClient.h", |
359 "platform/WebURLLoaderMockFactory.h", | 359 "platform/WebURLLoaderMockFactory.h", |
360 "platform/WebURLLoaderTestDelegate.h", | 360 "platform/WebURLLoaderTestDelegate.h", |
361 "platform/WebURLRequest.h", | 361 "platform/WebURLRequest.h", |
362 "platform/WebURLResponse.h", | 362 "platform/WebURLResponse.h", |
363 "platform/WebVector.h", | 363 "platform/WebVector.h", |
| 364 "platform/WebVideoSurfaceLayerBridge.h", |
364 "platform/WebViewportStyle.h", | 365 "platform/WebViewportStyle.h", |
365 "platform/WebWorkerFetchContext.h", | 366 "platform/WebWorkerFetchContext.h", |
366 "platform/linux/WebFallbackFont.h", | 367 "platform/linux/WebFallbackFont.h", |
367 "platform/linux/WebFontRenderStyle.h", | 368 "platform/linux/WebFontRenderStyle.h", |
368 "platform/linux/WebSandboxSupport.h", | 369 "platform/linux/WebSandboxSupport.h", |
369 "platform/mac/WebSandboxSupport.h", | 370 "platform/mac/WebSandboxSupport.h", |
370 "platform/mac/WebScrollbarTheme.h", | 371 "platform/mac/WebScrollbarTheme.h", |
371 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", | 372 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", |
372 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 373 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
373 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 374 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 sources = [ | 847 sources = [ |
847 "web/ConsoleMessageStructTraits.cpp", | 848 "web/ConsoleMessageStructTraits.cpp", |
848 "web/ConsoleMessageStructTraits.h", | 849 "web/ConsoleMessageStructTraits.h", |
849 ] | 850 ] |
850 deps = [ | 851 deps = [ |
851 ":blink_headers", | 852 ":blink_headers", |
852 ":mojo_bindings_shared__generator", | 853 ":mojo_bindings_shared__generator", |
853 "//mojo/public/cpp/bindings:struct_traits", | 854 "//mojo/public/cpp/bindings:struct_traits", |
854 ] | 855 ] |
855 } | 856 } |
OLD | NEW |