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

Side by Side Diff: content/content_common.gypi

Issue 10908078: Code to collect issue 97285 debugging info for crash reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 22 matching lines...) Expand all
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 'public/common/bindings_policy.h', 35 'public/common/bindings_policy.h',
36 'public/common/child_process_host.h', 36 'public/common/child_process_host.h',
37 'public/common/child_process_host_delegate.cc', 37 'public/common/child_process_host_delegate.cc',
38 'public/common/child_process_host_delegate.h', 38 'public/common/child_process_host_delegate.h',
39 'public/common/child_process_sandbox_support_linux.h', 39 'public/common/child_process_sandbox_support_linux.h',
40 'public/common/compositor_util.h', 40 'public/common/compositor_util.h',
41 'public/common/content_constants.cc', 41 'public/common/content_constants.cc',
42 'public/common/content_constants.h', 42 'public/common/content_constants.h',
43 'public/common/content_debug_logging.h',
43 'public/common/content_descriptors.h', 44 'public/common/content_descriptors.h',
44 'public/common/content_paths.h', 45 'public/common/content_paths.h',
45 'public/common/content_restriction.h', 46 'public/common/content_restriction.h',
46 'public/common/content_switches.cc', 47 'public/common/content_switches.cc',
47 'public/common/content_switches.h', 48 'public/common/content_switches.h',
48 'public/common/context_menu_params.cc', 49 'public/common/context_menu_params.cc',
49 'public/common/context_menu_params.h', 50 'public/common/context_menu_params.h',
50 'public/common/console_message_level.h', 51 'public/common/console_message_level.h',
51 'public/common/dx_diag_node.cc', 52 'public/common/dx_diag_node.cc',
52 'public/common/dx_diag_node.h', 53 'public/common/dx_diag_node.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'common/child_process_sandbox_support_impl_shm_linux.cc', 143 'common/child_process_sandbox_support_impl_shm_linux.cc',
143 'common/child_thread.cc', 144 'common/child_thread.cc',
144 'common/child_thread.h', 145 'common/child_thread.h',
145 'common/child_trace_message_filter.cc', 146 'common/child_trace_message_filter.cc',
146 'common/child_trace_message_filter.h', 147 'common/child_trace_message_filter.h',
147 'common/clipboard_messages.cc', 148 'common/clipboard_messages.cc',
148 'common/clipboard_messages.h', 149 'common/clipboard_messages.h',
149 'common/compositor_util.cc', 150 'common/compositor_util.cc',
150 'common/content_constants_internal.cc', 151 'common/content_constants_internal.cc',
151 'common/content_constants_internal.h', 152 'common/content_constants_internal.h',
153 'common/content_debug_logging.cc',
152 'common/content_export.h', 154 'common/content_export.h',
153 'common/content_message_generator.cc', 155 'common/content_message_generator.cc',
154 'common/content_message_generator.h', 156 'common/content_message_generator.h',
155 'common/content_paths.cc', 157 'common/content_paths.cc',
156 'common/css_colors.h', 158 'common/css_colors.h',
157 'common/database_messages.h', 159 'common/database_messages.h',
158 'common/database_util.cc', 160 'common/database_util.cc',
159 'common/database_util.h', 161 'common/database_util.h',
160 'common/db_message_filter.cc', 162 'common/db_message_filter.cc',
161 'common/db_message_filter.h', 163 'common/db_message_filter.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../build/extract_from_cab.py', 519 '../build/extract_from_cab.py',
518 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 520 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
519 '<(output)', 521 '<(output)',
520 '<(PRODUCT_DIR)', 522 '<(PRODUCT_DIR)',
521 ], 523 ],
522 }, 524 },
523 ] 525 ]
524 }] 526 }]
525 ], 527 ],
526 } 528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698