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

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

Issue 2803433002: [LayoutNG] Initial support for the 'vertical-align' property (Closed)
Patch Set: Move all On*() to NGInlineLayoutStateStack 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/inline/ng_inline_box_state.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "ng/geometry/ng_physical_offset.cc", 336 "ng/geometry/ng_physical_offset.cc",
337 "ng/geometry/ng_physical_offset.h", 337 "ng/geometry/ng_physical_offset.h",
338 "ng/geometry/ng_physical_rect.cc", 338 "ng/geometry/ng_physical_rect.cc",
339 "ng/geometry/ng_physical_rect.h", 339 "ng/geometry/ng_physical_rect.h",
340 "ng/geometry/ng_physical_size.cc", 340 "ng/geometry/ng_physical_size.cc",
341 "ng/geometry/ng_physical_size.h", 341 "ng/geometry/ng_physical_size.h",
342 "ng/geometry/ng_static_position.cc", 342 "ng/geometry/ng_static_position.cc",
343 "ng/geometry/ng_static_position.h", 343 "ng/geometry/ng_static_position.h",
344 "ng/inline/ng_bidi_paragraph.cc", 344 "ng/inline/ng_bidi_paragraph.cc",
345 "ng/inline/ng_bidi_paragraph.h", 345 "ng/inline/ng_bidi_paragraph.h",
346 "ng/inline/ng_inline_box_state.cc",
347 "ng/inline/ng_inline_box_state.h",
346 "ng/inline/ng_inline_break_token.cc", 348 "ng/inline/ng_inline_break_token.cc",
347 "ng/inline/ng_inline_break_token.h", 349 "ng/inline/ng_inline_break_token.h",
348 "ng/inline/ng_inline_layout_algorithm.cc", 350 "ng/inline/ng_inline_layout_algorithm.cc",
349 "ng/inline/ng_inline_layout_algorithm.h", 351 "ng/inline/ng_inline_layout_algorithm.h",
350 "ng/inline/ng_inline_node.cc", 352 "ng/inline/ng_inline_node.cc",
351 "ng/inline/ng_inline_node.h", 353 "ng/inline/ng_inline_node.h",
352 "ng/inline/ng_layout_inline_items_builder.cc", 354 "ng/inline/ng_layout_inline_items_builder.cc",
353 "ng/inline/ng_layout_inline_items_builder.h", 355 "ng/inline/ng_layout_inline_items_builder.h",
354 "ng/inline/ng_line_box_fragment.cc", 356 "ng/inline/ng_line_box_fragment.cc",
355 "ng/inline/ng_line_box_fragment.h", 357 "ng/inline/ng_line_box_fragment.h",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "LayoutThemeAndroid.cpp", 466 "LayoutThemeAndroid.cpp",
465 "LayoutThemeAndroid.h", 467 "LayoutThemeAndroid.h",
466 ] 468 ]
467 } 469 }
468 470
469 configs += [ 471 configs += [
470 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
471 "//build/config/compiler:no_size_t_to_int_warning", 473 "//build/config/compiler:no_size_t_to_int_warning",
472 ] 474 ]
473 } 475 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/inline/ng_inline_box_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698