| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "line/InlineIterator.h", | 273 "line/InlineIterator.h", |
| 274 "line/InlineTextBox.cpp", | 274 "line/InlineTextBox.cpp", |
| 275 "line/LineBoxList.cpp", | 275 "line/LineBoxList.cpp", |
| 276 "line/LineBreaker.cpp", | 276 "line/LineBreaker.cpp", |
| 277 "line/LineBreaker.h", | 277 "line/LineBreaker.h", |
| 278 "line/LineWidth.cpp", | 278 "line/LineWidth.cpp", |
| 279 "line/LineWidth.h", | 279 "line/LineWidth.h", |
| 280 "line/RootInlineBox.cpp", | 280 "line/RootInlineBox.cpp", |
| 281 "line/TrailingObjects.cpp", | 281 "line/TrailingObjects.cpp", |
| 282 "line/TrailingObjects.h", | 282 "line/TrailingObjects.h", |
| 283 "ng/geometry/ng_box_strut.cc", | |
| 284 "ng/geometry/ng_box_strut.h", | |
| 285 "ng/geometry/ng_edge.h", | |
| 286 "ng/geometry/ng_logical_offset.cc", | 283 "ng/geometry/ng_logical_offset.cc", |
| 287 "ng/geometry/ng_logical_offset.h", | 284 "ng/geometry/ng_logical_offset.h", |
| 288 "ng/geometry/ng_logical_rect.cc", | |
| 289 "ng/geometry/ng_logical_rect.h", | |
| 290 "ng/geometry/ng_logical_size.cc", | 285 "ng/geometry/ng_logical_size.cc", |
| 291 "ng/geometry/ng_logical_size.h", | 286 "ng/geometry/ng_logical_size.h", |
| 292 "ng/geometry/ng_margin_strut.cc", | |
| 293 "ng/geometry/ng_margin_strut.h", | |
| 294 "ng/geometry/ng_physical_location.cc", | 287 "ng/geometry/ng_physical_location.cc", |
| 295 "ng/geometry/ng_physical_location.h", | 288 "ng/geometry/ng_physical_location.h", |
| 296 "ng/geometry/ng_physical_offset.cc", | 289 "ng/geometry/ng_physical_offset.cc", |
| 297 "ng/geometry/ng_physical_offset.h", | 290 "ng/geometry/ng_physical_offset.h", |
| 298 "ng/geometry/ng_physical_rect.cc", | 291 "ng/geometry/ng_physical_rect.cc", |
| 299 "ng/geometry/ng_physical_rect.h", | 292 "ng/geometry/ng_physical_rect.h", |
| 300 "ng/geometry/ng_physical_size.cc", | 293 "ng/geometry/ng_physical_size.cc", |
| 301 "ng/geometry/ng_physical_size.h", | 294 "ng/geometry/ng_physical_size.h", |
| 302 "ng/geometry/ng_static_position.cc", | |
| 303 "ng/geometry/ng_static_position.h", | |
| 304 "ng/layout_ng_block_flow.cc", | 295 "ng/layout_ng_block_flow.cc", |
| 305 "ng/layout_ng_block_flow.h", | 296 "ng/layout_ng_block_flow.h", |
| 306 "ng/ng_absolute_utils.cc", | 297 "ng/ng_absolute_utils.cc", |
| 307 "ng/ng_absolute_utils.h", | 298 "ng/ng_absolute_utils.h", |
| 308 "ng/ng_bidi_paragraph.cc", | 299 "ng/ng_bidi_paragraph.cc", |
| 309 "ng/ng_bidi_paragraph.h", | 300 "ng/ng_bidi_paragraph.h", |
| 310 "ng/ng_block_break_token.cc", | 301 "ng/ng_block_break_token.cc", |
| 311 "ng/ng_block_break_token.h", | 302 "ng/ng_block_break_token.h", |
| 312 "ng/ng_block_child_iterator.cc", | 303 "ng/ng_block_child_iterator.cc", |
| 313 "ng/ng_block_child_iterator.h", | 304 "ng/ng_block_child_iterator.h", |
| 314 "ng/ng_block_layout_algorithm.cc", | 305 "ng/ng_block_layout_algorithm.cc", |
| 315 "ng/ng_block_layout_algorithm.h", | 306 "ng/ng_block_layout_algorithm.h", |
| 316 "ng/ng_block_node.cc", | 307 "ng/ng_block_node.cc", |
| 317 "ng/ng_block_node.h", | 308 "ng/ng_block_node.h", |
| 318 "ng/ng_box_fragment.cc", | 309 "ng/ng_box_fragment.cc", |
| 319 "ng/ng_box_fragment.h", | 310 "ng/ng_box_fragment.h", |
| 320 "ng/ng_break_token.h", | 311 "ng/ng_break_token.h", |
| 321 "ng/ng_constraint_space.cc", | 312 "ng/ng_constraint_space.cc", |
| 322 "ng/ng_constraint_space.h", | 313 "ng/ng_constraint_space.h", |
| 323 "ng/ng_constraint_space_builder.cc", | 314 "ng/ng_constraint_space_builder.cc", |
| 324 "ng/ng_constraint_space_builder.h", | 315 "ng/ng_constraint_space_builder.h", |
| 325 "ng/ng_exclusion.cc", | |
| 326 "ng/ng_exclusion.h", | |
| 327 "ng/ng_floating_object.h", | 316 "ng/ng_floating_object.h", |
| 328 "ng/ng_fragment.cc", | 317 "ng/ng_fragment.cc", |
| 329 "ng/ng_fragment.h", | 318 "ng/ng_fragment.h", |
| 330 "ng/ng_fragment_builder.cc", | 319 "ng/ng_fragment_builder.cc", |
| 331 "ng/ng_fragment_builder.h", | 320 "ng/ng_fragment_builder.h", |
| 332 "ng/ng_inline_node.cc", | 321 "ng/ng_inline_node.cc", |
| 333 "ng/ng_inline_node.h", | 322 "ng/ng_inline_node.h", |
| 334 "ng/ng_layout_algorithm.h", | 323 "ng/ng_layout_algorithm.h", |
| 335 "ng/ng_layout_inline_items_builder.cc", | 324 "ng/ng_layout_inline_items_builder.cc", |
| 336 "ng/ng_layout_inline_items_builder.h", | 325 "ng/ng_layout_inline_items_builder.h", |
| 337 "ng/ng_layout_input_node.h", | 326 "ng/ng_layout_input_node.h", |
| 338 "ng/ng_layout_opportunity_iterator.cc", | 327 "ng/ng_layout_opportunity_iterator.cc", |
| 339 "ng/ng_layout_opportunity_iterator.h", | 328 "ng/ng_layout_opportunity_iterator.h", |
| 340 "ng/ng_layout_opportunity_tree_node.cc", | 329 "ng/ng_layout_opportunity_tree_node.cc", |
| 341 "ng/ng_layout_opportunity_tree_node.h", | 330 "ng/ng_layout_opportunity_tree_node.h", |
| 342 "ng/ng_layout_result.cc", | 331 "ng/ng_layout_result.cc", |
| 343 "ng/ng_layout_result.h", | 332 "ng/ng_layout_result.h", |
| 344 "ng/ng_length_utils.cc", | 333 "ng/ng_length_utils.cc", |
| 345 "ng/ng_length_utils.h", | 334 "ng/ng_length_utils.h", |
| 346 "ng/ng_line_builder.cc", | 335 "ng/ng_line_builder.cc", |
| 347 "ng/ng_line_builder.h", | 336 "ng/ng_line_builder.h", |
| 348 "ng/ng_macros.h", | 337 "ng/ng_macros.h", |
| 349 "ng/ng_min_max_content_size.cc", | |
| 350 "ng/ng_min_max_content_size.h", | |
| 351 "ng/ng_out_of_flow_layout_part.cc", | 338 "ng/ng_out_of_flow_layout_part.cc", |
| 352 "ng/ng_out_of_flow_layout_part.h", | 339 "ng/ng_out_of_flow_layout_part.h", |
| 353 "ng/ng_physical_box_fragment.cc", | 340 "ng/ng_physical_box_fragment.cc", |
| 354 "ng/ng_physical_box_fragment.h", | 341 "ng/ng_physical_box_fragment.h", |
| 355 "ng/ng_physical_fragment.cc", | 342 "ng/ng_physical_fragment.cc", |
| 356 "ng/ng_physical_fragment.h", | 343 "ng/ng_physical_fragment.h", |
| 357 "ng/ng_physical_text_fragment.h", | 344 "ng/ng_physical_text_fragment.h", |
| 358 "ng/ng_text_fragment.cc", | 345 "ng/ng_text_fragment.cc", |
| 359 "ng/ng_text_fragment.h", | 346 "ng/ng_text_fragment.h", |
| 360 "ng/ng_text_layout_algorithm.cc", | 347 "ng/ng_text_layout_algorithm.cc", |
| 361 "ng/ng_text_layout_algorithm.h", | 348 "ng/ng_text_layout_algorithm.h", |
| 349 "ng/ng_units.cc", |
| 350 "ng/ng_units.h", |
| 362 "ng/ng_writing_mode.cc", | 351 "ng/ng_writing_mode.cc", |
| 363 "ng/ng_writing_mode.h", | 352 "ng/ng_writing_mode.h", |
| 364 "shapes/BoxShape.cpp", | 353 "shapes/BoxShape.cpp", |
| 365 "shapes/BoxShape.h", | 354 "shapes/BoxShape.h", |
| 366 "shapes/PolygonShape.cpp", | 355 "shapes/PolygonShape.cpp", |
| 367 "shapes/PolygonShape.h", | 356 "shapes/PolygonShape.h", |
| 368 "shapes/RasterShape.cpp", | 357 "shapes/RasterShape.cpp", |
| 369 "shapes/RasterShape.h", | 358 "shapes/RasterShape.h", |
| 370 "shapes/RectangleShape.cpp", | 359 "shapes/RectangleShape.cpp", |
| 371 "shapes/RectangleShape.h", | 360 "shapes/RectangleShape.h", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "LayoutThemeAndroid.cpp", | 393 "LayoutThemeAndroid.cpp", |
| 405 "LayoutThemeAndroid.h", | 394 "LayoutThemeAndroid.h", |
| 406 ] | 395 ] |
| 407 } | 396 } |
| 408 | 397 |
| 409 configs += [ | 398 configs += [ |
| 410 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 399 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 411 "//build/config/compiler:no_size_t_to_int_warning", | 400 "//build/config/compiler:no_size_t_to_int_warning", |
| 412 ] | 401 ] |
| 413 } | 402 } |
| OLD | NEW |