| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 4543c905fac83342f6680c516bdcb8195a451996..91fbfee05f57a9bd038b677d3e7346531804236a 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -86,10 +86,10 @@ source_set("browser") {
|
| "$root_gen_dir/blink/grit/devtools_resources.h",
|
| "$root_gen_dir/blink/grit/devtools_resources_map.cc",
|
| "$root_gen_dir/blink/grit/devtools_resources_map.h",
|
| - "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
|
| - "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
|
| "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
|
| "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
|
| + "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
|
| + "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
|
| ],
|
| ".")
|
|
|
| @@ -134,9 +134,9 @@ source_set("browser") {
|
| deps += [ "//third_party/power_gadget" ]
|
| } else {
|
| sources += [
|
| - "power_profiler/power_data_provider_dummy.cc",
|
| "file_descriptor_info_impl.cc",
|
| "file_descriptor_info_impl.h",
|
| + "power_profiler/power_data_provider_dummy.cc",
|
| ]
|
| sources -= [ "renderer_host/web_input_event_aurawin.cc" ]
|
| }
|
|
|