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

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

Issue 2824663002: Minimal set of changes for blink core jumbo build. (Closed)
Patch Set: Created 3 years, 8 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 ] 459 ]
460 } 460 }
461 461
462 if (is_android) { 462 if (is_android) {
463 sources += [ 463 sources += [
464 "LayoutThemeAndroid.cpp", 464 "LayoutThemeAndroid.cpp",
465 "LayoutThemeAndroid.h", 465 "LayoutThemeAndroid.h",
466 ] 466 ]
467 } 467 }
468 468
469 jumbo_excluded_sources = [
470 # Collides with CompositedLayerMapping.cpp (patch incoming)
471 "compositing/CompositingLayerAssigner.cpp",
472 ]
473
469 configs += [ 474 configs += [
470 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 475 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
471 "//build/config/compiler:no_size_t_to_int_warning", 476 "//build/config/compiler:no_size_t_to_int_warning",
472 ] 477 ]
473 } 478 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/BUILD.gn ('k') | third_party/WebKit/Source/core/paint/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698