Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Side by Side Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Resolved merge conflicts Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "ng/ng_constraint_space_builder.h", 353 "ng/ng_constraint_space_builder.h",
354 "ng/ng_exclusion.cc", 354 "ng/ng_exclusion.cc",
355 "ng/ng_exclusion.h", 355 "ng/ng_exclusion.h",
356 "ng/ng_floating_object.h", 356 "ng/ng_floating_object.h",
357 "ng/ng_floats_utils.cc", 357 "ng/ng_floats_utils.cc",
358 "ng/ng_floats_utils.h", 358 "ng/ng_floats_utils.h",
359 "ng/ng_fragment.cc", 359 "ng/ng_fragment.cc",
360 "ng/ng_fragment.h", 360 "ng/ng_fragment.h",
361 "ng/ng_fragment_builder.cc", 361 "ng/ng_fragment_builder.cc",
362 "ng/ng_fragment_builder.h", 362 "ng/ng_fragment_builder.h",
363 "ng/ng_inline_break_token.cc",
364 "ng/ng_inline_break_token.h",
365 "ng/ng_inline_layout_algorithm.cc",
366 "ng/ng_inline_layout_algorithm.h",
363 "ng/ng_inline_node.cc", 367 "ng/ng_inline_node.cc",
364 "ng/ng_inline_node.h", 368 "ng/ng_inline_node.h",
365 "ng/ng_layout_algorithm.h", 369 "ng/ng_layout_algorithm.h",
366 "ng/ng_layout_inline_items_builder.cc", 370 "ng/ng_layout_inline_items_builder.cc",
367 "ng/ng_layout_inline_items_builder.h", 371 "ng/ng_layout_inline_items_builder.h",
368 "ng/ng_layout_input_node.h", 372 "ng/ng_layout_input_node.h",
369 "ng/ng_layout_opportunity_iterator.cc", 373 "ng/ng_layout_opportunity_iterator.cc",
370 "ng/ng_layout_opportunity_iterator.h", 374 "ng/ng_layout_opportunity_iterator.h",
371 "ng/ng_layout_opportunity_tree_node.cc", 375 "ng/ng_layout_opportunity_tree_node.cc",
372 "ng/ng_layout_opportunity_tree_node.h", 376 "ng/ng_layout_opportunity_tree_node.h",
373 "ng/ng_layout_result.cc", 377 "ng/ng_layout_result.cc",
374 "ng/ng_layout_result.h", 378 "ng/ng_layout_result.h",
375 "ng/ng_length_utils.cc", 379 "ng/ng_length_utils.cc",
376 "ng/ng_length_utils.h", 380 "ng/ng_length_utils.h",
377 "ng/ng_line_box_fragment.cc", 381 "ng/ng_line_box_fragment.cc",
378 "ng/ng_line_box_fragment.h", 382 "ng/ng_line_box_fragment.h",
379 "ng/ng_line_box_fragment_builder.cc", 383 "ng/ng_line_box_fragment_builder.cc",
380 "ng/ng_line_box_fragment_builder.h", 384 "ng/ng_line_box_fragment_builder.h",
381 "ng/ng_line_builder.cc", 385 "ng/ng_line_breaker.cc",
382 "ng/ng_line_builder.h", 386 "ng/ng_line_breaker.h",
383 "ng/ng_line_height_metrics.cc", 387 "ng/ng_line_height_metrics.cc",
384 "ng/ng_line_height_metrics.h", 388 "ng/ng_line_height_metrics.h",
385 "ng/ng_macros.h", 389 "ng/ng_macros.h",
386 "ng/ng_min_max_content_size.cc", 390 "ng/ng_min_max_content_size.cc",
387 "ng/ng_min_max_content_size.h", 391 "ng/ng_min_max_content_size.h",
388 "ng/ng_out_of_flow_layout_part.cc", 392 "ng/ng_out_of_flow_layout_part.cc",
389 "ng/ng_out_of_flow_layout_part.h", 393 "ng/ng_out_of_flow_layout_part.h",
390 "ng/ng_physical_box_fragment.cc", 394 "ng/ng_physical_box_fragment.cc",
391 "ng/ng_physical_box_fragment.h", 395 "ng/ng_physical_box_fragment.h",
392 "ng/ng_physical_fragment.cc", 396 "ng/ng_physical_fragment.cc",
393 "ng/ng_physical_fragment.h", 397 "ng/ng_physical_fragment.h",
394 "ng/ng_physical_line_box_fragment.cc", 398 "ng/ng_physical_line_box_fragment.cc",
395 "ng/ng_physical_line_box_fragment.h", 399 "ng/ng_physical_line_box_fragment.h",
396 "ng/ng_physical_text_fragment.h", 400 "ng/ng_physical_text_fragment.h",
397 "ng/ng_relative_utils.cc", 401 "ng/ng_relative_utils.cc",
398 "ng/ng_relative_utils.h", 402 "ng/ng_relative_utils.h",
399 "ng/ng_space_utils.cc", 403 "ng/ng_space_utils.cc",
400 "ng/ng_space_utils.h", 404 "ng/ng_space_utils.h",
401 "ng/ng_text_fragment.cc", 405 "ng/ng_text_fragment.cc",
402 "ng/ng_text_fragment.h", 406 "ng/ng_text_fragment.h",
403 "ng/ng_text_fragment_builder.cc", 407 "ng/ng_text_fragment_builder.cc",
404 "ng/ng_text_fragment_builder.h", 408 "ng/ng_text_fragment_builder.h",
405 "ng/ng_text_layout_algorithm.cc",
406 "ng/ng_text_layout_algorithm.h",
407 "ng/ng_writing_mode.cc", 409 "ng/ng_writing_mode.cc",
408 "ng/ng_writing_mode.h", 410 "ng/ng_writing_mode.h",
409 "shapes/BoxShape.cpp", 411 "shapes/BoxShape.cpp",
410 "shapes/BoxShape.h", 412 "shapes/BoxShape.h",
411 "shapes/PolygonShape.cpp", 413 "shapes/PolygonShape.cpp",
412 "shapes/PolygonShape.h", 414 "shapes/PolygonShape.h",
413 "shapes/RasterShape.cpp", 415 "shapes/RasterShape.cpp",
414 "shapes/RasterShape.h", 416 "shapes/RasterShape.h",
415 "shapes/RectangleShape.cpp", 417 "shapes/RectangleShape.cpp",
416 "shapes/RectangleShape.h", 418 "shapes/RectangleShape.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "LayoutThemeAndroid.cpp", 451 "LayoutThemeAndroid.cpp",
450 "LayoutThemeAndroid.h", 452 "LayoutThemeAndroid.h",
451 ] 453 ]
452 } 454 }
453 455
454 configs += [ 456 configs += [
455 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 457 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
456 "//build/config/compiler:no_size_t_to_int_warning", 458 "//build/config/compiler:no_size_t_to_int_warning",
457 ] 459 ]
458 } 460 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698