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

Unified Diff: remoting/host/installer/BUILD.gn

Issue 2339163004: Revert of Moving CRD Windows targets to subdirectories. (Closed)
Patch Set: 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 | « remoting/host/host_event_logger_win.cc ('k') | remoting/host/installer/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/BUILD.gn
diff --git a/remoting/host/installer/BUILD.gn b/remoting/host/installer/BUILD.gn
deleted file mode 100644
index 1004128f17fa2a26304da072cb82c839e0a54880..0000000000000000000000000000000000000000
--- a/remoting/host/installer/BUILD.gn
+++ /dev/null
@@ -1,32 +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("//remoting/build/config/remoting_build.gni")
-
-action("credits") {
- # We put this in $root_build_dir/gen/remoting instead of
- # $root_build_dir/gen/remoting/host (target_gen_dir) for
- # compatibility w/ GYP, since the installer needs the file to
- # be at the same location.
- about_credits_file = "$root_build_dir/gen/remoting/CREDITS.txt"
- script = "//tools/licenses.py"
-
- inputs = [
- "credits.tmpl",
- "credits_entry.tmpl",
- ]
-
- outputs = [
- about_credits_file,
- ]
-
- args = [
- "credits",
- rebase_path(about_credits_file, root_build_dir),
- "--file-template",
- rebase_path("credits.tmpl", root_build_dir),
- "--entry-template",
- rebase_path("credits_entry.tmpl", root_build_dir),
- ]
-}
« no previous file with comments | « remoting/host/host_event_logger_win.cc ('k') | remoting/host/installer/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698