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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 "platform/WebURLRequest.h", | 351 "platform/WebURLRequest.h", |
352 "platform/WebURLResponse.h", | 352 "platform/WebURLResponse.h", |
353 "platform/WebVector.h", | 353 "platform/WebVector.h", |
354 "platform/WebViewportStyle.h", | 354 "platform/WebViewportStyle.h", |
355 "platform/WebWorkerFetchContext.h", | 355 "platform/WebWorkerFetchContext.h", |
356 "platform/linux/WebFallbackFont.h", | 356 "platform/linux/WebFallbackFont.h", |
357 "platform/linux/WebFontRenderStyle.h", | 357 "platform/linux/WebFontRenderStyle.h", |
358 "platform/linux/WebSandboxSupport.h", | 358 "platform/linux/WebSandboxSupport.h", |
359 "platform/mac/WebSandboxSupport.h", | 359 "platform/mac/WebSandboxSupport.h", |
360 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", | 360 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", |
| 361 "platform/modules/device_orientation/WebDeviceMotionData.h", |
361 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 362 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
| 363 "platform/modules/device_orientation/WebDeviceOrientationData.h", |
362 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 364 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
363 "platform/modules/indexeddb/WebIDBCallbacks.h", | 365 "platform/modules/indexeddb/WebIDBCallbacks.h", |
364 "platform/modules/indexeddb/WebIDBCursor.h", | 366 "platform/modules/indexeddb/WebIDBCursor.h", |
365 "platform/modules/indexeddb/WebIDBDatabase.h", | 367 "platform/modules/indexeddb/WebIDBDatabase.h", |
366 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", | 368 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", |
367 "platform/modules/indexeddb/WebIDBDatabaseError.h", | 369 "platform/modules/indexeddb/WebIDBDatabaseError.h", |
368 "platform/modules/indexeddb/WebIDBDatabaseException.h", | 370 "platform/modules/indexeddb/WebIDBDatabaseException.h", |
369 "platform/modules/indexeddb/WebIDBFactory.h", | 371 "platform/modules/indexeddb/WebIDBFactory.h", |
370 "platform/modules/indexeddb/WebIDBKey.h", | 372 "platform/modules/indexeddb/WebIDBKey.h", |
371 "platform/modules/indexeddb/WebIDBKeyPath.h", | 373 "platform/modules/indexeddb/WebIDBKeyPath.h", |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
825 sources = [ | 827 sources = [ |
826 "web/ConsoleMessageStructTraits.cpp", | 828 "web/ConsoleMessageStructTraits.cpp", |
827 "web/ConsoleMessageStructTraits.h", | 829 "web/ConsoleMessageStructTraits.h", |
828 ] | 830 ] |
829 deps = [ | 831 deps = [ |
830 ":blink_headers", | 832 ":blink_headers", |
831 ":mojo_bindings_shared__generator", | 833 ":mojo_bindings_shared__generator", |
832 "//mojo/public/cpp/bindings:struct_traits", | 834 "//mojo/public/cpp/bindings:struct_traits", |
833 ] | 835 ] |
834 } | 836 } |
OLD | NEW |