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

Side by Side Diff: cc/BUILD.gn

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "debug/micro_benchmark.cc", 89 "debug/micro_benchmark.cc",
90 "debug/micro_benchmark.h", 90 "debug/micro_benchmark.h",
91 "debug/micro_benchmark_impl.cc", 91 "debug/micro_benchmark_impl.cc",
92 "debug/micro_benchmark_impl.h", 92 "debug/micro_benchmark_impl.h",
93 "debug/micro_benchmark_controller.cc", 93 "debug/micro_benchmark_controller.cc",
94 "debug/micro_benchmark_controller.h", 94 "debug/micro_benchmark_controller.h",
95 "debug/micro_benchmark_controller_impl.cc", 95 "debug/micro_benchmark_controller_impl.cc",
96 "debug/micro_benchmark_controller_impl.h", 96 "debug/micro_benchmark_controller_impl.h",
97 "debug/paint_time_counter.cc", 97 "debug/paint_time_counter.cc",
98 "debug/paint_time_counter.h", 98 "debug/paint_time_counter.h",
99 "debug/picture_debug_util.cc",
100 "debug/picture_debug_util.h",
99 "debug/picture_record_benchmark.cc", 101 "debug/picture_record_benchmark.cc",
100 "debug/picture_record_benchmark.h", 102 "debug/picture_record_benchmark.h",
101 "debug/rasterize_and_record_benchmark.cc", 103 "debug/rasterize_and_record_benchmark.cc",
102 "debug/rasterize_and_record_benchmark.h", 104 "debug/rasterize_and_record_benchmark.h",
103 "debug/rasterize_and_record_benchmark_impl.cc", 105 "debug/rasterize_and_record_benchmark_impl.cc",
104 "debug/rasterize_and_record_benchmark_impl.h", 106 "debug/rasterize_and_record_benchmark_impl.h",
105 "debug/rendering_stats.cc", 107 "debug/rendering_stats.cc",
106 "debug/rendering_stats.h", 108 "debug/rendering_stats.h",
107 "debug/rendering_stats_instrumentation.cc", 109 "debug/rendering_stats_instrumentation.cc",
108 "debug/rendering_stats_instrumentation.h", 110 "debug/rendering_stats_instrumentation.h",
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "//gpu/command_buffer/common:gles2_utils", 878 "//gpu/command_buffer/common:gles2_utils",
877 "//skia", 879 "//skia",
878 "//testing/gmock", 880 "//testing/gmock",
879 "//testing/gtest", 881 "//testing/gtest",
880 "//testing/perf", 882 "//testing/perf",
881 "//ui/gfx", 883 "//ui/gfx",
882 "//ui/gfx/geometry", 884 "//ui/gfx/geometry",
883 "//ui/gl", 885 "//ui/gl",
884 ] 886 ]
885 } 887 }
OLDNEW
« no previous file with comments | « build/sanitizers/tsan_suppressions.cc ('k') | cc/animation/keyframed_animation_curve_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698