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

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

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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/content/tools/generate_breakpad_symbols.py ('k') | components/crash/tools/crash_service.h » ('j') | 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
deleted file mode 100644
index 82f282bfdd17af536ea347e6d8c22edf75ec29db..0000000000000000000000000000000000000000
--- a/components/crash/tools/BUILD.gn
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# 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",
- ]
-
- deps = [
- "//base",
- "//breakpad:breakpad_handler",
- "//breakpad:breakpad_sender",
- ]
- }
-}
« no previous file with comments | « components/crash/content/tools/generate_breakpad_symbols.py ('k') | components/crash/tools/crash_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698