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

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

Issue 1123433002: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | build/config/BUILDCONFIG.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 (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 import("//build/config/allocator.gni") 5 import("//build/config/allocator.gni")
6 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 8 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 10 import("//build/module_args/v8.gni")
10 11
11 declare_args() { 12 declare_args() {
12 # When set, turns off the (normally-on) iterator debugging and related stuff 13 # When set, turns off the (normally-on) iterator debugging and related stuff
13 # that is normally turned on for Debug builds. These are generally useful for 14 # that is normally turned on for Debug builds. These are generally useful for
14 # catching bugs but in some cases may cause conflicts or excessive slowness. 15 # catching bugs but in some cases may cause conflicts or excessive slowness.
15 disable_iterator_debugging = false 16 disable_iterator_debugging = false
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "CoreFoundation.framework", 339 "CoreFoundation.framework",
339 "CoreGraphics.framework", 340 "CoreGraphics.framework",
340 "CoreText.framework", 341 "CoreText.framework",
341 "Foundation.framework", 342 "Foundation.framework",
342 "UIKit.framework", 343 "UIKit.framework",
343 ] 344 ]
344 } else if (is_linux) { 345 } else if (is_linux) {
345 libs = [ "dl" ] 346 libs = [ "dl" ]
346 } 347 }
347 } 348 }
OLDNEW
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698