Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: added class-level comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 source_set("shared_typemap_traits") { 801 source_set("shared_typemap_traits") {
802 visibility = [ ":*" ] 802 visibility = [ ":*" ]
803 sources = [ 803 sources = [
804 "web/ConsoleMessageStructTraits.cpp", 804 "web/ConsoleMessageStructTraits.cpp",
805 "web/ConsoleMessageStructTraits.h", 805 "web/ConsoleMessageStructTraits.h",
806 ] 806 ]
807 deps = [ 807 deps = [
808 ":mojo_bindings_shared__generator", 808 ":mojo_bindings_shared__generator",
809 ] 809 ]
810 } 810 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698