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

Side by Side Diff: build/config/BUILDCONFIG.gn

Issue 68793009: Move files from the secondary GN directory to build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « build/config/BUILD.gn ('k') | build/config/OWNERS » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # ============================================================================= 5 # =============================================================================
6 # BUILD FLAGS 6 # BUILD FLAGS
7 # ============================================================================= 7 # =============================================================================
8 # 8 #
9 # This block lists input arguments to the build, along with their default 9 # This block lists input arguments to the build, along with their default
10 # values. GN requires listing them explicitly so it can validate input and have 10 # values. GN requires listing them explicitly so it can validate input and have
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 # Special toolchain for ARM cross-compiling. 379 # Special toolchain for ARM cross-compiling.
380 set_default_toolchain("//build/toolchain/linux:arm-cross-compile") 380 set_default_toolchain("//build/toolchain/linux:arm-cross-compile")
381 } else { 381 } else {
382 # Use whatever GCC is on the current platform. 382 # Use whatever GCC is on the current platform.
383 set_default_toolchain(host_toolchain) 383 set_default_toolchain(host_toolchain)
384 } 384 }
385 } else if (is_mac) { 385 } else if (is_mac) {
386 host_toolchain = "//build/toolchain/mac:clang" 386 host_toolchain = "//build/toolchain/mac:clang"
387 set_default_toolchain(host_toolchain) 387 set_default_toolchain(host_toolchain)
388 } 388 }
OLDNEW
« no previous file with comments | « build/config/BUILD.gn ('k') | build/config/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698