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

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

Issue 2568743005: Place the out of flow positioned blocks (Closed)
Patch Set: Out of flow positioning: placing the elements Created 4 years 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "ng/ng_layout_input_node.h", 313 "ng/ng_layout_input_node.h",
314 "ng/ng_layout_opportunity_iterator.cc", 314 "ng/ng_layout_opportunity_iterator.cc",
315 "ng/ng_layout_opportunity_iterator.h", 315 "ng/ng_layout_opportunity_iterator.h",
316 "ng/ng_layout_opportunity_tree_node.cc", 316 "ng/ng_layout_opportunity_tree_node.cc",
317 "ng/ng_layout_opportunity_tree_node.h", 317 "ng/ng_layout_opportunity_tree_node.h",
318 "ng/ng_legacy_block_layout_algorithm.cc", 318 "ng/ng_legacy_block_layout_algorithm.cc",
319 "ng/ng_legacy_block_layout_algorithm.h", 319 "ng/ng_legacy_block_layout_algorithm.h",
320 "ng/ng_length_utils.cc", 320 "ng/ng_length_utils.cc",
321 "ng/ng_length_utils.h", 321 "ng/ng_length_utils.h",
322 "ng/ng_macros.h", 322 "ng/ng_macros.h",
323 "ng/ng_out_of_flow_layout_part.cc",
324 "ng/ng_out_of_flow_layout_part.h",
323 "ng/ng_physical_fragment.cc", 325 "ng/ng_physical_fragment.cc",
324 "ng/ng_physical_fragment.h", 326 "ng/ng_physical_fragment.h",
325 "ng/ng_physical_fragment_base.cc", 327 "ng/ng_physical_fragment_base.cc",
326 "ng/ng_physical_fragment_base.h", 328 "ng/ng_physical_fragment_base.h",
327 "ng/ng_physical_text_fragment.h", 329 "ng/ng_physical_text_fragment.h",
328 "ng/ng_text_fragment.cc", 330 "ng/ng_text_fragment.cc",
329 "ng/ng_text_fragment.h", 331 "ng/ng_text_fragment.h",
330 "ng/ng_text_layout_algorithm.cc", 332 "ng/ng_text_layout_algorithm.cc",
331 "ng/ng_text_layout_algorithm.h", 333 "ng/ng_text_layout_algorithm.h",
332 "ng/ng_units.cc", 334 "ng/ng_units.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "LayoutThemeAndroid.cpp", 378 "LayoutThemeAndroid.cpp",
377 "LayoutThemeAndroid.h", 379 "LayoutThemeAndroid.h",
378 ] 380 ]
379 } 381 }
380 382
381 configs += [ 383 configs += [
382 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 384 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
383 "//build/config/compiler:no_size_t_to_int_warning", 385 "//build/config/compiler:no_size_t_to_int_warning",
384 ] 386 ]
385 } 387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698