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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sign crashpad_handler Created 5 years, 9 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
« no previous file with comments | « chrome/browser/ui/cocoa/first_run_dialog.mm ('k') | chrome/chrome_dll.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 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'browser/component_updater/recovery_component_installer.cc', 283 'browser/component_updater/recovery_component_installer.cc',
284 'browser/component_updater/recovery_component_installer.h', 284 'browser/component_updater/recovery_component_installer.h',
285 'browser/component_updater/supervised_user_whitelist_installer.cc', 285 'browser/component_updater/supervised_user_whitelist_installer.cc',
286 'browser/component_updater/supervised_user_whitelist_installer.h', 286 'browser/component_updater/supervised_user_whitelist_installer.h',
287 'browser/component_updater/sw_reporter_installer_win.cc', 287 'browser/component_updater/sw_reporter_installer_win.cc',
288 'browser/component_updater/sw_reporter_installer_win.h', 288 'browser/component_updater/sw_reporter_installer_win.h',
289 'browser/component_updater/swiftshader_component_installer.cc', 289 'browser/component_updater/swiftshader_component_installer.cc',
290 'browser/component_updater/swiftshader_component_installer.h', 290 'browser/component_updater/swiftshader_component_installer.h',
291 'browser/crash_upload_list.cc', 291 'browser/crash_upload_list.cc',
292 'browser/crash_upload_list.h', 292 'browser/crash_upload_list.h',
293 'browser/crash_upload_list_mac.cc',
294 'browser/crash_upload_list_mac.h',
293 'browser/crash_upload_list_win.cc', 295 'browser/crash_upload_list_win.cc',
294 'browser/crash_upload_list_win.h', 296 'browser/crash_upload_list_win.h',
295 'browser/custom_handlers/protocol_handler_registry.cc', 297 'browser/custom_handlers/protocol_handler_registry.cc',
296 'browser/custom_handlers/protocol_handler_registry.h', 298 'browser/custom_handlers/protocol_handler_registry.h',
297 'browser/custom_handlers/protocol_handler_registry_factory.cc', 299 'browser/custom_handlers/protocol_handler_registry_factory.cc',
298 'browser/custom_handlers/protocol_handler_registry_factory.h', 300 'browser/custom_handlers/protocol_handler_registry_factory.h',
299 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', 301 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
300 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', 302 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
301 'browser/custom_handlers/register_protocol_handler_permission_request.cc', 303 'browser/custom_handlers/register_protocol_handler_permission_request.cc',
302 'browser/custom_handlers/register_protocol_handler_permission_request.h', 304 'browser/custom_handlers/register_protocol_handler_permission_request.h',
(...skipping 3450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3753 'variables': { 3755 'variables': {
3754 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3756 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3755 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3757 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3756 }, 3758 },
3757 'includes': [ '../build/protoc.gypi' ] 3759 'includes': [ '../build/protoc.gypi' ]
3758 }, 3760 },
3759 ], 3761 ],
3760 },], 3762 },],
3761 ], 3763 ],
3762 } 3764 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/first_run_dialog.mm ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698