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

Unified Diff: tools/android/forwarder/BUILD.gn

Issue 2378773002: [Android] Remove //tools/android/forwarder. (Closed)
Patch Set: rebase Created 4 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 | « no previous file | tools/android/forwarder/forwarder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder/BUILD.gn
diff --git a/tools/android/forwarder/BUILD.gn b/tools/android/forwarder/BUILD.gn
deleted file mode 100644
index 548af391f01c0bdadc9dbb882170361fbb3146e2..0000000000000000000000000000000000000000
--- a/tools/android/forwarder/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2016 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.
-
-import("//build/symlink.gni")
-
-executable("forwarder") {
- sources = [
- "forwarder.cc",
- ]
- deps = [
- "//base",
- "//build/config/sanitizers:deps",
- "//tools/android/common",
- ]
-}
« no previous file with comments | « no previous file | tools/android/forwarder/forwarder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698