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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 8590003: chrome: Remove 11 exit time destructors and 4 static initializers. (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
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
11 'variables': { 11 'variables': {
12 'use_system_xdg_utils%': 0, 12 'use_system_xdg_utils%': 0,
13 'enable_wexit_time_destructors': 1,
13 }, 14 },
14 'sources': [ 15 'sources': [
15 'app/breakpad_win.cc', 16 'app/breakpad_win.cc',
16 'app/breakpad_win.h', 17 'app/breakpad_win.h',
17 'app/chrome_exe_main_aura.cc', 18 'app/chrome_exe_main_aura.cc',
18 'app/chrome_exe_main_gtk.cc', 19 'app/chrome_exe_main_gtk.cc',
19 'app/chrome_exe_main_mac.cc', 20 'app/chrome_exe_main_mac.cc',
20 'app/chrome_exe_main_win.cc', 21 'app/chrome_exe_main_win.cc',
21 'app/chrome_exe_resource.h', 22 'app/chrome_exe_resource.h',
22 'app/client_util.cc', 23 'app/client_util.cc',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'configurations': { 549 'configurations': {
549 'Common_Base': { 550 'Common_Base': {
550 'msvs_target_platform': 'x64', 551 'msvs_target_platform': 'x64',
551 }, 552 },
552 }, 553 },
553 }, 554 },
554 ], 555 ],
555 }], 556 }],
556 ], 557 ],
557 } 558 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698