OLD | NEW |
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 "LiveNodeListBase.cpp", | 190 "LiveNodeListBase.cpp", |
191 "LiveNodeListBase.h", | 191 "LiveNodeListBase.h", |
192 "MessageChannel.cpp", | 192 "MessageChannel.cpp", |
193 "MessageChannel.h", | 193 "MessageChannel.h", |
194 "MessagePort.cpp", | 194 "MessagePort.cpp", |
195 "MessagePort.h", | 195 "MessagePort.h", |
196 "Modulator.cpp", | 196 "Modulator.cpp", |
197 "Modulator.h", | 197 "Modulator.h", |
198 "ModuleMap.cpp", | 198 "ModuleMap.cpp", |
199 "ModuleMap.h", | 199 "ModuleMap.h", |
200 "ModulePendingScript.cpp", | |
201 "ModulePendingScript.h", | |
202 "ModuleScript.cpp", | 200 "ModuleScript.cpp", |
203 "ModuleScript.h", | 201 "ModuleScript.h", |
204 "MutationCallback.h", | 202 "MutationCallback.h", |
205 "MutationObserver.cpp", | 203 "MutationObserver.cpp", |
206 "MutationObserver.h", | 204 "MutationObserver.h", |
207 "MutationObserverInterestGroup.cpp", | 205 "MutationObserverInterestGroup.cpp", |
208 "MutationObserverInterestGroup.h", | 206 "MutationObserverInterestGroup.h", |
209 "MutationObserverRegistration.cpp", | 207 "MutationObserverRegistration.cpp", |
210 "MutationObserverRegistration.h", | 208 "MutationObserverRegistration.h", |
211 "MutationRecord.cpp", | 209 "MutationRecord.cpp", |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 "shadow/SlotAssignment.h", | 441 "shadow/SlotAssignment.h", |
444 "shadow/SlotScopedTraversal.cpp", | 442 "shadow/SlotScopedTraversal.cpp", |
445 "shadow/SlotScopedTraversal.h", | 443 "shadow/SlotScopedTraversal.h", |
446 ] | 444 ] |
447 | 445 |
448 configs += [ | 446 configs += [ |
449 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 447 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
450 "//build/config/compiler:no_size_t_to_int_warning", | 448 "//build/config/compiler:no_size_t_to_int_warning", |
451 ] | 449 ] |
452 } | 450 } |
OLD | NEW |