| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "platform/modules/push_messaging/WebPushError.h", | 374 "platform/modules/push_messaging/WebPushError.h", |
| 375 "platform/modules/push_messaging/WebPushPermissionStatus.h", | 375 "platform/modules/push_messaging/WebPushPermissionStatus.h", |
| 376 "platform/modules/push_messaging/WebPushProvider.h", | 376 "platform/modules/push_messaging/WebPushProvider.h", |
| 377 "platform/modules/push_messaging/WebPushSubscription.h", | 377 "platform/modules/push_messaging/WebPushSubscription.h", |
| 378 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", | 378 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", |
| 379 "platform/modules/remoteplayback/WebRemotePlaybackAvailability.h", | 379 "platform/modules/remoteplayback/WebRemotePlaybackAvailability.h", |
| 380 "platform/modules/remoteplayback/WebRemotePlaybackClient.h", | 380 "platform/modules/remoteplayback/WebRemotePlaybackClient.h", |
| 381 "platform/modules/remoteplayback/WebRemotePlaybackState.h", | 381 "platform/modules/remoteplayback/WebRemotePlaybackState.h", |
| 382 "platform/modules/screen_orientation/WebLockOrientationCallback.h", | 382 "platform/modules/screen_orientation/WebLockOrientationCallback.h", |
| 383 "platform/modules/screen_orientation/WebLockOrientationError.h", | 383 "platform/modules/screen_orientation/WebLockOrientationError.h", |
| 384 "platform/modules/screen_orientation/WebScreenOrientationClient.h", | |
| 385 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", | 384 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", |
| 386 "platform/modules/screen_orientation/WebScreenOrientationType.h", | 385 "platform/modules/screen_orientation/WebScreenOrientationType.h", |
| 387 "platform/modules/serviceworker/WebNavigationPreloadState.h", | 386 "platform/modules/serviceworker/WebNavigationPreloadState.h", |
| 388 "platform/modules/serviceworker/WebServiceWorker.h", | 387 "platform/modules/serviceworker/WebServiceWorker.h", |
| 389 "platform/modules/serviceworker/WebServiceWorkerCache.h", | 388 "platform/modules/serviceworker/WebServiceWorkerCache.h", |
| 390 "platform/modules/serviceworker/WebServiceWorkerCacheError.h", | 389 "platform/modules/serviceworker/WebServiceWorkerCacheError.h", |
| 391 "platform/modules/serviceworker/WebServiceWorkerCacheStorage.h", | 390 "platform/modules/serviceworker/WebServiceWorkerCacheStorage.h", |
| 392 "platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h", | 391 "platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h", |
| 393 "platform/modules/serviceworker/WebServiceWorkerClientType.h", | 392 "platform/modules/serviceworker/WebServiceWorkerClientType.h", |
| 394 "platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h", | 393 "platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h", |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 source_set("shared_typemap_traits") { | 754 source_set("shared_typemap_traits") { |
| 756 visibility = [ ":*" ] | 755 visibility = [ ":*" ] |
| 757 sources = [ | 756 sources = [ |
| 758 "web/ConsoleMessageStructTraits.cpp", | 757 "web/ConsoleMessageStructTraits.cpp", |
| 759 "web/WindowFeaturesStructTraits.cpp", | 758 "web/WindowFeaturesStructTraits.cpp", |
| 760 ] | 759 ] |
| 761 deps = [ | 760 deps = [ |
| 762 ":mojo_bindings_shared__generator", | 761 ":mojo_bindings_shared__generator", |
| 763 ] | 762 ] |
| 764 } | 763 } |
| OLD | NEW |