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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 "ng/geometry/ng_physical_location.cc", | 336 "ng/geometry/ng_physical_location.cc", |
337 "ng/geometry/ng_physical_location.h", | 337 "ng/geometry/ng_physical_location.h", |
338 "ng/geometry/ng_physical_offset.cc", | 338 "ng/geometry/ng_physical_offset.cc", |
339 "ng/geometry/ng_physical_offset.h", | 339 "ng/geometry/ng_physical_offset.h", |
340 "ng/geometry/ng_physical_rect.cc", | 340 "ng/geometry/ng_physical_rect.cc", |
341 "ng/geometry/ng_physical_rect.h", | 341 "ng/geometry/ng_physical_rect.h", |
342 "ng/geometry/ng_physical_size.cc", | 342 "ng/geometry/ng_physical_size.cc", |
343 "ng/geometry/ng_physical_size.h", | 343 "ng/geometry/ng_physical_size.h", |
344 "ng/geometry/ng_static_position.cc", | 344 "ng/geometry/ng_static_position.cc", |
345 "ng/geometry/ng_static_position.h", | 345 "ng/geometry/ng_static_position.h", |
| 346 "ng/inline/ng_bidi_paragraph.cc", |
| 347 "ng/inline/ng_bidi_paragraph.h", |
| 348 "ng/inline/ng_inline_break_token.cc", |
| 349 "ng/inline/ng_inline_break_token.h", |
| 350 "ng/inline/ng_inline_layout_algorithm.cc", |
| 351 "ng/inline/ng_inline_layout_algorithm.h", |
| 352 "ng/inline/ng_inline_node.cc", |
| 353 "ng/inline/ng_inline_node.h", |
| 354 "ng/inline/ng_layout_inline_items_builder.cc", |
| 355 "ng/inline/ng_layout_inline_items_builder.h", |
| 356 "ng/inline/ng_line_box_fragment.cc", |
| 357 "ng/inline/ng_line_box_fragment.h", |
| 358 "ng/inline/ng_line_box_fragment_builder.cc", |
| 359 "ng/inline/ng_line_box_fragment_builder.h", |
| 360 "ng/inline/ng_line_breaker.cc", |
| 361 "ng/inline/ng_line_breaker.h", |
| 362 "ng/inline/ng_line_height_metrics.cc", |
| 363 "ng/inline/ng_line_height_metrics.h", |
| 364 "ng/inline/ng_physical_line_box_fragment.cc", |
| 365 "ng/inline/ng_physical_line_box_fragment.h", |
| 366 "ng/inline/ng_physical_text_fragment.h", |
| 367 "ng/inline/ng_text_fragment.cc", |
| 368 "ng/inline/ng_text_fragment.h", |
| 369 "ng/inline/ng_text_fragment_builder.cc", |
| 370 "ng/inline/ng_text_fragment_builder.h", |
346 "ng/layout_ng_block_flow.cc", | 371 "ng/layout_ng_block_flow.cc", |
347 "ng/layout_ng_block_flow.h", | 372 "ng/layout_ng_block_flow.h", |
348 "ng/ng_absolute_utils.cc", | 373 "ng/ng_absolute_utils.cc", |
349 "ng/ng_absolute_utils.h", | 374 "ng/ng_absolute_utils.h", |
350 "ng/ng_bidi_paragraph.cc", | |
351 "ng/ng_bidi_paragraph.h", | |
352 "ng/ng_block_break_token.cc", | 375 "ng/ng_block_break_token.cc", |
353 "ng/ng_block_break_token.h", | 376 "ng/ng_block_break_token.h", |
354 "ng/ng_block_child_iterator.cc", | 377 "ng/ng_block_child_iterator.cc", |
355 "ng/ng_block_child_iterator.h", | 378 "ng/ng_block_child_iterator.h", |
356 "ng/ng_block_layout_algorithm.cc", | 379 "ng/ng_block_layout_algorithm.cc", |
357 "ng/ng_block_layout_algorithm.h", | 380 "ng/ng_block_layout_algorithm.h", |
358 "ng/ng_block_node.cc", | 381 "ng/ng_block_node.cc", |
359 "ng/ng_block_node.h", | 382 "ng/ng_block_node.h", |
360 "ng/ng_box_fragment.cc", | 383 "ng/ng_box_fragment.cc", |
361 "ng/ng_box_fragment.h", | 384 "ng/ng_box_fragment.h", |
362 "ng/ng_break_token.h", | 385 "ng/ng_break_token.h", |
363 "ng/ng_column_layout_algorithm.cc", | 386 "ng/ng_column_layout_algorithm.cc", |
364 "ng/ng_column_layout_algorithm.h", | 387 "ng/ng_column_layout_algorithm.h", |
365 "ng/ng_constraint_space.cc", | 388 "ng/ng_constraint_space.cc", |
366 "ng/ng_constraint_space.h", | 389 "ng/ng_constraint_space.h", |
367 "ng/ng_constraint_space_builder.cc", | 390 "ng/ng_constraint_space_builder.cc", |
368 "ng/ng_constraint_space_builder.h", | 391 "ng/ng_constraint_space_builder.h", |
369 "ng/ng_exclusion.cc", | 392 "ng/ng_exclusion.cc", |
370 "ng/ng_exclusion.h", | 393 "ng/ng_exclusion.h", |
371 "ng/ng_floating_object.h", | 394 "ng/ng_floating_object.h", |
372 "ng/ng_floats_utils.cc", | 395 "ng/ng_floats_utils.cc", |
373 "ng/ng_floats_utils.h", | 396 "ng/ng_floats_utils.h", |
374 "ng/ng_fragment.cc", | 397 "ng/ng_fragment.cc", |
375 "ng/ng_fragment.h", | 398 "ng/ng_fragment.h", |
376 "ng/ng_fragment_builder.cc", | 399 "ng/ng_fragment_builder.cc", |
377 "ng/ng_fragment_builder.h", | 400 "ng/ng_fragment_builder.h", |
378 "ng/ng_inline_break_token.cc", | |
379 "ng/ng_inline_break_token.h", | |
380 "ng/ng_inline_layout_algorithm.cc", | |
381 "ng/ng_inline_layout_algorithm.h", | |
382 "ng/ng_inline_node.cc", | |
383 "ng/ng_inline_node.h", | |
384 "ng/ng_layout_algorithm.h", | 401 "ng/ng_layout_algorithm.h", |
385 "ng/ng_layout_inline_items_builder.cc", | |
386 "ng/ng_layout_inline_items_builder.h", | |
387 "ng/ng_layout_input_node.h", | 402 "ng/ng_layout_input_node.h", |
388 "ng/ng_layout_opportunity_iterator.cc", | 403 "ng/ng_layout_opportunity_iterator.cc", |
389 "ng/ng_layout_opportunity_iterator.h", | 404 "ng/ng_layout_opportunity_iterator.h", |
390 "ng/ng_layout_opportunity_tree_node.cc", | 405 "ng/ng_layout_opportunity_tree_node.cc", |
391 "ng/ng_layout_opportunity_tree_node.h", | 406 "ng/ng_layout_opportunity_tree_node.h", |
392 "ng/ng_layout_result.cc", | 407 "ng/ng_layout_result.cc", |
393 "ng/ng_layout_result.h", | 408 "ng/ng_layout_result.h", |
394 "ng/ng_length_utils.cc", | 409 "ng/ng_length_utils.cc", |
395 "ng/ng_length_utils.h", | 410 "ng/ng_length_utils.h", |
396 "ng/ng_line_box_fragment.cc", | |
397 "ng/ng_line_box_fragment.h", | |
398 "ng/ng_line_box_fragment_builder.cc", | |
399 "ng/ng_line_box_fragment_builder.h", | |
400 "ng/ng_line_breaker.cc", | |
401 "ng/ng_line_breaker.h", | |
402 "ng/ng_line_height_metrics.cc", | |
403 "ng/ng_line_height_metrics.h", | |
404 "ng/ng_macros.h", | 411 "ng/ng_macros.h", |
405 "ng/ng_min_max_content_size.cc", | 412 "ng/ng_min_max_content_size.cc", |
406 "ng/ng_min_max_content_size.h", | 413 "ng/ng_min_max_content_size.h", |
407 "ng/ng_out_of_flow_layout_part.cc", | 414 "ng/ng_out_of_flow_layout_part.cc", |
408 "ng/ng_out_of_flow_layout_part.h", | 415 "ng/ng_out_of_flow_layout_part.h", |
409 "ng/ng_physical_box_fragment.cc", | 416 "ng/ng_physical_box_fragment.cc", |
410 "ng/ng_physical_box_fragment.h", | 417 "ng/ng_physical_box_fragment.h", |
411 "ng/ng_physical_fragment.cc", | 418 "ng/ng_physical_fragment.cc", |
412 "ng/ng_physical_fragment.h", | 419 "ng/ng_physical_fragment.h", |
413 "ng/ng_physical_line_box_fragment.cc", | |
414 "ng/ng_physical_line_box_fragment.h", | |
415 "ng/ng_physical_text_fragment.h", | |
416 "ng/ng_relative_utils.cc", | 420 "ng/ng_relative_utils.cc", |
417 "ng/ng_relative_utils.h", | 421 "ng/ng_relative_utils.h", |
418 "ng/ng_space_utils.cc", | 422 "ng/ng_space_utils.cc", |
419 "ng/ng_space_utils.h", | 423 "ng/ng_space_utils.h", |
420 "ng/ng_text_fragment.cc", | |
421 "ng/ng_text_fragment.h", | |
422 "ng/ng_text_fragment_builder.cc", | |
423 "ng/ng_text_fragment_builder.h", | |
424 "ng/ng_writing_mode.cc", | 424 "ng/ng_writing_mode.cc", |
425 "ng/ng_writing_mode.h", | 425 "ng/ng_writing_mode.h", |
426 "shapes/BoxShape.cpp", | 426 "shapes/BoxShape.cpp", |
427 "shapes/BoxShape.h", | 427 "shapes/BoxShape.h", |
428 "shapes/PolygonShape.cpp", | 428 "shapes/PolygonShape.cpp", |
429 "shapes/PolygonShape.h", | 429 "shapes/PolygonShape.h", |
430 "shapes/RasterShape.cpp", | 430 "shapes/RasterShape.cpp", |
431 "shapes/RasterShape.h", | 431 "shapes/RasterShape.h", |
432 "shapes/RectangleShape.cpp", | 432 "shapes/RectangleShape.cpp", |
433 "shapes/RectangleShape.h", | 433 "shapes/RectangleShape.h", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 "LayoutThemeAndroid.cpp", | 466 "LayoutThemeAndroid.cpp", |
467 "LayoutThemeAndroid.h", | 467 "LayoutThemeAndroid.h", |
468 ] | 468 ] |
469 } | 469 } |
470 | 470 |
471 configs += [ | 471 configs += [ |
472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
473 "//build/config/compiler:no_size_t_to_int_warning", | 473 "//build/config/compiler:no_size_t_to_int_warning", |
474 ] | 474 ] |
475 } | 475 } |
OLD | NEW |