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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 "SecurityContext.h", | 242 "SecurityContext.h", |
243 "SelectorQuery.cpp", | 243 "SelectorQuery.cpp", |
244 "SelectorQuery.h", | 244 "SelectorQuery.h", |
245 "ShadowTreeStyleSheetCollection.cpp", | 245 "ShadowTreeStyleSheetCollection.cpp", |
246 "ShadowTreeStyleSheetCollection.h", | 246 "ShadowTreeStyleSheetCollection.h", |
247 "SimulatedClickOptions.h", | 247 "SimulatedClickOptions.h", |
248 "SpaceSplitString.cpp", | 248 "SpaceSplitString.cpp", |
249 "StaticNodeList.h", | 249 "StaticNodeList.h", |
250 "StaticRange.cpp", | 250 "StaticRange.cpp", |
251 "StaticRange.h", | 251 "StaticRange.h", |
252 "StringCallback.cpp", | |
253 "StringCallback.h", | 252 "StringCallback.h", |
254 "StyleChangeReason.cpp", | 253 "StyleChangeReason.cpp", |
255 "StyleChangeReason.h", | 254 "StyleChangeReason.h", |
256 "StyleElement.cpp", | 255 "StyleElement.cpp", |
257 "StyleElement.h", | 256 "StyleElement.h", |
258 "StyleEngine.cpp", | 257 "StyleEngine.cpp", |
259 "StyleEngine.h", | 258 "StyleEngine.h", |
260 "StyleEngineContext.cpp", | 259 "StyleEngineContext.cpp", |
261 "StyleEngineContext.h", | 260 "StyleEngineContext.h", |
262 "StyleReattachData.h", | 261 "StyleReattachData.h", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 "shadow/SlotAssignment.h", | 390 "shadow/SlotAssignment.h", |
392 "shadow/SlotScopedTraversal.cpp", | 391 "shadow/SlotScopedTraversal.cpp", |
393 "shadow/SlotScopedTraversal.h", | 392 "shadow/SlotScopedTraversal.h", |
394 ] | 393 ] |
395 | 394 |
396 configs += [ | 395 configs += [ |
397 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 396 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
398 "//build/config/compiler:no_size_t_to_int_warning", | 397 "//build/config/compiler:no_size_t_to_int_warning", |
399 ] | 398 ] |
400 } | 399 } |
OLD | NEW |