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

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

Issue 2816403002: test all
Patch Set: fix sharedworker 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("loader") { 7 blink_core_sources("loader") {
8 sources = [ 8 sources = [
9 "BaseFetchContext.cpp", 9 "BaseFetchContext.cpp",
10 "BaseFetchContext.h", 10 "BaseFetchContext.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "SubresourceFilter.h", 58 "SubresourceFilter.h",
59 "TextResourceDecoderBuilder.cpp", 59 "TextResourceDecoderBuilder.cpp",
60 "TextResourceDecoderBuilder.h", 60 "TextResourceDecoderBuilder.h",
61 "TextTrackLoader.cpp", 61 "TextTrackLoader.cpp",
62 "TextTrackLoader.h", 62 "TextTrackLoader.h",
63 "ThreadableLoader.cpp", 63 "ThreadableLoader.cpp",
64 "ThreadableLoader.h", 64 "ThreadableLoader.h",
65 "ThreadableLoaderClient.h", 65 "ThreadableLoaderClient.h",
66 "ThreadableLoadingContext.cpp", 66 "ThreadableLoadingContext.cpp",
67 "ThreadableLoadingContext.h", 67 "ThreadableLoadingContext.h",
68 "WorkerFetchContext.cpp",
69 "WorkerFetchContext.h",
68 "WorkerThreadableLoader.cpp", 70 "WorkerThreadableLoader.cpp",
69 "WorkerThreadableLoader.h", 71 "WorkerThreadableLoader.h",
70 "WorkletScriptLoader.cpp", 72 "WorkletScriptLoader.cpp",
71 "WorkletScriptLoader.h", 73 "WorkletScriptLoader.h",
72 "appcache/ApplicationCache.cpp", 74 "appcache/ApplicationCache.cpp",
73 "appcache/ApplicationCache.h", 75 "appcache/ApplicationCache.h",
74 "appcache/ApplicationCacheHost.cpp", 76 "appcache/ApplicationCacheHost.cpp",
75 "appcache/ApplicationCacheHost.h", 77 "appcache/ApplicationCacheHost.h",
76 "modulescript/ModuleScriptFetchRequest.h", 78 "modulescript/ModuleScriptFetchRequest.h",
77 "modulescript/ModuleScriptLoader.cpp", 79 "modulescript/ModuleScriptLoader.cpp",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "resource/TextResource.h", 117 "resource/TextResource.h",
116 "resource/XSLStyleSheetResource.cpp", 118 "resource/XSLStyleSheetResource.cpp",
117 "resource/XSLStyleSheetResource.h", 119 "resource/XSLStyleSheetResource.h",
118 ] 120 ]
119 121
120 configs += [ 122 configs += [
121 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 123 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
122 "//build/config/compiler:no_size_t_to_int_warning", 124 "//build/config/compiler:no_size_t_to_int_warning",
123 ] 125 ]
124 } 126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698