| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "platform/WebContentDecryptionModule.h", | 130 "platform/WebContentDecryptionModule.h", |
| 131 "platform/WebContentDecryptionModuleAccess.h", | 131 "platform/WebContentDecryptionModuleAccess.h", |
| 132 "platform/WebContentDecryptionModuleException.h", | 132 "platform/WebContentDecryptionModuleException.h", |
| 133 "platform/WebContentDecryptionModuleResult.h", | 133 "platform/WebContentDecryptionModuleResult.h", |
| 134 "platform/WebContentDecryptionModuleSession.h", | 134 "platform/WebContentDecryptionModuleSession.h", |
| 135 "platform/WebContentLayer.h", | 135 "platform/WebContentLayer.h", |
| 136 "platform/WebContentLayerClient.h", | 136 "platform/WebContentLayerClient.h", |
| 137 "platform/WebContentSecurityPolicy.h", | 137 "platform/WebContentSecurityPolicy.h", |
| 138 "platform/WebContentSecurityPolicyStruct.h", | 138 "platform/WebContentSecurityPolicyStruct.h", |
| 139 "platform/WebContentSettingCallbacks.h", | 139 "platform/WebContentSettingCallbacks.h", |
| 140 "platform/WebContentSettingsClient.h", |
| 140 "platform/WebCookieJar.h", | 141 "platform/WebCookieJar.h", |
| 141 "platform/WebCredential.h", | 142 "platform/WebCredential.h", |
| 142 "platform/WebCredentialManagerClient.h", | 143 "platform/WebCredentialManagerClient.h", |
| 143 "platform/WebCredentialManagerError.h", | 144 "platform/WebCredentialManagerError.h", |
| 144 "platform/WebCrypto.h", | 145 "platform/WebCrypto.h", |
| 145 "platform/WebCryptoAlgorithm.h", | 146 "platform/WebCryptoAlgorithm.h", |
| 146 "platform/WebCryptoAlgorithmParams.h", | 147 "platform/WebCryptoAlgorithmParams.h", |
| 147 "platform/WebCryptoKey.h", | 148 "platform/WebCryptoKey.h", |
| 148 "platform/WebCryptoKeyAlgorithm.h", | 149 "platform/WebCryptoKeyAlgorithm.h", |
| 149 "platform/WebCryptoKeyAlgorithmParams.h", | 150 "platform/WebCryptoKeyAlgorithmParams.h", |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "web/WebAutofillClient.h", | 463 "web/WebAutofillClient.h", |
| 463 "web/WebBlob.h", | 464 "web/WebBlob.h", |
| 464 "web/WebCSSParser.h", | 465 "web/WebCSSParser.h", |
| 465 "web/WebClientRedirectPolicy.h", | 466 "web/WebClientRedirectPolicy.h", |
| 466 "web/WebColorChooser.h", | 467 "web/WebColorChooser.h", |
| 467 "web/WebColorChooserClient.h", | 468 "web/WebColorChooserClient.h", |
| 468 "web/WebColorSuggestion.h", | 469 "web/WebColorSuggestion.h", |
| 469 "web/WebCompositionUnderline.h", | 470 "web/WebCompositionUnderline.h", |
| 470 "web/WebConsoleMessage.h", | 471 "web/WebConsoleMessage.h", |
| 471 "web/WebContentSecurityPolicy.h", | 472 "web/WebContentSecurityPolicy.h", |
| 472 "web/WebContentSettingsClient.h", | |
| 473 "web/WebContextMenuData.h", | 473 "web/WebContextMenuData.h", |
| 474 "web/WebCryptoNormalize.h", | 474 "web/WebCryptoNormalize.h", |
| 475 "web/WebCustomElement.h", | 475 "web/WebCustomElement.h", |
| 476 "web/WebDOMActivityLogger.h", | 476 "web/WebDOMActivityLogger.h", |
| 477 "web/WebDOMEvent.h", | 477 "web/WebDOMEvent.h", |
| 478 "web/WebDOMFileSystem.h", | 478 "web/WebDOMFileSystem.h", |
| 479 "web/WebDOMMediaStreamTrack.h", | 479 "web/WebDOMMediaStreamTrack.h", |
| 480 "web/WebDOMMessageEvent.h", | 480 "web/WebDOMMessageEvent.h", |
| 481 "web/WebDataSource.h", | 481 "web/WebDataSource.h", |
| 482 "web/WebDatabase.h", | 482 "web/WebDatabase.h", |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 source_set("shared_typemap_traits") { | 800 source_set("shared_typemap_traits") { |
| 801 visibility = [ ":*" ] | 801 visibility = [ ":*" ] |
| 802 sources = [ | 802 sources = [ |
| 803 "web/ConsoleMessageStructTraits.cpp", | 803 "web/ConsoleMessageStructTraits.cpp", |
| 804 "web/ConsoleMessageStructTraits.h", | 804 "web/ConsoleMessageStructTraits.h", |
| 805 ] | 805 ] |
| 806 deps = [ | 806 deps = [ |
| 807 ":mojo_bindings_shared__generator", | 807 ":mojo_bindings_shared__generator", |
| 808 ] | 808 ] |
| 809 } | 809 } |
| OLD | NEW |