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

Side by Side Diff: third_party/WebKit/Source/core/loader/BUILD.gn

Issue 2700073002: core/loader: create private directory to store private classes (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("loader") { 7 blink_core_sources("loader") {
8 sources = [ 8 sources = [
9 "CookieJar.cpp", 9 "CookieJar.cpp",
10 "CrossOriginPreflightResultCache.cpp",
11 "DocumentLoadTiming.cpp", 10 "DocumentLoadTiming.cpp",
12 "DocumentLoader.cpp", 11 "DocumentLoader.cpp",
13 "DocumentThreadableLoader.cpp", 12 "DocumentThreadableLoader.cpp",
14 "DocumentThreadableLoader.h", 13 "DocumentThreadableLoader.h",
15 "DocumentThreadableLoaderClient.h", 14 "DocumentThreadableLoaderClient.h",
16 "DocumentWriter.cpp", 15 "DocumentWriter.cpp",
17 "EmptyClients.cpp", 16 "EmptyClients.cpp",
18 "EmptyClients.h", 17 "EmptyClients.h",
19 "FormSubmission.cpp", 18 "FormSubmission.cpp",
20 "FrameClientHintsPreferencesContext.cpp",
21 "FrameClientHintsPreferencesContext.h",
22 "FrameFetchContext.cpp", 19 "FrameFetchContext.cpp",
23 "FrameFetchContext.h", 20 "FrameFetchContext.h",
24 "FrameLoadRequest.cpp", 21 "FrameLoadRequest.cpp",
25 "FrameLoadRequest.h", 22 "FrameLoadRequest.h",
26 "FrameLoader.cpp", 23 "FrameLoader.cpp",
27 "FrameLoaderStateMachine.cpp", 24 "FrameLoaderStateMachine.cpp",
28 "HistoryItem.cpp", 25 "HistoryItem.cpp",
29 "HistoryItem.h", 26 "HistoryItem.h",
30 "HttpEquiv.cpp", 27 "HttpEquiv.cpp",
31 "HttpEquiv.h", 28 "HttpEquiv.h",
32 "ImageLoader.cpp", 29 "ImageLoader.cpp",
33 "ImageLoader.h", 30 "ImageLoader.h",
34 "LinkLoader.cpp", 31 "LinkLoader.cpp",
35 "LinkLoader.h", 32 "LinkLoader.h",
36 "LinkLoaderClient.h", 33 "LinkLoaderClient.h",
37 "MixedContentChecker.cpp", 34 "MixedContentChecker.cpp",
38 "MixedContentChecker.h", 35 "MixedContentChecker.h",
39 "NavigationPolicy.cpp", 36 "NavigationPolicy.cpp",
40 "NavigationPolicy.h", 37 "NavigationPolicy.h",
41 "NavigationScheduler.cpp", 38 "NavigationScheduler.cpp",
42 "PingLoader.cpp", 39 "PingLoader.cpp",
43 "PingLoader.h", 40 "PingLoader.h",
44 "PrerenderHandle.cpp",
45 "PrerenderHandle.h",
46 "PrerendererClient.cpp", 41 "PrerendererClient.cpp",
47 "PrerendererClient.h", 42 "PrerendererClient.h",
48 "ProgressTracker.cpp", 43 "ProgressTracker.cpp",
49 "SinkDocument.cpp", 44 "SinkDocument.cpp",
50 "SinkDocument.h", 45 "SinkDocument.h",
51 "TextResourceDecoderBuilder.cpp", 46 "TextResourceDecoderBuilder.cpp",
52 "TextResourceDecoderBuilder.h", 47 "TextResourceDecoderBuilder.h",
53 "TextTrackLoader.cpp", 48 "TextTrackLoader.cpp",
54 "TextTrackLoader.h", 49 "TextTrackLoader.h",
55 "ThreadableLoader.cpp", 50 "ThreadableLoader.cpp",
56 "ThreadableLoaderClient.h", 51 "ThreadableLoaderClient.h",
57 "WorkerThreadableLoader.cpp", 52 "WorkerThreadableLoader.cpp",
58 "WorkerThreadableLoader.h", 53 "WorkerThreadableLoader.h",
59 "WorkletScriptLoader.cpp", 54 "WorkletScriptLoader.cpp",
60 "WorkletScriptLoader.h", 55 "WorkletScriptLoader.h",
61 "appcache/ApplicationCache.cpp", 56 "appcache/ApplicationCache.cpp",
62 "appcache/ApplicationCache.h", 57 "appcache/ApplicationCache.h",
63 "appcache/ApplicationCacheHost.cpp", 58 "appcache/ApplicationCacheHost.cpp",
64 "appcache/ApplicationCacheHost.h", 59 "appcache/ApplicationCacheHost.h",
65 "modulescript/ModuleScriptFetchRequest.h", 60 "modulescript/ModuleScriptFetchRequest.h",
61 "private/CrossOriginPreflightResultCache.cpp",
62 "private/CrossOriginPreflightResultCache.h",
63 "private/FrameClientHintsPreferencesContext.cpp",
64 "private/FrameClientHintsPreferencesContext.h",
65 "private/PrerenderHandle.cpp",
66 "private/PrerenderHandle.h",
66 "resource/CSSStyleSheetResource.cpp", 67 "resource/CSSStyleSheetResource.cpp",
67 "resource/CSSStyleSheetResource.h", 68 "resource/CSSStyleSheetResource.h",
68 "resource/DocumentResource.cpp", 69 "resource/DocumentResource.cpp",
69 "resource/DocumentResource.h", 70 "resource/DocumentResource.h",
70 "resource/FontResource.cpp", 71 "resource/FontResource.cpp",
71 "resource/FontResource.h", 72 "resource/FontResource.h",
72 "resource/ImageResource.cpp", 73 "resource/ImageResource.cpp",
73 "resource/ImageResource.h", 74 "resource/ImageResource.h",
74 "resource/ImageResourceContent.cpp", 75 "resource/ImageResourceContent.cpp",
75 "resource/ImageResourceContent.h", 76 "resource/ImageResourceContent.h",
(...skipping 13 matching lines...) Expand all
89 "resource/TextResource.h", 90 "resource/TextResource.h",
90 "resource/XSLStyleSheetResource.cpp", 91 "resource/XSLStyleSheetResource.cpp",
91 "resource/XSLStyleSheetResource.h", 92 "resource/XSLStyleSheetResource.h",
92 ] 93 ]
93 94
94 configs += [ 95 configs += [
95 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 96 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
96 "//build/config/compiler:no_size_t_to_int_warning", 97 "//build/config/compiler:no_size_t_to_int_warning",
97 ] 98 ]
98 } 99 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698