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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12090096: Split DumpWithoutCrashing() into a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 7 years, 10 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/browser/metrics/thread_watcher.cc ('k') | chrome/common/dump_without_crashing.h » ('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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'common/content_settings_pattern.cc', 122 'common/content_settings_pattern.cc',
123 'common/content_settings_pattern.h', 123 'common/content_settings_pattern.h',
124 'common/content_settings_pattern_parser.cc', 124 'common/content_settings_pattern_parser.cc',
125 'common/content_settings_pattern_parser.h', 125 'common/content_settings_pattern_parser.h',
126 'common/content_settings_types.h', 126 'common/content_settings_types.h',
127 'common/crash_keys.cc', 127 'common/crash_keys.cc',
128 'common/crash_keys.h', 128 'common/crash_keys.h',
129 'common/custom_handlers/protocol_handler.cc', 129 'common/custom_handlers/protocol_handler.cc',
130 'common/custom_handlers/protocol_handler.h', 130 'common/custom_handlers/protocol_handler.h',
131 'common/descriptors_android.h', 131 'common/descriptors_android.h',
132 'common/dump_without_crashing.cc',
133 'common/dump_without_crashing.h',
132 'common/extensions/api/commands/commands_handler.cc', 134 'common/extensions/api/commands/commands_handler.cc',
133 'common/extensions/api/commands/commands_handler.h', 135 'common/extensions/api/commands/commands_handler.h',
134 'common/extensions/api/extension_action/browser_action_handler.cc', 136 'common/extensions/api/extension_action/browser_action_handler.cc',
135 'common/extensions/api/extension_action/browser_action_handler.h', 137 'common/extensions/api/extension_action/browser_action_handler.h',
136 'common/extensions/api/extension_action/script_badge_handler.cc', 138 'common/extensions/api/extension_action/script_badge_handler.cc',
137 'common/extensions/api/extension_action/script_badge_handler.h', 139 'common/extensions/api/extension_action/script_badge_handler.h',
138 'common/extensions/api/extension_action/action_info.cc', 140 'common/extensions/api/extension_action/action_info.cc',
139 'common/extensions/api/extension_action/action_info.h', 141 'common/extensions/api/extension_action/action_info.h',
140 'common/extensions/api/extension_api.cc', 142 'common/extensions/api/extension_api.cc',
141 'common/extensions/api/extension_api.h', 143 'common/extensions/api/extension_api.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'common/metrics/proto/user_action_event.proto', 681 'common/metrics/proto/user_action_event.proto',
680 ], 682 ],
681 'variables': { 683 'variables': {
682 'proto_in_dir': 'common/metrics/proto', 684 'proto_in_dir': 'common/metrics/proto',
683 'proto_out_dir': 'chrome/common/metrics/proto', 685 'proto_out_dir': 'chrome/common/metrics/proto',
684 }, 686 },
685 'includes': [ '../build/protoc.gypi' ], 687 'includes': [ '../build/protoc.gypi' ],
686 }, 688 },
687 ], 689 ],
688 } 690 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/thread_watcher.cc ('k') | chrome/common/dump_without_crashing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698