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

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

Issue 2643003002: [ES6 modules] Introduce ModuleScript model object (Closed)
Patch Set: yhirano / CORE_EXPORT 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
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "LayoutTreeBuilderTraversal.h", 174 "LayoutTreeBuilderTraversal.h",
175 "LiveNodeList.cpp", 175 "LiveNodeList.cpp",
176 "LiveNodeList.h", 176 "LiveNodeList.h",
177 "LiveNodeListBase.cpp", 177 "LiveNodeListBase.cpp",
178 "LiveNodeListBase.h", 178 "LiveNodeListBase.h",
179 "MessageChannel.cpp", 179 "MessageChannel.cpp",
180 "MessageChannel.h", 180 "MessageChannel.h",
181 "MessagePort.cpp", 181 "MessagePort.cpp",
182 "Modulator.cpp", 182 "Modulator.cpp",
183 "Modulator.h", 183 "Modulator.h",
184 "ModuleScript.cpp",
185 "ModuleScript.h",
184 "MutationCallback.h", 186 "MutationCallback.h",
185 "MutationObserver.cpp", 187 "MutationObserver.cpp",
186 "MutationObserver.h", 188 "MutationObserver.h",
187 "MutationObserverInterestGroup.cpp", 189 "MutationObserverInterestGroup.cpp",
188 "MutationObserverInterestGroup.h", 190 "MutationObserverInterestGroup.h",
189 "MutationObserverRegistration.cpp", 191 "MutationObserverRegistration.cpp",
190 "MutationObserverRegistration.h", 192 "MutationObserverRegistration.h",
191 "MutationRecord.cpp", 193 "MutationRecord.cpp",
192 "MutationRecord.h", 194 "MutationRecord.h",
193 "NameNodeList.cpp", 195 "NameNodeList.cpp",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "shadow/SlotAssignment.h", 405 "shadow/SlotAssignment.h",
404 "shadow/SlotScopedTraversal.cpp", 406 "shadow/SlotScopedTraversal.cpp",
405 "shadow/SlotScopedTraversal.h", 407 "shadow/SlotScopedTraversal.h",
406 ] 408 ]
407 409
408 configs += [ 410 configs += [
409 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 411 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
410 "//build/config/compiler:no_size_t_to_int_warning", 412 "//build/config/compiler:no_size_t_to_int_warning",
411 ] 413 ]
412 } 414 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptModule.h ('k') | third_party/WebKit/Source/core/dom/ModuleScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698