| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "platform/modules/serviceworker/WebServiceWorker.h", | 377 "platform/modules/serviceworker/WebServiceWorker.h", |
| 378 "platform/modules/serviceworker/WebServiceWorkerCache.h", | 378 "platform/modules/serviceworker/WebServiceWorkerCache.h", |
| 379 "platform/modules/serviceworker/WebServiceWorkerCacheError.h", | 379 "platform/modules/serviceworker/WebServiceWorkerCacheError.h", |
| 380 "platform/modules/serviceworker/WebServiceWorkerCacheStorage.h", | 380 "platform/modules/serviceworker/WebServiceWorkerCacheStorage.h", |
| 381 "platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h", | 381 "platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h", |
| 382 "platform/modules/serviceworker/WebServiceWorkerClientType.h", | 382 "platform/modules/serviceworker/WebServiceWorkerClientType.h", |
| 383 "platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h", | 383 "platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h", |
| 384 "platform/modules/serviceworker/WebServiceWorkerClientsInfo.h", | 384 "platform/modules/serviceworker/WebServiceWorkerClientsInfo.h", |
| 385 "platform/modules/serviceworker/WebServiceWorkerError.h", | 385 "platform/modules/serviceworker/WebServiceWorkerError.h", |
| 386 "platform/modules/serviceworker/WebServiceWorkerEventResult.h", | 386 "platform/modules/serviceworker/WebServiceWorkerEventResult.h", |
| 387 "platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 387 "platform/modules/serviceworker/WebServiceWorkerProvider.h", | 388 "platform/modules/serviceworker/WebServiceWorkerProvider.h", |
| 388 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h", | 389 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h", |
| 389 "platform/modules/serviceworker/WebServiceWorkerProxy.h", | 390 "platform/modules/serviceworker/WebServiceWorkerProxy.h", |
| 390 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", | 391 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", |
| 391 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", | 392 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", |
| 392 "platform/modules/serviceworker/WebServiceWorkerRequest.h", | 393 "platform/modules/serviceworker/WebServiceWorkerRequest.h", |
| 393 "platform/modules/serviceworker/WebServiceWorkerResponse.h", | 394 "platform/modules/serviceworker/WebServiceWorkerResponse.h", |
| 394 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", | 395 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", |
| 395 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", | 396 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", |
| 396 "platform/modules/serviceworker/WebServiceWorkerState.h", | 397 "platform/modules/serviceworker/WebServiceWorkerState.h", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 "web/WebViewClient.h", | 566 "web/WebViewClient.h", |
| 566 "web/WebWidget.h", | 567 "web/WebWidget.h", |
| 567 "web/WebWidgetClient.h", | 568 "web/WebWidgetClient.h", |
| 568 "web/WebWindowFeatures.h", | 569 "web/WebWindowFeatures.h", |
| 569 "web/WebWorkerContentSettingsClientProxy.h", | 570 "web/WebWorkerContentSettingsClientProxy.h", |
| 570 "web/linux/WebFontRendering.h", | 571 "web/linux/WebFontRendering.h", |
| 571 "web/mac/WebScrollbarTheme.h", | 572 "web/mac/WebScrollbarTheme.h", |
| 572 "web/mac/WebSubstringUtil.h", | 573 "web/mac/WebSubstringUtil.h", |
| 573 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 574 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 574 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 575 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 575 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | |
| 576 "web/win/WebFontRendering.h", | 576 "web/win/WebFontRendering.h", |
| 577 ] | 577 ] |
| 578 | 578 |
| 579 public_configs = [ | 579 public_configs = [ |
| 580 ":blink_headers_config", | 580 ":blink_headers_config", |
| 581 | 581 |
| 582 # Blink exposes icu headers in the public API. | 582 # Blink exposes icu headers in the public API. |
| 583 "//third_party/icu:icu_config", | 583 "//third_party/icu:icu_config", |
| 584 ] | 584 ] |
| 585 | 585 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 # relegated to a separate target to avoid duplication between the variants. | 751 # relegated to a separate target to avoid duplication between the variants. |
| 752 source_set("shared_typemap_traits") { | 752 source_set("shared_typemap_traits") { |
| 753 visibility = [ ":*" ] | 753 visibility = [ ":*" ] |
| 754 sources = [ | 754 sources = [ |
| 755 "web/ConsoleMessageStructTraits.cpp", | 755 "web/ConsoleMessageStructTraits.cpp", |
| 756 ] | 756 ] |
| 757 deps = [ | 757 deps = [ |
| 758 ":mojo_bindings_shared__generator", | 758 ":mojo_bindings_shared__generator", |
| 759 ] | 759 ] |
| 760 } | 760 } |
| OLD | NEW |