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

Side by Side Diff: chrome/chrome.gyp

Issue 155238: Add the page url to plugin crashes to aid debugging. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/plugin_messages.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'common/app_cache/app_cache_dispatcher_host.h', 318 'common/app_cache/app_cache_dispatcher_host.h',
319 'common/automation_constants.cc', 319 'common/automation_constants.cc',
320 'common/automation_constants.h', 320 'common/automation_constants.h',
321 'common/bindings_policy.h', 321 'common/bindings_policy.h',
322 'common/child_process.cc', 322 'common/child_process.cc',
323 'common/child_process.h', 323 'common/child_process.h',
324 'common/child_process_host.cc', 324 'common/child_process_host.cc',
325 'common/child_process_host.h', 325 'common/child_process_host.h',
326 'common/child_process_info.cc', 326 'common/child_process_info.cc',
327 'common/child_process_info.h', 327 'common/child_process_info.h',
328 'common/child_process_logging.h',
329 'common/child_process_logging_linux.cc',
330 'common/child_process_logging_mac.mm',
331 'common/child_process_logging_win.cc',
328 'common/child_thread.cc', 332 'common/child_thread.cc',
329 'common/child_thread.h', 333 'common/child_thread.h',
330 'common/chrome_constants.cc', 334 'common/chrome_constants.cc',
331 'common/chrome_constants.h', 335 'common/chrome_constants.h',
332 'common/chrome_counters.cc', 336 'common/chrome_counters.cc',
333 'common/chrome_counters.h', 337 'common/chrome_counters.h',
334 'common/chrome_paths.cc', 338 'common/chrome_paths.cc',
335 'common/chrome_paths.h', 339 'common/chrome_paths.h',
336 'common/chrome_paths_internal.h', 340 'common/chrome_paths_internal.h',
337 'common/chrome_paths_linux.cc', 341 'common/chrome_paths_linux.cc',
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 'renderer/render_process.h', 2321 'renderer/render_process.h',
2318 'renderer/render_thread.cc', 2322 'renderer/render_thread.cc',
2319 'renderer/render_thread.h', 2323 'renderer/render_thread.h',
2320 'renderer/render_view.cc', 2324 'renderer/render_view.cc',
2321 'renderer/render_view.h', 2325 'renderer/render_view.h',
2322 'renderer/render_widget.cc', 2326 'renderer/render_widget.cc',
2323 'renderer/render_widget.h', 2327 'renderer/render_widget.h',
2324 'renderer/renderer_glue.cc', 2328 'renderer/renderer_glue.cc',
2325 'renderer/renderer_histogram_snapshots.cc', 2329 'renderer/renderer_histogram_snapshots.cc',
2326 'renderer/renderer_histogram_snapshots.h', 2330 'renderer/renderer_histogram_snapshots.h',
2327 'renderer/renderer_logging.h',
2328 'renderer/renderer_logging_linux.cc',
2329 'renderer/renderer_logging_mac.mm',
2330 'renderer/renderer_logging_win.cc',
2331 'renderer/renderer_main.cc', 2331 'renderer/renderer_main.cc',
2332 'renderer/renderer_main_platform_delegate.h', 2332 'renderer/renderer_main_platform_delegate.h',
2333 'renderer/renderer_main_platform_delegate_linux.cc', 2333 'renderer/renderer_main_platform_delegate_linux.cc',
2334 'renderer/renderer_main_platform_delegate_mac.mm', 2334 'renderer/renderer_main_platform_delegate_mac.mm',
2335 'renderer/renderer_main_platform_delegate_win.cc', 2335 'renderer/renderer_main_platform_delegate_win.cc',
2336 'renderer/renderer_sandbox_support_linux.cc', 2336 'renderer/renderer_sandbox_support_linux.cc',
2337 'renderer/renderer_sandbox_support_linux.h', 2337 'renderer/renderer_sandbox_support_linux.h',
2338 'renderer/renderer_webkitclient_impl.cc', 2338 'renderer/renderer_webkitclient_impl.cc',
2339 'renderer/renderer_webkitclient_impl.h', 2339 'renderer/renderer_webkitclient_impl.h',
2340 'renderer/user_script_slave.cc', 2340 'renderer/user_script_slave.cc',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 'browser/tabs/tab_strip_model_unittest.cc', 3580 'browser/tabs/tab_strip_model_unittest.cc',
3581 'browser/task_manager_unittest.cc', 3581 'browser/task_manager_unittest.cc',
3582 'browser/theme_resources_util_unittest.cc', 3582 'browser/theme_resources_util_unittest.cc',
3583 'browser/utility_process_host_unittest.cc', 3583 'browser/utility_process_host_unittest.cc',
3584 'browser/views/bookmark_context_menu_test.cc', 3584 'browser/views/bookmark_context_menu_test.cc',
3585 'browser/views/bookmark_editor_view_unittest.cc', 3585 'browser/views/bookmark_editor_view_unittest.cc',
3586 'browser/visitedlink_unittest.cc', 3586 'browser/visitedlink_unittest.cc',
3587 'browser/webdata/web_database_unittest.cc', 3587 'browser/webdata/web_database_unittest.cc',
3588 'browser/window_sizer_unittest.cc', 3588 'browser/window_sizer_unittest.cc',
3589 'common/bzip2_unittest.cc', 3589 'common/bzip2_unittest.cc',
3590 'common/child_process_logging_mac_unittest.mm',
3590 'common/chrome_plugin_unittest.cc', 3591 'common/chrome_plugin_unittest.cc',
3591 'common/extensions/extension_unittest.cc', 3592 'common/extensions/extension_unittest.cc',
3592 'common/extensions/url_pattern_unittest.cc', 3593 'common/extensions/url_pattern_unittest.cc',
3593 'common/extensions/user_script_unittest.cc', 3594 'common/extensions/user_script_unittest.cc',
3594 'common/file_descriptor_set_unittest.cc', 3595 'common/file_descriptor_set_unittest.cc',
3595 'common/important_file_writer_unittest.cc', 3596 'common/important_file_writer_unittest.cc',
3596 'common/ipc_message_unittest.cc', 3597 'common/ipc_message_unittest.cc',
3597 'common/ipc_sync_channel_unittest.cc', 3598 'common/ipc_sync_channel_unittest.cc',
3598 'common/ipc_sync_message_unittest.cc', 3599 'common/ipc_sync_message_unittest.cc',
3599 'common/ipc_sync_message_unittest.h', 3600 'common/ipc_sync_message_unittest.h',
(...skipping 11 matching lines...) Expand all
3611 'renderer/audio_message_filter_unittest.cc', 3612 'renderer/audio_message_filter_unittest.cc',
3612 'renderer/extensions/extension_api_client_unittest.cc', 3613 'renderer/extensions/extension_api_client_unittest.cc',
3613 'renderer/extensions/greasemonkey_api_unittest.cc', 3614 'renderer/extensions/greasemonkey_api_unittest.cc',
3614 'renderer/extensions/json_schema_unittest.cc', 3615 'renderer/extensions/json_schema_unittest.cc',
3615 'renderer/net/render_dns_master_unittest.cc', 3616 'renderer/net/render_dns_master_unittest.cc',
3616 'renderer/net/render_dns_queue_unittest.cc', 3617 'renderer/net/render_dns_queue_unittest.cc',
3617 'renderer/render_process_unittest.cc', 3618 'renderer/render_process_unittest.cc',
3618 'renderer/render_thread_unittest.cc', 3619 'renderer/render_thread_unittest.cc',
3619 'renderer/render_view_unittest.cc', 3620 'renderer/render_view_unittest.cc',
3620 'renderer/render_widget_unittest.cc', 3621 'renderer/render_widget_unittest.cc',
3621 'renderer/renderer_logging_mac_unittest.mm',
3622 'renderer/renderer_main_unittest.cc', 3622 'renderer/renderer_main_unittest.cc',
3623 'test/browser_with_test_window_test.cc', 3623 'test/browser_with_test_window_test.cc',
3624 'test/browser_with_test_window_test.h', 3624 'test/browser_with_test_window_test.h',
3625 'test/file_test_utils.h', 3625 'test/file_test_utils.h',
3626 'test/file_test_utils.cc', 3626 'test/file_test_utils.cc',
3627 'test/render_view_test.cc', 3627 'test/render_view_test.cc',
3628 'test/render_view_test.h', 3628 'test/render_view_test.h',
3629 'test/test_notification_tracker.cc', 3629 'test/test_notification_tracker.cc',
3630 'test/test_notification_tracker.h', 3630 'test/test_notification_tracker.h',
3631 'test/v8_unit_test.cc', 3631 'test/v8_unit_test.cc',
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
4894 # Use outputs of this action as inputs for the main target build. 4894 # Use outputs of this action as inputs for the main target build.
4895 # Seems as a misnomer but makes this happy on Linux (scons). 4895 # Seems as a misnomer but makes this happy on Linux (scons).
4896 'process_outputs_as_sources': 1, 4896 'process_outputs_as_sources': 1,
4897 }, 4897 },
4898 ], # 'actions' 4898 ], # 'actions'
4899 }, 4899 },
4900 ] 4900 ]
4901 }], 4901 }],
4902 ], # 'conditions' 4902 ], # 'conditions'
4903 } 4903 }
OLDNEW
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698