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

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

Issue 2314763002: Replace collectLayerFragments() with FragmentainerIterator. (Closed)
Patch Set: code review. Created 4 years, 3 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/FragmentainerIterator.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 = [
11 "BidiRun.h", 11 "BidiRun.h",
12 "BidiRunForLine.cpp", 12 "BidiRunForLine.cpp",
13 "BidiRunForLine.h", 13 "BidiRunForLine.h",
14 "ClipRect.cpp", 14 "ClipRect.cpp",
15 "ClipRect.h", 15 "ClipRect.h",
16 "ClipRects.h", 16 "ClipRects.h",
17 "ClipRectsCache.h", 17 "ClipRectsCache.h",
18 "ColumnBalancer.cpp", 18 "ColumnBalancer.cpp",
19 "ColumnBalancer.h", 19 "ColumnBalancer.h",
20 "CounterNode.cpp", 20 "CounterNode.cpp",
21 "CounterNode.h", 21 "CounterNode.h",
22 "DepthOrderedLayoutObjectList.cpp", 22 "DepthOrderedLayoutObjectList.cpp",
23 "DepthOrderedLayoutObjectList.h", 23 "DepthOrderedLayoutObjectList.h",
24 "FloatingObjects.cpp", 24 "FloatingObjects.cpp",
25 "FloatingObjects.h", 25 "FloatingObjects.h",
26 "FragmentainerIterator.cpp",
27 "FragmentainerIterator.h",
26 "FragmentationContext.h", 28 "FragmentationContext.h",
27 "GeneratedChildren.h", 29 "GeneratedChildren.h",
28 "HitTestCache.cpp", 30 "HitTestCache.cpp",
29 "HitTestCache.h", 31 "HitTestCache.h",
30 "HitTestCanvasResult.cpp", 32 "HitTestCanvasResult.cpp",
31 "HitTestLocation.cpp", 33 "HitTestLocation.cpp",
32 "HitTestLocation.h", 34 "HitTestLocation.h",
33 "HitTestResult.cpp", 35 "HitTestResult.cpp",
34 "HitTestingTransformState.cpp", 36 "HitTestingTransformState.cpp",
35 "HitTestingTransformState.h", 37 "HitTestingTransformState.h",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "LayoutThemeAndroid.cpp", 354 "LayoutThemeAndroid.cpp",
353 "LayoutThemeAndroid.h", 355 "LayoutThemeAndroid.h",
354 ] 356 ]
355 } 357 }
356 358
357 configs += [ 359 configs += [
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 360 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
359 "//build/config/compiler:no_size_t_to_int_warning", 361 "//build/config/compiler:no_size_t_to_int_warning",
360 ] 362 ]
361 } 363 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/FragmentainerIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698