Index: components/crash/app/BUILD.gn |
diff --git a/components/breakpad/app/BUILD.gn b/components/crash/app/BUILD.gn |
similarity index 93% |
rename from components/breakpad/app/BUILD.gn |
rename to components/crash/app/BUILD.gn |
index b8bd9aaa7bb1629a6ce4662880ec535e781d5f39..5292c1a87f3f8d0b5bf6ba475972c2c0e04753b0 100644 |
--- a/components/breakpad/app/BUILD.gn |
+++ b/components/crash/app/BUILD.gn |
@@ -23,7 +23,7 @@ source_set("lib") { |
# content.gyp:content_common, or add content/public/common/content_switches.cc |
# to your sources. |
# |
-# GYP version: components/breakpad.gyp:breakpad_component |
+# GYP version: components/crash.gypi:crash_component |
source_set("app") { |
sources = [ |
"breakpad_linux_impl.h", |
@@ -43,7 +43,7 @@ source_set("app") { |
] |
} |
- defines = [ "BREAKPAD_IMPLEMENTATION" ] |
+ defines = [ "CRASH_IMPLEMENTATION" ] |
deps = [ |
"//base", |