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

Unified Diff: build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn

Issue 1476193002: Revert of Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
deleted file mode 100644
index 94fe0b4cdd7c5a9ef65ade9a52b362a950b71af8..0000000000000000000000000000000000000000
--- a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2015 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.
-
-source_set("tool_support") {
- deps = [
- "//base",
- ]
-
- include_dirs = [ ".." ]
-
- if (is_win) {
- cflags = [ "/wd4201" ]
- }
-
- sources = [
- "tool_support.cc",
- "tool_support.h",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698