| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 916ba714de0742c1a4a2616e354a39fde848bb57..0a56cf260f99341eb9e11b50aa5545e56ca974b9 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -96,6 +96,8 @@ component("cc") {
|
| "debug/micro_benchmark_controller_impl.h",
|
| "debug/paint_time_counter.cc",
|
| "debug/paint_time_counter.h",
|
| + "debug/picture_debug_util.cc",
|
| + "debug/picture_debug_util.h",
|
| "debug/picture_record_benchmark.cc",
|
| "debug/picture_record_benchmark.h",
|
| "debug/rasterize_and_record_benchmark.cc",
|
|
|