Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 113bec62a7f6db961bf1213d27bde30ff44345c7..5b825ffdf7136645efe7c8827aca04a7f5fa548c 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -81,9 +81,9 @@ source_set("browser") { |
# sources. |
sources -= rebase_path( |
[ |
- "$root_gen_dir/webkit/grit/devtools_resources.h", |
- "$root_gen_dir/webkit/grit/devtools_resources_map.cc", |
- "$root_gen_dir/webkit/grit/devtools_resources_map.h", |
+ "$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", |