Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / build / toolchain / win / BUILD.gn
index 2a9a96c..04b36cf 100644 (file)
@@ -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
@@ -23,11 +22,6 @@ exec_script("setup_toolchain.py",
 stamp_command = "$python_path gyp-win-tool stamp \$out"
 copy_command = "$python_path gyp-win-tool recursive-mirror \$in \$out"
 
-if (use_goma) {
-  # Add the Goma compiler prefixes to the GYP file.
-  gyp_header = "'make_global_settings': [ $make_goma_global_settings ],"
-}
-
 # 32-bit toolchain -------------------------------------------------------------
 
 toolchain("32") {