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

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

Issue 1324623005: Move sanitizer and symbol flags out of BUILDCONFIG (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « cc/surfaces/BUILD.gn ('k') | chrome/test/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/util/version.gni") 8 import("//build/util/version.gni")
8 import("//chrome/version.gni") 9 import("//chrome/version.gni")
9 10
10 assert(is_linux && is_chrome_branded) 11 assert(is_linux && is_chrome_branded)
11 12
12 # This target builds all "normal" Linux installers. 13 # This target builds all "normal" Linux installers.
13 # GYP version: chrome/chrome_installer.gypi:linux_packages_all 14 # GYP version: chrome/chrome_installer.gypi:linux_packages_all
14 # 15 #
15 # The bot setup is to build stable, unstable, and beta packages for the current 16 # The bot setup is to build stable, unstable, and beta packages for the current
16 # build. Then a later step picks up the package corresponding to what the 17 # build. Then a later step picks up the package corresponding to what the
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 # Other packages that we support that aren't included in the default "linux" 314 # Other packages that we support that aren't included in the default "linux"
314 # target. 315 # target.
315 linux_package("trunk") { 316 linux_package("trunk") {
316 channel = "trunk" 317 channel = "trunk"
317 } 318 }
318 if (is_asan) { 319 if (is_asan) {
319 linux_package("asan") { 320 linux_package("asan") {
320 channel = "asan" 321 channel = "asan"
321 } 322 }
322 } 323 }
OLDNEW
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698