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

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

Issue 2668283003: [ES6 modules] Introduce ModuleScriptLoaderClient (Closed)
Patch Set: rebased Created 3 years, 9 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/ModuleScriptLoaderClient.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 "DocumentLoadTiming.cpp", 10 "DocumentLoadTiming.cpp",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "ThreadableLoaderClient.h", 49 "ThreadableLoaderClient.h",
50 "WorkerThreadableLoader.cpp", 50 "WorkerThreadableLoader.cpp",
51 "WorkerThreadableLoader.h", 51 "WorkerThreadableLoader.h",
52 "WorkletScriptLoader.cpp", 52 "WorkletScriptLoader.cpp",
53 "WorkletScriptLoader.h", 53 "WorkletScriptLoader.h",
54 "appcache/ApplicationCache.cpp", 54 "appcache/ApplicationCache.cpp",
55 "appcache/ApplicationCache.h", 55 "appcache/ApplicationCache.h",
56 "appcache/ApplicationCacheHost.cpp", 56 "appcache/ApplicationCacheHost.cpp",
57 "appcache/ApplicationCacheHost.h", 57 "appcache/ApplicationCacheHost.h",
58 "modulescript/ModuleScriptFetchRequest.h", 58 "modulescript/ModuleScriptFetchRequest.h",
59 "modulescript/ModuleScriptLoaderClient.h",
59 "private/CrossOriginPreflightResultCache.cpp", 60 "private/CrossOriginPreflightResultCache.cpp",
60 "private/CrossOriginPreflightResultCache.h", 61 "private/CrossOriginPreflightResultCache.h",
61 "private/FrameClientHintsPreferencesContext.cpp", 62 "private/FrameClientHintsPreferencesContext.cpp",
62 "private/FrameClientHintsPreferencesContext.h", 63 "private/FrameClientHintsPreferencesContext.h",
63 "private/PrerenderHandle.cpp", 64 "private/PrerenderHandle.cpp",
64 "private/PrerenderHandle.h", 65 "private/PrerenderHandle.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",
(...skipping 19 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/ModuleScriptLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698