mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update BUILD.gn
This commit is contained in:
parent
30cee45e04
commit
c107e659da
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
import("//build/config/arm.gni")
|
|
||||||
import("//build/config/c++/c++.gni")
|
import("//build/config/c++/c++.gni")
|
||||||
import("//build/config/chrome_build.gni")
|
import("//build/config/chrome_build.gni")
|
||||||
import("//build/config/clang/clang.gni")
|
import("//build/config/clang/clang.gni")
|
||||||
|
@ -13,6 +12,7 @@ import("//build/config/win/visual_studio_version.gni")
|
||||||
import("//build/timestamp.gni")
|
import("//build/timestamp.gni")
|
||||||
import("//build/toolchain/goma.gni")
|
import("//build/toolchain/goma.gni")
|
||||||
import("//build/toolchain/toolchain.gni")
|
import("//build/toolchain/toolchain.gni")
|
||||||
|
import("//build/config/arm.gni")
|
||||||
|
|
||||||
assert(is_win)
|
assert(is_win)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue