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

Side by Side Diff: third_party/WebKit/Source/core/frame/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("frame") { 7 blink_core_sources("frame") {
8 sources = [ 8 sources = [
9 "BarProp.cpp", 9 "BarProp.cpp",
10 "BarProp.h", 10 "BarProp.h",
11 "BrowserControls.cpp", 11 "BrowserControls.cpp",
12 "BrowserControls.h", 12 "BrowserControls.h",
13 "ContentSettingsClient.cpp",
14 "ContentSettingsClient.h",
13 "DOMTimer.cpp", 15 "DOMTimer.cpp",
14 "DOMTimer.h", 16 "DOMTimer.h",
15 "DOMTimerCoordinator.cpp", 17 "DOMTimerCoordinator.cpp",
16 "DOMTimerCoordinator.h", 18 "DOMTimerCoordinator.h",
17 "DOMVisualViewport.cpp", 19 "DOMVisualViewport.cpp",
18 "DOMVisualViewport.h", 20 "DOMVisualViewport.h",
19 "DOMWindow.cpp", 21 "DOMWindow.cpp",
20 "DOMWindow.h", 22 "DOMWindow.h",
21 "DOMWindowBase64.cpp", 23 "DOMWindowBase64.cpp",
22 "DOMWindowBase64.h", 24 "DOMWindowBase64.h",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "csp/MediaListDirective.h", 121 "csp/MediaListDirective.h",
120 "csp/SourceListDirective.cpp", 122 "csp/SourceListDirective.cpp",
121 "csp/SourceListDirective.h", 123 "csp/SourceListDirective.h",
122 ] 124 ]
123 125
124 configs += [ 126 configs += [
125 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 127 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
126 "//build/config/compiler:no_size_t_to_int_warning", 128 "//build/config/compiler:no_size_t_to_int_warning",
127 ] 129 ]
128 } 130 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/frame/ContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698