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

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

Issue 2945763003: Move process_version_rc_template.gni to build/util (Closed)
Patch Set: Created 3 years, 6 months 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
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//chrome/process_version_rc_template.gni") 8 import("//build/util/process_version_rc_template.gni")
9 import("//chrome/test/mini_installer/mini_installer_test.gni") 9 import("//chrome/test/mini_installer/mini_installer_test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
11 import("//ui/base/ui_features.gni") 11 import("//ui/base/ui_features.gni")
12 import("//v8/gni/v8.gni") 12 import("//v8/gni/v8.gni")
13 13
14 config("mini_installer_compiler_flags") { 14 config("mini_installer_compiler_flags") {
15 # Disable buffer security checking. 15 # Disable buffer security checking.
16 cflags = [ "/GS-" ] 16 cflags = [ "/GS-" ]
17 } 17 }
18 18
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 args = [ 293 args = [
294 "--out", 294 "--out",
295 "$target_name.exe", 295 "$target_name.exe",
296 ] 296 ]
297 deps = [ 297 deps = [
298 ":mini_installer", 298 ":mini_installer",
299 "//chrome/installer/test:alternate_version_generator", 299 "//chrome/installer/test:alternate_version_generator",
300 ] 300 ]
301 } 301 }
302 } 302 }
OLDNEW
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698