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", |
+ ] |
} |