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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 "IntersectionObserverEntry.h", | 189 "IntersectionObserverEntry.h", |
190 "Iterator.h", | 190 "Iterator.h", |
191 "LayoutTreeBuilder.cpp", | 191 "LayoutTreeBuilder.cpp", |
192 "LayoutTreeBuilder.h", | 192 "LayoutTreeBuilder.h", |
193 "LayoutTreeBuilderTraversal.cpp", | 193 "LayoutTreeBuilderTraversal.cpp", |
194 "LayoutTreeBuilderTraversal.h", | 194 "LayoutTreeBuilderTraversal.h", |
195 "LiveNodeList.cpp", | 195 "LiveNodeList.cpp", |
196 "LiveNodeList.h", | 196 "LiveNodeList.h", |
197 "LiveNodeListBase.cpp", | 197 "LiveNodeListBase.cpp", |
198 "LiveNodeListBase.h", | 198 "LiveNodeListBase.h", |
| 199 "MediaIPHManager.cpp", |
| 200 "MediaIPHManager.h", |
199 "MessageChannel.cpp", | 201 "MessageChannel.cpp", |
200 "MessageChannel.h", | 202 "MessageChannel.h", |
201 "MessagePort.cpp", | 203 "MessagePort.cpp", |
202 "MessagePort.h", | 204 "MessagePort.h", |
203 "Modulator.cpp", | 205 "Modulator.cpp", |
204 "Modulator.h", | 206 "Modulator.h", |
205 "ModulatorImpl.cpp", | 207 "ModulatorImpl.cpp", |
206 "ModulatorImpl.h", | 208 "ModulatorImpl.h", |
207 "ModuleMap.cpp", | 209 "ModuleMap.cpp", |
208 "ModuleMap.h", | 210 "ModuleMap.h", |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "shadow/SlotAssignment.h", | 453 "shadow/SlotAssignment.h", |
452 "shadow/SlotScopedTraversal.cpp", | 454 "shadow/SlotScopedTraversal.cpp", |
453 "shadow/SlotScopedTraversal.h", | 455 "shadow/SlotScopedTraversal.h", |
454 ] | 456 ] |
455 | 457 |
456 configs += [ | 458 configs += [ |
457 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 459 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
458 "//build/config/compiler:no_size_t_to_int_warning", | 460 "//build/config/compiler:no_size_t_to_int_warning", |
459 ] | 461 ] |
460 } | 462 } |
OLD | NEW |