| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "ng/geometry/ng_physical_location.cc", | 341 "ng/geometry/ng_physical_location.cc", |
| 342 "ng/geometry/ng_physical_location.h", | 342 "ng/geometry/ng_physical_location.h", |
| 343 "ng/geometry/ng_physical_offset.cc", | 343 "ng/geometry/ng_physical_offset.cc", |
| 344 "ng/geometry/ng_physical_offset.h", | 344 "ng/geometry/ng_physical_offset.h", |
| 345 "ng/geometry/ng_physical_rect.cc", | 345 "ng/geometry/ng_physical_rect.cc", |
| 346 "ng/geometry/ng_physical_rect.h", | 346 "ng/geometry/ng_physical_rect.h", |
| 347 "ng/geometry/ng_physical_size.cc", | 347 "ng/geometry/ng_physical_size.cc", |
| 348 "ng/geometry/ng_physical_size.h", | 348 "ng/geometry/ng_physical_size.h", |
| 349 "ng/geometry/ng_static_position.cc", | 349 "ng/geometry/ng_static_position.cc", |
| 350 "ng/geometry/ng_static_position.h", | 350 "ng/geometry/ng_static_position.h", |
| 351 "ng/inline/empty_offset_mapping_builder.h", |
| 351 "ng/inline/ng_bidi_paragraph.cc", | 352 "ng/inline/ng_bidi_paragraph.cc", |
| 352 "ng/inline/ng_bidi_paragraph.h", | 353 "ng/inline/ng_bidi_paragraph.h", |
| 353 "ng/inline/ng_inline_box_state.cc", | 354 "ng/inline/ng_inline_box_state.cc", |
| 354 "ng/inline/ng_inline_box_state.h", | 355 "ng/inline/ng_inline_box_state.h", |
| 355 "ng/inline/ng_inline_break_token.cc", | 356 "ng/inline/ng_inline_break_token.cc", |
| 356 "ng/inline/ng_inline_break_token.h", | 357 "ng/inline/ng_inline_break_token.h", |
| 357 "ng/inline/ng_inline_item.cc", | 358 "ng/inline/ng_inline_item.cc", |
| 358 "ng/inline/ng_inline_item.h", | 359 "ng/inline/ng_inline_item.h", |
| 359 "ng/inline/ng_inline_item_result.cc", | 360 "ng/inline/ng_inline_item_result.cc", |
| 360 "ng/inline/ng_inline_item_result.h", | 361 "ng/inline/ng_inline_item_result.h", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "LayoutThemeAndroid.h", | 485 "LayoutThemeAndroid.h", |
| 485 "WebFontRenderingAndroid.cpp", | 486 "WebFontRenderingAndroid.cpp", |
| 486 ] | 487 ] |
| 487 } | 488 } |
| 488 | 489 |
| 489 configs += [ | 490 configs += [ |
| 490 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 491 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 491 "//build/config/compiler:no_size_t_to_int_warning", | 492 "//build/config/compiler:no_size_t_to_int_warning", |
| 492 ] | 493 ] |
| 493 } | 494 } |
| OLD | NEW |