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

Side by Side Diff: cc/BUILD.gn

Issue 1296673004: Devtools/CC: Remove continuous repainting feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('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 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "debug/layer_tree_debug_state.cc", 68 "debug/layer_tree_debug_state.cc",
69 "debug/layer_tree_debug_state.h", 69 "debug/layer_tree_debug_state.h",
70 "debug/micro_benchmark.cc", 70 "debug/micro_benchmark.cc",
71 "debug/micro_benchmark.h", 71 "debug/micro_benchmark.h",
72 "debug/micro_benchmark_controller.cc", 72 "debug/micro_benchmark_controller.cc",
73 "debug/micro_benchmark_controller.h", 73 "debug/micro_benchmark_controller.h",
74 "debug/micro_benchmark_controller_impl.cc", 74 "debug/micro_benchmark_controller_impl.cc",
75 "debug/micro_benchmark_controller_impl.h", 75 "debug/micro_benchmark_controller_impl.h",
76 "debug/micro_benchmark_impl.cc", 76 "debug/micro_benchmark_impl.cc",
77 "debug/micro_benchmark_impl.h", 77 "debug/micro_benchmark_impl.h",
78 "debug/paint_time_counter.cc",
79 "debug/paint_time_counter.h",
80 "debug/picture_debug_util.cc", 78 "debug/picture_debug_util.cc",
81 "debug/picture_debug_util.h", 79 "debug/picture_debug_util.h",
82 "debug/picture_record_benchmark.cc", 80 "debug/picture_record_benchmark.cc",
83 "debug/picture_record_benchmark.h", 81 "debug/picture_record_benchmark.h",
84 "debug/rasterize_and_record_benchmark.cc", 82 "debug/rasterize_and_record_benchmark.cc",
85 "debug/rasterize_and_record_benchmark.h", 83 "debug/rasterize_and_record_benchmark.h",
86 "debug/rasterize_and_record_benchmark_impl.cc", 84 "debug/rasterize_and_record_benchmark_impl.cc",
87 "debug/rasterize_and_record_benchmark_impl.h", 85 "debug/rasterize_and_record_benchmark_impl.h",
88 "debug/rendering_stats.cc", 86 "debug/rendering_stats.cc",
89 "debug/rendering_stats.h", 87 "debug/rendering_stats.h",
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 "//ui/gl", 926 "//ui/gl",
929 "//ui/gl:test_support", 927 "//ui/gl:test_support",
930 ] 928 ]
931 929
932 if (is_android) { 930 if (is_android) {
933 isolate_file = "cc_perftests.isolate" 931 isolate_file = "cc_perftests.isolate"
934 } 932 }
935 } 933 }
936 # When adding support for isolates, please have a look at run-time dependencies 934 # When adding support for isolates, please have a look at run-time dependencies
937 # in the cc_unittests_run target in cc_tests.gyp. 935 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698