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

Side by Side Diff: chrome/browser/DEPS

Issue 1105083004: Switch audio hang monitor to default-off. Enable for non-beta,stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 7 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 | « no previous file | chrome/browser/chrome_browser_main.cc » ('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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "+extensions/components/javascript_dialog_extensions_client", 109 "+extensions/components/javascript_dialog_extensions_client",
110 "+extensions/grit", 110 "+extensions/grit",
111 "+extensions/test", 111 "+extensions/test",
112 "+gin", 112 "+gin",
113 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 113 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
114 "+google_apis", 114 "+google_apis",
115 "+google_update", 115 "+google_update",
116 "+grit", # TODO(thestig) Remove. For generated headers 116 "+grit", # TODO(thestig) Remove. For generated headers
117 "+installer_util_strings", # For generated headers 117 "+installer_util_strings", # For generated headers
118 "+jni", 118 "+jni",
119 "+media/audio", # For media audio hang monitor.
119 "+media/base", # For media switches 120 "+media/base", # For media switches
120 "+policy", # For generated headers and source 121 "+policy", # For generated headers and source
121 "+ppapi/c", # For various types. 122 "+ppapi/c", # For various types.
122 "+ppapi/host", 123 "+ppapi/host",
123 "+ppapi/proxy", 124 "+ppapi/proxy",
124 "+ppapi/shared_impl", 125 "+ppapi/shared_impl",
125 # Defines some types that are marshalled over IPC. 126 # Defines some types that are marshalled over IPC.
126 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 127 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
127 "+rlz", 128 "+rlz",
128 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 129 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 178 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
178 "+third_party/WebKit/public/web/WebCache.h", 179 "+third_party/WebKit/public/web/WebCache.h",
179 "+third_party/WebKit/public/web/WebContextMenuData.h", 180 "+third_party/WebKit/public/web/WebContextMenuData.h",
180 "+third_party/WebKit/public/web/WebFindOptions.h", 181 "+third_party/WebKit/public/web/WebFindOptions.h",
181 "+third_party/WebKit/public/web/WebInputEvent.h", 182 "+third_party/WebKit/public/web/WebInputEvent.h",
182 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 183 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
183 "+third_party/WebKit/public/web/WebPluginAction.h", 184 "+third_party/WebKit/public/web/WebPluginAction.h",
184 "+third_party/WebKit/public/web/WebTextDirection.h", 185 "+third_party/WebKit/public/web/WebTextDirection.h",
185 "+third_party/WebKit/public/web/WebWindowFeatures.h", 186 "+third_party/WebKit/public/web/WebWindowFeatures.h",
186 ] 187 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698