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

Side by Side Diff: chrome/chrome_common.gypi

Issue 99523009: Move DumpProcessWithoutCrash to base, so we can use it from net and content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'common/content_settings_pattern.cc', 105 'common/content_settings_pattern.cc',
106 'common/content_settings_pattern.h', 106 'common/content_settings_pattern.h',
107 'common/content_settings_pattern_parser.cc', 107 'common/content_settings_pattern_parser.cc',
108 'common/content_settings_pattern_parser.h', 108 'common/content_settings_pattern_parser.h',
109 'common/content_settings_types.h', 109 'common/content_settings_types.h',
110 'common/crash_keys.cc', 110 'common/crash_keys.cc',
111 'common/crash_keys.h', 111 'common/crash_keys.h',
112 'common/custom_handlers/protocol_handler.cc', 112 'common/custom_handlers/protocol_handler.cc',
113 'common/custom_handlers/protocol_handler.h', 113 'common/custom_handlers/protocol_handler.h',
114 'common/descriptors_android.h', 114 'common/descriptors_android.h',
115 'common/dump_without_crashing.cc',
116 'common/dump_without_crashing.h',
117 'common/encrypted_media_messages_android.h', 115 'common/encrypted_media_messages_android.h',
118 'common/extensions/api/commands/commands_handler.cc', 116 'common/extensions/api/commands/commands_handler.cc',
119 'common/extensions/api/commands/commands_handler.h', 117 'common/extensions/api/commands/commands_handler.h',
120 'common/extensions/api/extension_action/action_info.cc', 118 'common/extensions/api/extension_action/action_info.cc',
121 'common/extensions/api/extension_action/action_info.h', 119 'common/extensions/api/extension_action/action_info.h',
122 'common/extensions/api/extension_action/browser_action_handler.cc', 120 'common/extensions/api/extension_action/browser_action_handler.cc',
123 'common/extensions/api/extension_action/browser_action_handler.h', 121 'common/extensions/api/extension_action/browser_action_handler.h',
124 'common/extensions/api/extension_action/page_action_handler.cc', 122 'common/extensions/api/extension_action/page_action_handler.cc',
125 'common/extensions/api/extension_action/page_action_handler.h', 123 'common/extensions/api/extension_action/page_action_handler.h',
126 'common/extensions/api/extension_action/script_badge_handler.cc', 124 'common/extensions/api/extension_action/script_badge_handler.cc',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/metrics/proto/user_action_event.proto', 758 'common/metrics/proto/user_action_event.proto',
761 ], 759 ],
762 'variables': { 760 'variables': {
763 'proto_in_dir': 'common/metrics/proto', 761 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto', 762 'proto_out_dir': 'chrome/common/metrics/proto',
765 }, 763 },
766 'includes': [ '../build/protoc.gypi' ], 764 'includes': [ '../build/protoc.gypi' ],
767 }, 765 },
768 ], 766 ],
769 } 767 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc ('k') | chrome/common/dump_without_crashing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698