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

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

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Rename 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "ng/ng_constraint_space_builder.h", 340 "ng/ng_constraint_space_builder.h",
341 "ng/ng_exclusion.cc", 341 "ng/ng_exclusion.cc",
342 "ng/ng_exclusion.h", 342 "ng/ng_exclusion.h",
343 "ng/ng_floating_object.h", 343 "ng/ng_floating_object.h",
344 "ng/ng_floats_utils.cc", 344 "ng/ng_floats_utils.cc",
345 "ng/ng_floats_utils.h", 345 "ng/ng_floats_utils.h",
346 "ng/ng_fragment.cc", 346 "ng/ng_fragment.cc",
347 "ng/ng_fragment.h", 347 "ng/ng_fragment.h",
348 "ng/ng_fragment_builder.cc", 348 "ng/ng_fragment_builder.cc",
349 "ng/ng_fragment_builder.h", 349 "ng/ng_fragment_builder.h",
350 "ng/ng_inline_break_token.cc",
351 "ng/ng_inline_break_token.h",
352 "ng/ng_inline_layout_algorithm.cc",
353 "ng/ng_inline_layout_algorithm.h",
350 "ng/ng_inline_node.cc", 354 "ng/ng_inline_node.cc",
351 "ng/ng_inline_node.h", 355 "ng/ng_inline_node.h",
352 "ng/ng_layout_algorithm.h", 356 "ng/ng_layout_algorithm.h",
353 "ng/ng_layout_inline_items_builder.cc", 357 "ng/ng_layout_inline_items_builder.cc",
354 "ng/ng_layout_inline_items_builder.h", 358 "ng/ng_layout_inline_items_builder.h",
355 "ng/ng_layout_input_node.h", 359 "ng/ng_layout_input_node.h",
356 "ng/ng_layout_opportunity_iterator.cc", 360 "ng/ng_layout_opportunity_iterator.cc",
357 "ng/ng_layout_opportunity_iterator.h", 361 "ng/ng_layout_opportunity_iterator.h",
358 "ng/ng_layout_opportunity_tree_node.cc", 362 "ng/ng_layout_opportunity_tree_node.cc",
359 "ng/ng_layout_opportunity_tree_node.h", 363 "ng/ng_layout_opportunity_tree_node.h",
360 "ng/ng_layout_result.cc", 364 "ng/ng_layout_result.cc",
361 "ng/ng_layout_result.h", 365 "ng/ng_layout_result.h",
362 "ng/ng_length_utils.cc", 366 "ng/ng_length_utils.cc",
363 "ng/ng_length_utils.h", 367 "ng/ng_length_utils.h",
364 "ng/ng_line_box_fragment.cc", 368 "ng/ng_line_box_fragment.cc",
365 "ng/ng_line_box_fragment.h", 369 "ng/ng_line_box_fragment.h",
366 "ng/ng_line_box_fragment_builder.cc", 370 "ng/ng_line_box_fragment_builder.cc",
367 "ng/ng_line_box_fragment_builder.h", 371 "ng/ng_line_box_fragment_builder.h",
368 "ng/ng_line_builder.cc", 372 "ng/ng_line_breaker.cc",
369 "ng/ng_line_builder.h", 373 "ng/ng_line_breaker.h",
370 "ng/ng_line_height_metrics.cc", 374 "ng/ng_line_height_metrics.cc",
371 "ng/ng_line_height_metrics.h", 375 "ng/ng_line_height_metrics.h",
372 "ng/ng_macros.h", 376 "ng/ng_macros.h",
373 "ng/ng_min_max_content_size.cc", 377 "ng/ng_min_max_content_size.cc",
374 "ng/ng_min_max_content_size.h", 378 "ng/ng_min_max_content_size.h",
375 "ng/ng_out_of_flow_layout_part.cc", 379 "ng/ng_out_of_flow_layout_part.cc",
376 "ng/ng_out_of_flow_layout_part.h", 380 "ng/ng_out_of_flow_layout_part.h",
377 "ng/ng_physical_box_fragment.cc", 381 "ng/ng_physical_box_fragment.cc",
378 "ng/ng_physical_box_fragment.h", 382 "ng/ng_physical_box_fragment.h",
379 "ng/ng_physical_fragment.cc", 383 "ng/ng_physical_fragment.cc",
380 "ng/ng_physical_fragment.h", 384 "ng/ng_physical_fragment.h",
381 "ng/ng_physical_line_box_fragment.cc", 385 "ng/ng_physical_line_box_fragment.cc",
382 "ng/ng_physical_line_box_fragment.h", 386 "ng/ng_physical_line_box_fragment.h",
383 "ng/ng_physical_text_fragment.h", 387 "ng/ng_physical_text_fragment.h",
384 "ng/ng_relative_utils.cc", 388 "ng/ng_relative_utils.cc",
385 "ng/ng_relative_utils.h", 389 "ng/ng_relative_utils.h",
386 "ng/ng_space_utils.cc", 390 "ng/ng_space_utils.cc",
387 "ng/ng_space_utils.h", 391 "ng/ng_space_utils.h",
388 "ng/ng_text_fragment.cc", 392 "ng/ng_text_fragment.cc",
389 "ng/ng_text_fragment.h", 393 "ng/ng_text_fragment.h",
390 "ng/ng_text_fragment_builder.cc", 394 "ng/ng_text_fragment_builder.cc",
391 "ng/ng_text_fragment_builder.h", 395 "ng/ng_text_fragment_builder.h",
392 "ng/ng_text_layout_algorithm.cc",
393 "ng/ng_text_layout_algorithm.h",
394 "ng/ng_writing_mode.cc", 396 "ng/ng_writing_mode.cc",
395 "ng/ng_writing_mode.h", 397 "ng/ng_writing_mode.h",
396 "shapes/BoxShape.cpp", 398 "shapes/BoxShape.cpp",
397 "shapes/BoxShape.h", 399 "shapes/BoxShape.h",
398 "shapes/PolygonShape.cpp", 400 "shapes/PolygonShape.cpp",
399 "shapes/PolygonShape.h", 401 "shapes/PolygonShape.h",
400 "shapes/RasterShape.cpp", 402 "shapes/RasterShape.cpp",
401 "shapes/RasterShape.h", 403 "shapes/RasterShape.h",
402 "shapes/RectangleShape.cpp", 404 "shapes/RectangleShape.cpp",
403 "shapes/RectangleShape.h", 405 "shapes/RectangleShape.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "LayoutThemeAndroid.cpp", 438 "LayoutThemeAndroid.cpp",
437 "LayoutThemeAndroid.h", 439 "LayoutThemeAndroid.h",
438 ] 440 ]
439 } 441 }
440 442
441 configs += [ 443 configs += [
442 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 444 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
443 "//build/config/compiler:no_size_t_to_int_warning", 445 "//build/config/compiler:no_size_t_to_int_warning",
444 ] 446 ]
445 } 447 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698