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

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

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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
Index: components/breakpad/tools/BUILD.gn
diff --git a/components/breakpad/tools/BUILD.gn b/components/breakpad/tools/BUILD.gn
deleted file mode 100644
index 665398e9a5928bceade9edde2ea1cb6ca208ea8c..0000000000000000000000000000000000000000
--- a/components/breakpad/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.gyp:breakpad_handler', TODO(GYP)
- #'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
- ]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698