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

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

Issue 2660663002: [ES6 Modules] Introduce ModuleScriptFetchRequest (Closed)
Patch Set: rebased 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/modulescript/ModuleScriptFetchRequest.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", 10 "CrossOriginPreflightResultCache.cpp",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "ThreadableLoader.cpp", 55 "ThreadableLoader.cpp",
56 "ThreadableLoaderClient.h", 56 "ThreadableLoaderClient.h",
57 "WorkerThreadableLoader.cpp", 57 "WorkerThreadableLoader.cpp",
58 "WorkerThreadableLoader.h", 58 "WorkerThreadableLoader.h",
59 "WorkletScriptLoader.cpp", 59 "WorkletScriptLoader.cpp",
60 "WorkletScriptLoader.h", 60 "WorkletScriptLoader.h",
61 "appcache/ApplicationCache.cpp", 61 "appcache/ApplicationCache.cpp",
62 "appcache/ApplicationCache.h", 62 "appcache/ApplicationCache.h",
63 "appcache/ApplicationCacheHost.cpp", 63 "appcache/ApplicationCacheHost.cpp",
64 "appcache/ApplicationCacheHost.h", 64 "appcache/ApplicationCacheHost.h",
65 "modulescript/ModuleScriptFetchRequest.h",
65 "resource/CSSStyleSheetResource.cpp", 66 "resource/CSSStyleSheetResource.cpp",
66 "resource/CSSStyleSheetResource.h", 67 "resource/CSSStyleSheetResource.h",
67 "resource/DocumentResource.cpp", 68 "resource/DocumentResource.cpp",
68 "resource/DocumentResource.h", 69 "resource/DocumentResource.h",
69 "resource/FontResource.cpp", 70 "resource/FontResource.cpp",
70 "resource/FontResource.h", 71 "resource/FontResource.h",
71 "resource/ImageResource.cpp", 72 "resource/ImageResource.cpp",
72 "resource/ImageResource.h", 73 "resource/ImageResource.h",
73 "resource/ImageResourceContent.cpp", 74 "resource/ImageResourceContent.cpp",
74 "resource/ImageResourceContent.h", 75 "resource/ImageResourceContent.h",
(...skipping 13 matching lines...) Expand all
88 "resource/TextResource.h", 89 "resource/TextResource.h",
89 "resource/XSLStyleSheetResource.cpp", 90 "resource/XSLStyleSheetResource.cpp",
90 "resource/XSLStyleSheetResource.h", 91 "resource/XSLStyleSheetResource.h",
91 ] 92 ]
92 93
93 configs += [ 94 configs += [
94 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 95 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
95 "//build/config/compiler:no_size_t_to_int_warning", 96 "//build/config/compiler:no_size_t_to_int_warning",
96 ] 97 ]
97 } 98 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698