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

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

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/tools/BUILD.gn
diff --git a/components/crash/content/tools/BUILD.gn b/components/crash/content/tools/BUILD.gn
index 82f282bfdd17af536ea347e6d8c22edf75ec29db..b781bd5f8f57db7259d47f15f9b84ce88fa32d22 100644
--- a/components/crash/content/tools/BUILD.gn
+++ b/components/crash/content/tools/BUILD.gn
@@ -2,17 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-if (is_win) {
- source_set("crash_service") {
- sources = [
- "crash_service.cc",
- "crash_service.h",
- ]
+assert(is_win)
- deps = [
- "//base",
- "//breakpad:breakpad_handler",
- "//breakpad:breakpad_sender",
- ]
- }
+source_set("crash_service") {
+ sources = [
+ "crash_service.cc",
+ "crash_service.h",
+ ]
+
+ deps = [
+ "//base",
+ "//breakpad:breakpad_handler",
+ "//breakpad:breakpad_sender",
+ ]
}
« no previous file with comments | « components/crash.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698