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

Side by Side Diff: chrome/browser/DEPS

Issue 10909241: Generate dumps for relevant renderers when users kill a hung pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dump&kill in blocking pool instead of on IO thread. 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
« no previous file with comments | « no previous file | chrome/browser/hang_monitor/hang_crash_dump_win.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 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
9 "+google_apis", 9 "+google_apis",
10 "+google_update", 10 "+google_update",
11 "+grit", # For generated headers 11 "+grit", # For generated headers
12 "+installer_util_strings", # For generated headers 12 "+installer_util_strings", # For generated headers
13 "+media/base", # For media switches 13 "+media/base", # For media switches
14 "+policy", # For generated headers and source 14 "+policy", # For generated headers and source
15 "+ppapi/c", # For various types. 15 "+ppapi/c", # For various types.
16 "+ppapi/host", 16 "+ppapi/host",
17 "+ppapi/proxy", 17 "+ppapi/proxy",
18 "+ppapi/shared_impl/api_id.h", 18 "+ppapi/shared_impl/api_id.h",
19 # Provide debug info for detecting inter-process pepper deadlocks.
20 # TODO(yzshen): Remove when enough information is collected and the hang rate
21 # of pepper/renderer processes is reduced.
22 "+ppapi/shared_impl/ppapi_message_tracker.h",
19 # Defines some types that are marshalled over IPC. 23 # Defines some types that are marshalled over IPC.
20 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 24 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
21 "+rlz", 25 "+rlz",
22 "+sandbox/linux", 26 "+sandbox/linux",
23 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 27 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
24 "+skia/ext", 28 "+skia/ext",
25 "+skia/include", 29 "+skia/include",
26 "+sync/api", # Sync API files. 30 "+sync/api", # Sync API files.
27 "+sync/notifier", # Sync invalidation API files. 31 "+sync/notifier", # Sync invalidation API files.
28 "+sync/protocol", # Sync protobuf files. 32 "+sync/protocol", # Sync protobuf files.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "+third_party/libjingle", 98 "+third_party/libjingle",
95 "+third_party/protobuf/src/google/protobuf", 99 "+third_party/protobuf/src/google/protobuf",
96 "+third_party/re2", 100 "+third_party/re2",
97 "+third_party/sqlite", 101 "+third_party/sqlite",
98 "+third_party/undoview", 102 "+third_party/undoview",
99 103
100 # FIXME: this is used by a browser_test. We need to find a better structure 104 # FIXME: this is used by a browser_test. We need to find a better structure
101 # for this include. 105 # for this include.
102 "!chrome/renderer/visitedlink_slave.h", 106 "!chrome/renderer/visitedlink_slave.h",
103 ] 107 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/hang_monitor/hang_crash_dump_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698