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

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

Issue 1115533002: Build crash_service in Win GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/tools/BUILD.gn
diff --git a/components/crash/tools/BUILD.gn b/components/crash/tools/BUILD.gn
index 665398e9a5928bceade9edde2ea1cb6ca208ea8c..82f282bfdd17af536ea347e6d8c22edf75ec29db 100644
--- a/components/crash/tools/BUILD.gn
+++ b/components/crash/tools/BUILD.gn
@@ -11,8 +11,8 @@ if (is_win) {
deps = [
"//base",
- #'../breakpad/breakpad.gyp:breakpad_handler', TODO(GYP)
- #'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
+ "//breakpad:breakpad_handler",
+ "//breakpad:breakpad_sender",
]
}
}
« no previous file with comments | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698