| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "StyleSheetCandidate.h", | 264 "StyleSheetCandidate.h", |
| 265 "StyleSheetCollection.cpp", | 265 "StyleSheetCollection.cpp", |
| 266 "StyleSheetCollection.h", | 266 "StyleSheetCollection.h", |
| 267 "TagCollection.cpp", | 267 "TagCollection.cpp", |
| 268 "TagCollection.h", | 268 "TagCollection.h", |
| 269 "TaskRunnerHelper.cpp", | 269 "TaskRunnerHelper.cpp", |
| 270 "TaskRunnerHelper.h", | 270 "TaskRunnerHelper.h", |
| 271 "Text.cpp", | 271 "Text.cpp", |
| 272 "TextLinkColors.cpp", | 272 "TextLinkColors.cpp", |
| 273 "TextLinkColors.h", | 273 "TextLinkColors.h", |
| 274 "ThrowOnDynamicMarkupInsertionCountIncrementer.h", |
| 274 "Touch.cpp", | 275 "Touch.cpp", |
| 275 "Touch.h", | 276 "Touch.h", |
| 276 "TouchList.cpp", | 277 "TouchList.cpp", |
| 277 "TouchList.h", | 278 "TouchList.h", |
| 278 "TransformSource.h", | 279 "TransformSource.h", |
| 279 "TransformSourceLibxslt.cpp", | 280 "TransformSourceLibxslt.cpp", |
| 280 "TreeScope.cpp", | 281 "TreeScope.cpp", |
| 281 "TreeScope.h", | 282 "TreeScope.h", |
| 282 "TreeScopeAdopter.cpp", | 283 "TreeScopeAdopter.cpp", |
| 283 "TreeScopeAdopter.h", | 284 "TreeScopeAdopter.h", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "shadow/SlotAssignment.h", | 386 "shadow/SlotAssignment.h", |
| 386 "shadow/SlotScopedTraversal.cpp", | 387 "shadow/SlotScopedTraversal.cpp", |
| 387 "shadow/SlotScopedTraversal.h", | 388 "shadow/SlotScopedTraversal.h", |
| 388 ] | 389 ] |
| 389 | 390 |
| 390 configs += [ | 391 configs += [ |
| 391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 392 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 392 "//build/config/compiler:no_size_t_to_int_warning", | 393 "//build/config/compiler:no_size_t_to_int_warning", |
| 393 ] | 394 ] |
| 394 } | 395 } |
| OLD | NEW |