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

Side by Side Diff: content/content_common.gypi

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head Created 4 years, 5 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 | « components/nacl/broker/BUILD.gn ('k') | content/public/common/BUILD.gn » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'public/common/content_constants.h', 120 'public/common/content_constants.h',
121 'public/common/content_descriptors.h', 121 'public/common/content_descriptors.h',
122 'public/common/content_features.cc', 122 'public/common/content_features.cc',
123 'public/common/content_features.h', 123 'public/common/content_features.h',
124 'public/common/content_ipc_logging.h', 124 'public/common/content_ipc_logging.h',
125 'public/common/content_paths.h', 125 'public/common/content_paths.h',
126 'public/common/content_switches.cc', 126 'public/common/content_switches.cc',
127 'public/common/content_switches.h', 127 'public/common/content_switches.h',
128 'public/common/context_menu_params.cc', 128 'public/common/context_menu_params.cc',
129 'public/common/context_menu_params.h', 129 'public/common/context_menu_params.h',
130 'public/common/crash_keys.cc',
131 'public/common/crash_keys.h',
130 'public/common/drop_data.cc', 132 'public/common/drop_data.cc',
131 'public/common/drop_data.h', 133 'public/common/drop_data.h',
132 'public/common/favicon_url.cc', 134 'public/common/favicon_url.cc',
133 'public/common/favicon_url.h', 135 'public/common/favicon_url.h',
134 'public/common/file_chooser_file_info.cc', 136 'public/common/file_chooser_file_info.cc',
135 'public/common/file_chooser_file_info.h', 137 'public/common/file_chooser_file_info.h',
136 'public/common/file_chooser_params.cc', 138 'public/common/file_chooser_params.cc',
137 'public/common/file_chooser_params.h', 139 'public/common/file_chooser_params.h',
138 'public/common/frame_navigate_params.cc', 140 'public/common/frame_navigate_params.cc',
139 'public/common/frame_navigate_params.h', 141 'public/common/frame_navigate_params.h',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 ], 662 ],
661 }], 663 }],
662 ['enable_ipc_fuzzer==1', { 664 ['enable_ipc_fuzzer==1', {
663 'sources': [ 665 'sources': [
664 'common/external_ipc_dumper.cc', 666 'common/external_ipc_dumper.cc',
665 'common/external_ipc_dumper.h', 667 'common/external_ipc_dumper.h',
666 ], 668 ],
667 }], 669 }],
668 ], 670 ],
669 } 671 }
OLDNEW
« no previous file with comments | « components/nacl/broker/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698