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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 9432033: Add experiments info to crash dumps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Last Few Nits Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'enable_wexit_time_destructors': 1,
14 }, 14 },
15 'sources': [ 15 'sources': [
16 'app/breakpad_field_trial_win.cc',
17 'app/breakpad_field_trial_win.h',
16 'app/breakpad_win.cc', 18 'app/breakpad_win.cc',
17 'app/breakpad_win.h', 19 'app/breakpad_win.h',
18 'app/chrome_exe_main_aura.cc', 20 'app/chrome_exe_main_aura.cc',
19 'app/chrome_exe_main_gtk.cc', 21 'app/chrome_exe_main_gtk.cc',
20 'app/chrome_exe_main_mac.cc', 22 'app/chrome_exe_main_mac.cc',
21 'app/chrome_exe_main_win.cc', 23 'app/chrome_exe_main_win.cc',
22 'app/chrome_exe_resource.h', 24 'app/chrome_exe_resource.h',
23 'app/client_util.cc', 25 'app/client_util.cc',
24 'app/client_util.h', 26 'app/client_util.h',
25 'app/hard_error_handler_win.cc', 27 'app/hard_error_handler_win.cc',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'configurations': { 555 'configurations': {
554 'Common_Base': { 556 'Common_Base': {
555 'msvs_target_platform': 'x64', 557 'msvs_target_platform': 'x64',
556 }, 558 },
557 }, 559 },
558 }, 560 },
559 ], 561 ],
560 }], 562 }],
561 ], 563 ],
562 } 564 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698