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

Unified Diff: build/config/compiler/BUILD.gn

Issue 2556843003: gn: Remove an import() that's unused after https://codereview.chromium.org/2296953002 (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index c6ea8839a08a379ce93460dd93ac60c1f20a1b8f..45fc13da56e8283dfe2cc794c5b2cf8f12bebcb5 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1551,7 +1551,6 @@ config("afdo") {
# Full symbols.
config("symbols") {
if (is_win) {
- import("//build/toolchain/goma.gni")
cflags = [ "/Zi" ] # Produce PDB file, no edit and continue.
if (is_win_fastlink) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698