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

Side by Side Diff: cc/BUILD.gn

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Petrcermak + oysteine review + LayerDebugInfo refptr wrapper Created 4 years, 10 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 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "debug/frame_timing_request.cc", 54 "debug/frame_timing_request.cc",
55 "debug/frame_timing_request.h", 55 "debug/frame_timing_request.h",
56 "debug/frame_timing_tracker.cc", 56 "debug/frame_timing_tracker.cc",
57 "debug/frame_timing_tracker.h", 57 "debug/frame_timing_tracker.h",
58 "debug/frame_viewer_instrumentation.cc", 58 "debug/frame_viewer_instrumentation.cc",
59 "debug/frame_viewer_instrumentation.h", 59 "debug/frame_viewer_instrumentation.h",
60 "debug/invalidation_benchmark.cc", 60 "debug/invalidation_benchmark.cc",
61 "debug/invalidation_benchmark.h", 61 "debug/invalidation_benchmark.h",
62 "debug/lap_timer.cc", 62 "debug/lap_timer.cc",
63 "debug/lap_timer.h", 63 "debug/lap_timer.h",
64 "debug/layer_debug_info.cc",
65 "debug/layer_debug_info.h",
64 "debug/layer_tree_debug_state.cc", 66 "debug/layer_tree_debug_state.cc",
65 "debug/layer_tree_debug_state.h", 67 "debug/layer_tree_debug_state.h",
66 "debug/micro_benchmark.cc", 68 "debug/micro_benchmark.cc",
67 "debug/micro_benchmark.h", 69 "debug/micro_benchmark.h",
68 "debug/micro_benchmark_controller.cc", 70 "debug/micro_benchmark_controller.cc",
69 "debug/micro_benchmark_controller.h", 71 "debug/micro_benchmark_controller.h",
70 "debug/micro_benchmark_controller_impl.cc", 72 "debug/micro_benchmark_controller_impl.cc",
71 "debug/micro_benchmark_controller_impl.h", 73 "debug/micro_benchmark_controller_impl.h",
72 "debug/micro_benchmark_impl.cc", 74 "debug/micro_benchmark_impl.cc",
73 "debug/micro_benchmark_impl.h", 75 "debug/micro_benchmark_impl.h",
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "//ui/gl", 987 "//ui/gl",
986 "//ui/gl:test_support", 988 "//ui/gl:test_support",
987 ] 989 ]
988 990
989 if (is_android) { 991 if (is_android) {
990 isolate_file = "cc_perftests.isolate" 992 isolate_file = "cc_perftests.isolate"
991 } 993 }
992 } 994 }
993 # When adding support for isolates, please have a look at run-time dependencies 995 # When adding support for isolates, please have a look at run-time dependencies
994 # in the cc_unittests_run target in cc_tests.gyp. 996 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698