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("layout") { | 7 blink_core_sources("layout") { |
8 split_count = 5 | 8 split_count = 5 |
9 | 9 |
10 sources = [ | 10 sources = [ |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "ng/ng_direction.h", | 289 "ng/ng_direction.h", |
290 "ng/ng_fragment.cc", | 290 "ng/ng_fragment.cc", |
291 "ng/ng_fragment.h", | 291 "ng/ng_fragment.h", |
292 "ng/ng_fragment_base.cc", | 292 "ng/ng_fragment_base.cc", |
293 "ng/ng_fragment_base.h", | 293 "ng/ng_fragment_base.h", |
294 "ng/ng_fragment_builder.cc", | 294 "ng/ng_fragment_builder.cc", |
295 "ng/ng_fragment_builder.h", | 295 "ng/ng_fragment_builder.h", |
296 "ng/ng_layout_input_text.h", | 296 "ng/ng_layout_input_text.h", |
297 "ng/ng_length_utils.cc", | 297 "ng/ng_length_utils.cc", |
298 "ng/ng_length_utils.h", | 298 "ng/ng_length_utils.h", |
299 "ng/ng_margin_strut.h", | |
300 "ng/ng_physical_constraint_space.cc", | 299 "ng/ng_physical_constraint_space.cc", |
301 "ng/ng_physical_constraint_space.h", | 300 "ng/ng_physical_constraint_space.h", |
302 "ng/ng_physical_fragment.h", | 301 "ng/ng_physical_fragment.h", |
303 "ng/ng_physical_fragment_base.cc", | 302 "ng/ng_physical_fragment_base.cc", |
304 "ng/ng_physical_fragment_base.h", | 303 "ng/ng_physical_fragment_base.h", |
305 "ng/ng_physical_text_fragment.h", | 304 "ng/ng_physical_text_fragment.h", |
306 "ng/ng_text_fragment.cc", | 305 "ng/ng_text_fragment.cc", |
307 "ng/ng_text_fragment.h", | 306 "ng/ng_text_fragment.h", |
308 "ng/ng_units.cc", | 307 "ng/ng_units.cc", |
309 "ng/ng_units.h", | 308 "ng/ng_units.h", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 "LayoutThemeAndroid.cpp", | 351 "LayoutThemeAndroid.cpp", |
353 "LayoutThemeAndroid.h", | 352 "LayoutThemeAndroid.h", |
354 ] | 353 ] |
355 } | 354 } |
356 | 355 |
357 configs += [ | 356 configs += [ |
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
359 "//build/config/compiler:no_size_t_to_int_warning", | 358 "//build/config/compiler:no_size_t_to_int_warning", |
360 ] | 359 ] |
361 } | 360 } |
OLD | NEW |