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

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

Issue 2525033002: Deprecate NGPhysicalConstraintSpace (Closed)
Patch Set: update TestExpectations 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "ng/ng_layout_inline_items_builder.h", 309 "ng/ng_layout_inline_items_builder.h",
310 "ng/ng_layout_input_node.cc", 310 "ng/ng_layout_input_node.cc",
311 "ng/ng_layout_input_node.h", 311 "ng/ng_layout_input_node.h",
312 "ng/ng_layout_opportunity_iterator.cc", 312 "ng/ng_layout_opportunity_iterator.cc",
313 "ng/ng_layout_opportunity_iterator.h", 313 "ng/ng_layout_opportunity_iterator.h",
314 "ng/ng_layout_opportunity_tree_node.cc", 314 "ng/ng_layout_opportunity_tree_node.cc",
315 "ng/ng_layout_opportunity_tree_node.h", 315 "ng/ng_layout_opportunity_tree_node.h",
316 "ng/ng_length_utils.cc", 316 "ng/ng_length_utils.cc",
317 "ng/ng_length_utils.h", 317 "ng/ng_length_utils.h",
318 "ng/ng_macros.h", 318 "ng/ng_macros.h",
319 "ng/ng_physical_constraint_space.cc",
320 "ng/ng_physical_constraint_space.h",
321 "ng/ng_physical_fragment.cc", 319 "ng/ng_physical_fragment.cc",
322 "ng/ng_physical_fragment.h", 320 "ng/ng_physical_fragment.h",
323 "ng/ng_physical_fragment_base.cc", 321 "ng/ng_physical_fragment_base.cc",
324 "ng/ng_physical_fragment_base.h", 322 "ng/ng_physical_fragment_base.h",
325 "ng/ng_physical_text_fragment.h", 323 "ng/ng_physical_text_fragment.h",
326 "ng/ng_text_fragment.cc", 324 "ng/ng_text_fragment.cc",
327 "ng/ng_text_fragment.h", 325 "ng/ng_text_fragment.h",
328 "ng/ng_text_layout_algorithm.cc", 326 "ng/ng_text_layout_algorithm.cc",
329 "ng/ng_text_layout_algorithm.h", 327 "ng/ng_text_layout_algorithm.h",
330 "ng/ng_units.cc", 328 "ng/ng_units.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "LayoutThemeAndroid.cpp", 372 "LayoutThemeAndroid.cpp",
375 "LayoutThemeAndroid.h", 373 "LayoutThemeAndroid.h",
376 ] 374 ]
377 } 375 }
378 376
379 configs += [ 377 configs += [
380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
381 "//build/config/compiler:no_size_t_to_int_warning", 379 "//build/config/compiler:no_size_t_to_int_warning",
382 ] 380 ]
383 } 381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698