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/dom/BUILD.gn

Issue 2704323002: [ES6 modules] Introduce ModuleMap (Closed)
Patch Set: no core expor 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Modulator.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("dom") { 7 blink_core_sources("dom") {
8 split_count = 5 8 split_count = 5
9 9
10 sources = [ 10 sources = [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "LayoutTreeBuilderTraversal.h", 176 "LayoutTreeBuilderTraversal.h",
177 "LiveNodeList.cpp", 177 "LiveNodeList.cpp",
178 "LiveNodeList.h", 178 "LiveNodeList.h",
179 "LiveNodeListBase.cpp", 179 "LiveNodeListBase.cpp",
180 "LiveNodeListBase.h", 180 "LiveNodeListBase.h",
181 "MessageChannel.cpp", 181 "MessageChannel.cpp",
182 "MessageChannel.h", 182 "MessageChannel.h",
183 "MessagePort.cpp", 183 "MessagePort.cpp",
184 "Modulator.cpp", 184 "Modulator.cpp",
185 "Modulator.h", 185 "Modulator.h",
186 "ModuleMap.cpp",
187 "ModuleMap.h",
186 "ModuleScript.cpp", 188 "ModuleScript.cpp",
187 "ModuleScript.h", 189 "ModuleScript.h",
188 "MutationCallback.h", 190 "MutationCallback.h",
189 "MutationObserver.cpp", 191 "MutationObserver.cpp",
190 "MutationObserver.h", 192 "MutationObserver.h",
191 "MutationObserverInterestGroup.cpp", 193 "MutationObserverInterestGroup.cpp",
192 "MutationObserverInterestGroup.h", 194 "MutationObserverInterestGroup.h",
193 "MutationObserverRegistration.cpp", 195 "MutationObserverRegistration.cpp",
194 "MutationObserverRegistration.h", 196 "MutationObserverRegistration.h",
195 "MutationRecord.cpp", 197 "MutationRecord.cpp",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "ResizeObserverCallback.h", 241 "ResizeObserverCallback.h",
240 "ResizeObserverController.cpp", 242 "ResizeObserverController.cpp",
241 "ResizeObserverController.h", 243 "ResizeObserverController.h",
242 "ResizeObserverEntry.cpp", 244 "ResizeObserverEntry.cpp",
243 "ResizeObserverEntry.h", 245 "ResizeObserverEntry.h",
244 "SandboxFlags.cpp", 246 "SandboxFlags.cpp",
245 "SandboxFlags.h", 247 "SandboxFlags.h",
246 "ScopedWindowFocusAllowedIndicator.h", 248 "ScopedWindowFocusAllowedIndicator.h",
247 "ScriptLoader.cpp", 249 "ScriptLoader.cpp",
248 "ScriptLoader.h", 250 "ScriptLoader.h",
251 "ScriptModuleResolver.h",
249 "ScriptRunner.cpp", 252 "ScriptRunner.cpp",
250 "ScriptRunner.h", 253 "ScriptRunner.h",
251 "ScriptableDocumentParser.cpp", 254 "ScriptableDocumentParser.cpp",
252 "ScriptableDocumentParser.h", 255 "ScriptableDocumentParser.h",
253 "ScriptedAnimationController.cpp", 256 "ScriptedAnimationController.cpp",
254 "ScriptedAnimationController.h", 257 "ScriptedAnimationController.h",
255 "ScriptedIdleTaskController.cpp", 258 "ScriptedIdleTaskController.cpp",
256 "ScriptedIdleTaskController.h", 259 "ScriptedIdleTaskController.h",
257 "SecurityContext.cpp", 260 "SecurityContext.cpp",
258 "SecurityContext.h", 261 "SecurityContext.h",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "shadow/SlotAssignment.h", 411 "shadow/SlotAssignment.h",
409 "shadow/SlotScopedTraversal.cpp", 412 "shadow/SlotScopedTraversal.cpp",
410 "shadow/SlotScopedTraversal.h", 413 "shadow/SlotScopedTraversal.h",
411 ] 414 ]
412 415
413 configs += [ 416 configs += [
414 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 417 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
415 "//build/config/compiler:no_size_t_to_int_warning", 418 "//build/config/compiler:no_size_t_to_int_warning",
416 ] 419 ]
417 } 420 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Modulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698