Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index 2a9a96c0fdf176131180a600e71c1b81b32ce266..5b9ae48d741d17d930f509440eb3b9f580d7c2dd 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -2,13 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/config/win/visual_studio_version.gni") |
import("//build/toolchain/goma.gni") |
# Should only be running on Windows. |
assert(is_win) |
-import("//build/config/win/visual_studio_version.gni") |
- |
# Setup the Visual Studio state. |
# |
# Its arguments are the VS path and the compiler wrapper tool. It will write |