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

Side by Side Diff: chrome/installer/mini_installer/BUILD.gn

Issue 2531333004: Revert of win: Remove unneeded references to visual_studio_version now that it's always 2015. (Closed)
Patch Set: Comment + rebase 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/visual_studio_version.gni")
8 import("//chrome/process_version_rc_template.gni") 9 import("//chrome/process_version_rc_template.gni")
9 import("//chrome/test/mini_installer/mini_installer_test.gni") 10 import("//chrome/test/mini_installer/mini_installer_test.gni")
10 import("//third_party/icu/config.gni") 11 import("//third_party/icu/config.gni")
11 import("//ui/base/ui_features.gni") 12 import("//ui/base/ui_features.gni")
12 import("//v8/gni/v8.gni") 13 import("//v8/gni/v8.gni")
13 14
14 config("mini_installer_compiler_flags") { 15 config("mini_installer_compiler_flags") {
15 # Disable buffer security checking. 16 # Disable buffer security checking.
16 cflags = [ "/GS-" ] 17 cflags = [ "/GS-" ]
17 } 18 }
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 args = [ 287 args = [
287 "--out", 288 "--out",
288 "$target_name.exe", 289 "$target_name.exe",
289 ] 290 ]
290 deps = [ 291 deps = [
291 ":mini_installer", 292 ":mini_installer",
292 "//chrome/installer/test:alternate_version_generator", 293 "//chrome/installer/test:alternate_version_generator",
293 ] 294 ]
294 } 295 }
295 } 296 }
OLDNEW
« build/config/win/visual_studio_version.gni ('K') | « build/config/win/visual_studio_version.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698