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

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

Issue 2836293004: [LayoutNG] Move NGInlineNode data to NGInlineNodeData. (Closed)
Patch Set: rebase. Created 3 years, 7 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_node.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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "ng/inline/ng_inline_break_token.cc", 350 "ng/inline/ng_inline_break_token.cc",
351 "ng/inline/ng_inline_break_token.h", 351 "ng/inline/ng_inline_break_token.h",
352 "ng/inline/ng_inline_item.cc", 352 "ng/inline/ng_inline_item.cc",
353 "ng/inline/ng_inline_item.h", 353 "ng/inline/ng_inline_item.h",
354 "ng/inline/ng_inline_items_builder.cc", 354 "ng/inline/ng_inline_items_builder.cc",
355 "ng/inline/ng_inline_items_builder.h", 355 "ng/inline/ng_inline_items_builder.h",
356 "ng/inline/ng_inline_layout_algorithm.cc", 356 "ng/inline/ng_inline_layout_algorithm.cc",
357 "ng/inline/ng_inline_layout_algorithm.h", 357 "ng/inline/ng_inline_layout_algorithm.h",
358 "ng/inline/ng_inline_node.cc", 358 "ng/inline/ng_inline_node.cc",
359 "ng/inline/ng_inline_node.h", 359 "ng/inline/ng_inline_node.h",
360 "ng/inline/ng_inline_node_data.h",
360 "ng/inline/ng_line_box_fragment.cc", 361 "ng/inline/ng_line_box_fragment.cc",
361 "ng/inline/ng_line_box_fragment.h", 362 "ng/inline/ng_line_box_fragment.h",
362 "ng/inline/ng_line_box_fragment_builder.cc", 363 "ng/inline/ng_line_box_fragment_builder.cc",
363 "ng/inline/ng_line_box_fragment_builder.h", 364 "ng/inline/ng_line_box_fragment_builder.h",
364 "ng/inline/ng_line_breaker.cc", 365 "ng/inline/ng_line_breaker.cc",
365 "ng/inline/ng_line_breaker.h", 366 "ng/inline/ng_line_breaker.h",
366 "ng/inline/ng_line_height_metrics.cc", 367 "ng/inline/ng_line_height_metrics.cc",
367 "ng/inline/ng_line_height_metrics.h", 368 "ng/inline/ng_line_height_metrics.h",
368 "ng/inline/ng_physical_line_box_fragment.cc", 369 "ng/inline/ng_physical_line_box_fragment.cc",
369 "ng/inline/ng_physical_line_box_fragment.h", 370 "ng/inline/ng_physical_line_box_fragment.h",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "LayoutThemeAndroid.cpp", 471 "LayoutThemeAndroid.cpp",
471 "LayoutThemeAndroid.h", 472 "LayoutThemeAndroid.h",
472 ] 473 ]
473 } 474 }
474 475
475 configs += [ 476 configs += [
476 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 477 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
477 "//build/config/compiler:no_size_t_to_int_warning", 478 "//build/config/compiler:no_size_t_to_int_warning",
478 ] 479 ]
479 } 480 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698