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

Unified Diff: build/toolchain/cros/BUILD.gn

Issue 2198423002: Clean up default toolchain logic for CrOS GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index 9056f90f14e7f0e0bc024518992e43c0085253a9..c45779df9cc8ead60cfc9270c8475aebeaa0d9b0 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -7,13 +7,6 @@ import("//build/config/sysroot.gni")
import("//build/toolchain/gcc_toolchain.gni")
import("//build/toolchain/cros_toolchain.gni")
-# TODO(dpranke): Delete this after we get rid of the reference to
-# build/toolchain/cros:clang_target in BUILDCONFIG.gn
-clang_toolchain("clang_target") {
- toolchain_cpu = target_cpu
- toolchain_os = "linux"
-}
-
template("cros_target_toolchain") {
if (defined(invoker.use_debug_fission)) {
use_debug_fission = invoker.use_debug_fission
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698