| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "line/TrailingObjects.cpp", | 281 "line/TrailingObjects.cpp", |
| 282 "line/TrailingObjects.h", | 282 "line/TrailingObjects.h", |
| 283 "ng/layout_ng_block_flow.cc", | 283 "ng/layout_ng_block_flow.cc", |
| 284 "ng/layout_ng_block_flow.h", | 284 "ng/layout_ng_block_flow.h", |
| 285 "ng/ng_absolute_utils.cc", | 285 "ng/ng_absolute_utils.cc", |
| 286 "ng/ng_absolute_utils.h", | 286 "ng/ng_absolute_utils.h", |
| 287 "ng/ng_bidi_paragraph.cc", | 287 "ng/ng_bidi_paragraph.cc", |
| 288 "ng/ng_bidi_paragraph.h", | 288 "ng/ng_bidi_paragraph.h", |
| 289 "ng/ng_block_layout_algorithm.cc", | 289 "ng/ng_block_layout_algorithm.cc", |
| 290 "ng/ng_block_layout_algorithm.h", | 290 "ng/ng_block_layout_algorithm.h", |
| 291 "ng/ng_block_layout_child_iterator.h", |
| 291 "ng/ng_block_node.cc", | 292 "ng/ng_block_node.cc", |
| 292 "ng/ng_block_node.h", | 293 "ng/ng_block_node.h", |
| 293 "ng/ng_box_fragment.cc", | 294 "ng/ng_box_fragment.cc", |
| 294 "ng/ng_box_fragment.h", | 295 "ng/ng_box_fragment.h", |
| 295 "ng/ng_break_token.h", | 296 "ng/ng_break_token.h", |
| 296 "ng/ng_constraint_space.cc", | 297 "ng/ng_constraint_space.cc", |
| 297 "ng/ng_constraint_space.h", | 298 "ng/ng_constraint_space.h", |
| 298 "ng/ng_constraint_space_builder.cc", | 299 "ng/ng_constraint_space_builder.cc", |
| 299 "ng/ng_constraint_space_builder.h", | 300 "ng/ng_constraint_space_builder.h", |
| 300 "ng/ng_floating_object.h", | 301 "ng/ng_floating_object.h", |
| 301 "ng/ng_fragment.cc", | 302 "ng/ng_fragment.cc", |
| 302 "ng/ng_fragment.h", | 303 "ng/ng_fragment.h", |
| 303 "ng/ng_fragment_builder.cc", | 304 "ng/ng_fragment_builder.cc", |
| 304 "ng/ng_fragment_builder.h", | 305 "ng/ng_fragment_builder.h", |
| 305 "ng/ng_inline_node.cc", | 306 "ng/ng_inline_node.cc", |
| 306 "ng/ng_inline_node.h", | 307 "ng/ng_inline_node.h", |
| 307 "ng/ng_layout_algorithm.h", | 308 "ng/ng_layout_algorithm.h", |
| 308 "ng/ng_layout_inline_items_builder.cc", | 309 "ng/ng_layout_inline_items_builder.cc", |
| 309 "ng/ng_layout_inline_items_builder.h", | 310 "ng/ng_layout_inline_items_builder.h", |
| 310 "ng/ng_layout_input_node.h", | 311 "ng/ng_layout_input_node.h", |
| 311 "ng/ng_layout_opportunity_iterator.cc", | 312 "ng/ng_layout_opportunity_iterator.cc", |
| 312 "ng/ng_layout_opportunity_iterator.h", | 313 "ng/ng_layout_opportunity_iterator.h", |
| 313 "ng/ng_layout_opportunity_tree_node.cc", | 314 "ng/ng_layout_opportunity_tree_node.cc", |
| 314 "ng/ng_layout_opportunity_tree_node.h", | 315 "ng/ng_layout_opportunity_tree_node.h", |
| 315 "ng/ng_length_utils.cc", | 316 "ng/ng_length_utils.cc", |
| 316 "ng/ng_length_utils.h", | 317 "ng/ng_length_utils.h", |
| 317 "ng/ng_line_builder.cc", | 318 "ng/ng_line_builder.cc", |
| 318 "ng/ng_line_builder.h", | 319 "ng/ng_line_builder.h", |
| 319 "ng/ng_macros.h", | 320 "ng/ng_macros.h", |
| 321 "ng/ng_multi_column_layout_algorithm.cc", |
| 322 "ng/ng_multi_column_layout_algorithm.h", |
| 320 "ng/ng_out_of_flow_layout_part.cc", | 323 "ng/ng_out_of_flow_layout_part.cc", |
| 321 "ng/ng_out_of_flow_layout_part.h", | 324 "ng/ng_out_of_flow_layout_part.h", |
| 322 "ng/ng_physical_box_fragment.cc", | 325 "ng/ng_physical_box_fragment.cc", |
| 323 "ng/ng_physical_box_fragment.h", | 326 "ng/ng_physical_box_fragment.h", |
| 324 "ng/ng_physical_fragment.cc", | 327 "ng/ng_physical_fragment.cc", |
| 325 "ng/ng_physical_fragment.h", | 328 "ng/ng_physical_fragment.h", |
| 326 "ng/ng_physical_text_fragment.h", | 329 "ng/ng_physical_text_fragment.h", |
| 327 "ng/ng_text_fragment.cc", | 330 "ng/ng_text_fragment.cc", |
| 328 "ng/ng_text_fragment.h", | 331 "ng/ng_text_fragment.h", |
| 329 "ng/ng_text_layout_algorithm.cc", | 332 "ng/ng_text_layout_algorithm.cc", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "LayoutThemeAndroid.cpp", | 378 "LayoutThemeAndroid.cpp", |
| 376 "LayoutThemeAndroid.h", | 379 "LayoutThemeAndroid.h", |
| 377 ] | 380 ] |
| 378 } | 381 } |
| 379 | 382 |
| 380 configs += [ | 383 configs += [ |
| 381 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 384 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 382 "//build/config/compiler:no_size_t_to_int_warning", | 385 "//build/config/compiler:no_size_t_to_int_warning", |
| 383 ] | 386 ] |
| 384 } | 387 } |
| OLD | NEW |