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

Side by Side Diff: cc/BUILD.gn

Issue 1466173002: Fix the `sizes` regressions in Linux GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@linux_x64_2
Patch Set: remove gin, update expectations Created 5 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
« no previous file with comments | « base/allocator/BUILD.gn ('k') | components/translate/content/browser/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 static_library("cc") {
danakj 2015/12/09 23:26:50 is there a list of the static initializers that ar
Dirk Pranke 2015/12/09 23:35:12 There's a list in crbug.com/559766 . In cc, I thin
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
11 "animation/animation_curve.cc", 11 "animation/animation_curve.cc",
12 "animation/animation_curve.h", 12 "animation/animation_curve.h",
13 "animation/animation_delegate.h", 13 "animation/animation_delegate.h",
14 "animation/animation_events.cc", 14 "animation/animation_events.cc",
15 "animation/animation_events.h", 15 "animation/animation_events.h",
16 "animation/animation_host.cc", 16 "animation/animation_host.cc",
17 "animation/animation_host.h", 17 "animation/animation_host.h",
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 "//ui/gl", 975 "//ui/gl",
976 "//ui/gl:test_support", 976 "//ui/gl:test_support",
977 ] 977 ]
978 978
979 if (is_android) { 979 if (is_android) {
980 isolate_file = "cc_perftests.isolate" 980 isolate_file = "cc_perftests.isolate"
981 } 981 }
982 } 982 }
983 # When adding support for isolates, please have a look at run-time dependencies 983 # When adding support for isolates, please have a look at run-time dependencies
984 # in the cc_unittests_run target in cc_tests.gyp. 984 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « base/allocator/BUILD.gn ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698