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

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

Issue 2943573002: Make NGInlineItemsBuilder construct whitespace-collapsed offset mapping (Closed)
Patch Set: Wed Jun 21 16:40:35 PDT 2017 Created 3 years, 6 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "line/LineBreaker.h", 316 "line/LineBreaker.h",
317 "line/LineInfo.h", 317 "line/LineInfo.h",
318 "line/LineLayoutState.h", 318 "line/LineLayoutState.h",
319 "line/LineWidth.cpp", 319 "line/LineWidth.cpp",
320 "line/LineWidth.h", 320 "line/LineWidth.h",
321 "line/RootInlineBox.cpp", 321 "line/RootInlineBox.cpp",
322 "line/RootInlineBox.h", 322 "line/RootInlineBox.h",
323 "line/TrailingObjects.cpp", 323 "line/TrailingObjects.cpp",
324 "line/TrailingObjects.h", 324 "line/TrailingObjects.h",
325 "line/WordMeasurement.h", 325 "line/WordMeasurement.h",
326 "ng/api/ng_offset_mapping_builder.cc",
327 "ng/api/ng_offset_mapping_builder.h",
326 "ng/geometry/ng_border_edges.cc", 328 "ng/geometry/ng_border_edges.cc",
327 "ng/geometry/ng_border_edges.h", 329 "ng/geometry/ng_border_edges.h",
328 "ng/geometry/ng_box_strut.cc", 330 "ng/geometry/ng_box_strut.cc",
329 "ng/geometry/ng_box_strut.h", 331 "ng/geometry/ng_box_strut.h",
330 "ng/geometry/ng_edge.h", 332 "ng/geometry/ng_edge.h",
331 "ng/geometry/ng_logical_offset.cc", 333 "ng/geometry/ng_logical_offset.cc",
332 "ng/geometry/ng_logical_offset.h", 334 "ng/geometry/ng_logical_offset.h",
333 "ng/geometry/ng_logical_rect.cc", 335 "ng/geometry/ng_logical_rect.cc",
334 "ng/geometry/ng_logical_rect.h", 336 "ng/geometry/ng_logical_rect.h",
335 "ng/geometry/ng_logical_size.cc", 337 "ng/geometry/ng_logical_size.cc",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "LayoutThemeAndroid.h", 484 "LayoutThemeAndroid.h",
483 "WebFontRenderingAndroid.cpp", 485 "WebFontRenderingAndroid.cpp",
484 ] 486 ]
485 } 487 }
486 488
487 configs += [ 489 configs += [
488 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 490 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
489 "//build/config/compiler:no_size_t_to_int_warning", 491 "//build/config/compiler:no_size_t_to_int_warning",
490 ] 492 ]
491 } 493 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698