| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index b73c3d6ffa35d394088c49a4c9fd4fbf0c28f63e..deab4a66a3df4e310188f2df6b2cc5b68c8f3a56 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -50,8 +50,10 @@ component("tracing") {
|
|
|
| component("startup_tracing") {
|
| sources = [
|
| - "browser/trace_config_file.cc",
|
| - "browser/trace_config_file.h",
|
| + "common/trace_config_file.cc",
|
| + "common/trace_config_file.h",
|
| + "common/trace_startup.cc",
|
| + "common/trace_startup.h",
|
| "common/trace_to_console.cc",
|
| "common/trace_to_console.h",
|
| "common/tracing_switches.cc",
|
| @@ -113,7 +115,7 @@ source_set("unit_tests") {
|
| ]
|
|
|
| if (!is_android) {
|
| - sources += [ "browser/trace_config_file_unittest.cc" ]
|
| + sources += [ "common/trace_config_file_unittest.cc" ]
|
| deps += [ ":startup_tracing" ]
|
| }
|
| }
|
|
|