| Index: components/crash/content/app/BUILD.gn
|
| diff --git a/components/crash/app/BUILD.gn b/components/crash/content/app/BUILD.gn
|
| similarity index 97%
|
| rename from components/crash/app/BUILD.gn
|
| rename to components/crash/content/app/BUILD.gn
|
| index ccaf7b6092d343453647b2009246ad2ace578554..e0985c559c35bda415494669abc6678445c5fb91 100644
|
| --- a/components/crash/app/BUILD.gn
|
| +++ b/components/crash/content/app/BUILD.gn
|
| @@ -14,7 +14,7 @@ source_set("lib") {
|
| "crash_reporter_client.h",
|
| ]
|
|
|
| - include_dirs = [ "../../../breakpad/src" ]
|
| + include_dirs = [ "../../../../breakpad/src" ]
|
| }
|
|
|
| # Note: if you depend on this target, you need to either link in
|
|
|