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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1067733006: Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at time of crash/termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review comments 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'browser/chrome_browser_main.h', 263 'browser/chrome_browser_main.h',
264 'browser/chrome_browser_main_android.cc', 264 'browser/chrome_browser_main_android.cc',
265 'browser/chrome_browser_main_android.h', 265 'browser/chrome_browser_main_android.h',
266 'browser/chrome_browser_main_extra_parts.h', 266 'browser/chrome_browser_main_extra_parts.h',
267 'browser/chrome_browser_main_linux.cc', 267 'browser/chrome_browser_main_linux.cc',
268 'browser/chrome_browser_main_linux.h', 268 'browser/chrome_browser_main_linux.h',
269 'browser/chrome_browser_main_mac.h', 269 'browser/chrome_browser_main_mac.h',
270 'browser/chrome_browser_main_mac.mm', 270 'browser/chrome_browser_main_mac.mm',
271 'browser/chrome_browser_main_win.cc', 271 'browser/chrome_browser_main_win.cc',
272 'browser/chrome_browser_main_win.h', 272 'browser/chrome_browser_main_win.h',
273 'browser/chrome_child_process_watcher.cc',
274 'browser/chrome_child_process_watcher.h',
273 'browser/chrome_content_browser_client.cc', 275 'browser/chrome_content_browser_client.cc',
274 'browser/chrome_content_browser_client.h', 276 'browser/chrome_content_browser_client.h',
275 'browser/chrome_content_browser_client_parts.h', 277 'browser/chrome_content_browser_client_parts.h',
276 'browser/chrome_elf_init_win.cc', 278 'browser/chrome_elf_init_win.cc',
277 'browser/chrome_elf_init_win.h', 279 'browser/chrome_elf_init_win.h',
278 'browser/chrome_net_benchmarking_message_filter.cc', 280 'browser/chrome_net_benchmarking_message_filter.cc',
279 'browser/chrome_net_benchmarking_message_filter.h', 281 'browser/chrome_net_benchmarking_message_filter.h',
280 'browser/chrome_notification_types.h', 282 'browser/chrome_notification_types.h',
281 'browser/chrome_quota_permission_context.cc', 283 'browser/chrome_quota_permission_context.cc',
282 'browser/chrome_quota_permission_context.h', 284 'browser/chrome_quota_permission_context.h',
(...skipping 3563 matching lines...) Expand 10 before | Expand all | Expand 10 after
3846 'variables': { 3848 'variables': {
3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3849 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3850 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3849 }, 3851 },
3850 'includes': [ '../build/protoc.gypi' ] 3852 'includes': [ '../build/protoc.gypi' ]
3851 }, 3853 },
3852 ], 3854 ],
3853 },], 3855 },],
3854 ], 3856 ],
3855 } 3857 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/plugin_metrics_provider.cc ('k') | chromecast/browser/metrics/cast_stability_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698