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

Unified Diff: chrome/child/BUILD.gn

Issue 2627713007: Move v8_breakpad_support_win from common to child (Closed)
Patch Set: . Created 3 years, 11 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 | « chrome/app/chrome_main_delegate.cc ('k') | chrome/child/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/child/BUILD.gn
diff --git a/chrome/child/BUILD.gn b/chrome/child/BUILD.gn
index 1b268f18b2ea6c814f23cea3133a02544453e6b5..131948f8619f8a818dd12e3548c9cfade268d5e4 100644
--- a/chrome/child/BUILD.gn
+++ b/chrome/child/BUILD.gn
@@ -6,6 +6,8 @@ static_library("child") {
sources = [
"pdf_child_init.cc",
"pdf_child_init.h",
+ "v8_breakpad_support_win.cc",
+ "v8_breakpad_support_win.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
@@ -13,5 +15,6 @@ static_library("child") {
deps = [
"//base",
"//content/public/child",
+ "//gin",
]
}
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698