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

Side by Side Diff: base/base.gyp

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: breakpad_dump_location, revert test change Created 5 years 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 | base/base_paths_win.h » ('j') | chrome/app/chrome_crash_reporter_client.cc » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 }, 1194 },
1195 }, 1195 },
1196 # TODO(rvargas): Bug 78117. Remove this. 1196 # TODO(rvargas): Bug 78117. Remove this.
1197 'msvs_disabled_warnings': [ 1197 'msvs_disabled_warnings': [
1198 4244, 1198 4244,
1199 4996, 1199 4996,
1200 4267, 1200 4267,
1201 ], 1201 ],
1202 'sources': [ 1202 'sources': [
1203 'auto_reset.h', 1203 'auto_reset.h',
1204 'base_paths_win.cc',
1204 'linux_util.cc', 1205 'linux_util.cc',
1205 'linux_util.h', 1206 'linux_util.h',
1206 'md5.cc', 1207 'md5.cc',
1207 'md5.h', 1208 'md5.h',
1208 'message_loop/message_pump_libevent.cc', 1209 'message_loop/message_pump_libevent.cc',
1209 'message_loop/message_pump_libevent.h', 1210 'message_loop/message_pump_libevent.h',
1210 'metrics/field_trial.cc', 1211 'metrics/field_trial.cc',
1211 'metrics/field_trial.h', 1212 'metrics/field_trial.h',
1212 'posix/file_descriptor_shuffle.cc', 1213 'posix/file_descriptor_shuffle.cc',
1213 'posix/file_descriptor_shuffle.h', 1214 'posix/file_descriptor_shuffle.h',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/isolate.gypi', 1717 '../build/isolate.gypi',
1717 ], 1718 ],
1718 'sources': [ 1719 'sources': [
1719 'base_unittests.isolate', 1720 'base_unittests.isolate',
1720 ], 1721 ],
1721 }, 1722 },
1722 ], 1723 ],
1723 }], 1724 }],
1724 ], 1725 ],
1725 } 1726 }
OLDNEW
« no previous file with comments | « no previous file | base/base_paths_win.h » ('j') | chrome/app/chrome_crash_reporter_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698