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

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

Issue 2322293002: [LayoutNG] Split LayoutOpportunityIterator into separate file (Closed)
Patch Set: Patch for landing 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/ng/ng_constraint_space.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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "ng/ng_constraint_space.h", 289 "ng/ng_constraint_space.h",
290 "ng/ng_direction.cc", 290 "ng/ng_direction.cc",
291 "ng/ng_direction.h", 291 "ng/ng_direction.h",
292 "ng/ng_fragment.cc", 292 "ng/ng_fragment.cc",
293 "ng/ng_fragment.h", 293 "ng/ng_fragment.h",
294 "ng/ng_fragment_base.cc", 294 "ng/ng_fragment_base.cc",
295 "ng/ng_fragment_base.h", 295 "ng/ng_fragment_base.h",
296 "ng/ng_fragment_builder.cc", 296 "ng/ng_fragment_builder.cc",
297 "ng/ng_fragment_builder.h", 297 "ng/ng_fragment_builder.h",
298 "ng/ng_layout_input_text.h", 298 "ng/ng_layout_input_text.h",
299 "ng/ng_layout_opportunity_iterator.cc",
300 "ng/ng_layout_opportunity_iterator.h",
299 "ng/ng_length_utils.cc", 301 "ng/ng_length_utils.cc",
300 "ng/ng_length_utils.h", 302 "ng/ng_length_utils.h",
301 "ng/ng_physical_constraint_space.cc", 303 "ng/ng_physical_constraint_space.cc",
302 "ng/ng_physical_constraint_space.h", 304 "ng/ng_physical_constraint_space.h",
303 "ng/ng_physical_fragment.h", 305 "ng/ng_physical_fragment.h",
304 "ng/ng_physical_fragment_base.cc", 306 "ng/ng_physical_fragment_base.cc",
305 "ng/ng_physical_fragment_base.h", 307 "ng/ng_physical_fragment_base.h",
306 "ng/ng_physical_text_fragment.h", 308 "ng/ng_physical_text_fragment.h",
307 "ng/ng_text_fragment.cc", 309 "ng/ng_text_fragment.cc",
308 "ng/ng_text_fragment.h", 310 "ng/ng_text_fragment.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "LayoutThemeAndroid.cpp", 355 "LayoutThemeAndroid.cpp",
354 "LayoutThemeAndroid.h", 356 "LayoutThemeAndroid.h",
355 ] 357 ]
356 } 358 }
357 359
358 configs += [ 360 configs += [
359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
360 "//build/config/compiler:no_size_t_to_int_warning", 362 "//build/config/compiler:no_size_t_to_int_warning",
361 ] 363 ]
362 } 364 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698