summaryrefslogtreecommitdiff
path: root/chromium/fuchsia/release_channel.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/fuchsia/release_channel.gni')
-rw-r--r--chromium/fuchsia/release_channel.gni15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/fuchsia/release_channel.gni b/chromium/fuchsia/release_channel.gni
deleted file mode 100644
index 1bab7421f82..00000000000
--- a/chromium/fuchsia/release_channel.gni
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2020 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.
-
-declare_args() {
- # Specifies the name of the release channel for specific packages
- # (web_engine, web_runner, cast_runner) when buildng on a release bot.
- fuchsia_release_channel = ""
-}
-
-if (fuchsia_release_channel != "") {
- release_channel_suffix = "-${fuchsia_release_channel}"
-} else {
- release_channel_suffix = ""
-}