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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8547005: CrOs: Remove 2 static initializers and 2 exit time destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_exe.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'variables': { 9 'variables': {
10 'enable_wexit_time_destructors': 1,
10 'conditions' : [ 11 'conditions' : [
11 ['OS=="win" and optimize_with_syzygy==1', { 12 ['OS=="win" and optimize_with_syzygy==1', {
12 # On Windows we use build chrome_dll as an intermediate target 13 # On Windows we use build chrome_dll as an intermediate target
13 # then have a subsequent step which either optimizes it to its 14 # then have a subsequent step which either optimizes it to its
14 # final location, or copies it to its final location, depending 15 # final location, or copies it to its final location, depending
15 # on whether or not optimize_with_syzygy==1. Please, refer to 16 # on whether or not optimize_with_syzygy==1. Please, refer to
16 # chrome_dll_syzygy.gypi for the subsequent defintion of the 17 # chrome_dll_syzygy.gypi for the subsequent defintion of the
17 # Windows chrome_dll target. 18 # Windows chrome_dll target.
18 'dll_target_name': 'chrome_dll_initial', 19 'dll_target_name': 'chrome_dll_initial',
19 }, { 20 }, {
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 ], 516 ],
516 }], 517 }],
517 ], # conditions 518 ], # conditions
518 }], # OS=="mac" 519 }], # OS=="mac"
519 ], # conditions 520 ], # conditions
520 }, # target chrome_dll 521 }, # target chrome_dll
521 ], # targets 522 ], # targets
522 }], # OS=="mac" or OS=="win" 523 }], # OS=="mac" or OS=="win"
523 ], 524 ],
524 } 525 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698