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

Side by Side Diff: content/content_browser.gypi

Issue 1009583004: Add UMA histograms and logging for bad IPC message handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'public/browser/android/content_view_core.h', 56 'public/browser/android/content_view_core.h',
57 'public/browser/android/content_view_layer_renderer.h', 57 'public/browser/android/content_view_layer_renderer.h',
58 'public/browser/android/devtools_auth.h', 58 'public/browser/android/devtools_auth.h',
59 'public/browser/android/download_controller_android.h', 59 'public/browser/android/download_controller_android.h',
60 'public/browser/android/external_video_surface_container.h', 60 'public/browser/android/external_video_surface_container.h',
61 'public/browser/android/synchronous_compositor.h', 61 'public/browser/android/synchronous_compositor.h',
62 'public/browser/android/synchronous_compositor_client.h', 62 'public/browser/android/synchronous_compositor_client.h',
63 'public/browser/appcache_service.h', 63 'public/browser/appcache_service.h',
64 'public/browser/ax_event_notification_details.cc', 64 'public/browser/ax_event_notification_details.cc',
65 'public/browser/ax_event_notification_details.h', 65 'public/browser/ax_event_notification_details.h',
66 'public/browser/bad_message.h',
66 'public/browser/blob_handle.h', 67 'public/browser/blob_handle.h',
67 'public/browser/browser_accessibility_state.h', 68 'public/browser/browser_accessibility_state.h',
68 'public/browser/browser_child_process_host.h', 69 'public/browser/browser_child_process_host.h',
69 'public/browser/browser_child_process_host_delegate.cc', 70 'public/browser/browser_child_process_host_delegate.cc',
70 'public/browser/browser_child_process_host_delegate.h', 71 'public/browser/browser_child_process_host_delegate.h',
71 'public/browser/browser_child_process_host_iterator.cc', 72 'public/browser/browser_child_process_host_iterator.cc',
72 'public/browser/browser_child_process_host_iterator.h', 73 'public/browser/browser_child_process_host_iterator.h',
73 'public/browser/browser_child_process_observer.cc', 74 'public/browser/browser_child_process_observer.cc',
74 'public/browser/browser_child_process_observer.h', 75 'public/browser/browser_child_process_observer.h',
75 'public/browser/browser_context.h', 76 'public/browser/browser_context.h',
(...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 'browser/media/media_web_contents_observer.h', 1983 'browser/media/media_web_contents_observer.h',
1983 ], 1984 ],
1984 }], 1985 }],
1985 ['OS == "linux" and use_openssl==1', { 1986 ['OS == "linux" and use_openssl==1', {
1986 'dependencies': [ 1987 'dependencies': [
1987 '../third_party/boringssl/boringssl.gyp:boringssl', 1988 '../third_party/boringssl/boringssl.gyp:boringssl',
1988 ], 1989 ],
1989 }], 1990 }],
1990 ], 1991 ],
1991 } 1992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698