Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(807)

Unified Diff: components/crash/app/BUILD.gn

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/OWNERS ('k') | components/crash/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/crash/OWNERS ('k') | components/crash/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698