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

Side by Side Diff: chrome/browser/DEPS

Issue 1413393003: Change WebRTC IP handling policy from multiple booleans to an enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address peter's comments. Created 5 years, 1 month 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 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "+components/user_manager", 112 "+components/user_manager",
113 "+components/user_prefs", 113 "+components/user_prefs",
114 "+components/version_info", 114 "+components/version_info",
115 "+components/web_cache/browser", 115 "+components/web_cache/browser",
116 "+components/web_modal", 116 "+components/web_modal",
117 "+components/web_resource", 117 "+components/web_resource",
118 "+components/webdata/common", 118 "+components/webdata/common",
119 "+components/webdata_services", 119 "+components/webdata_services",
120 "+components/webusb", 120 "+components/webusb",
121 "+content/public/browser", 121 "+content/public/browser",
122 "+content/public/renderer",
jochen (gone - plz use gerrit) 2015/10/26 15:43:56 browser can't depend on renderer. i'd propose to m
guoweis_left_chromium 2015/10/27 20:31:59 Done.
122 "+content/test/net", 123 "+content/test/net",
123 "+courgette", 124 "+courgette",
124 "+device/bluetooth", 125 "+device/bluetooth",
125 "+device/core", 126 "+device/core",
126 "+device/devices_app/usb", 127 "+device/devices_app/usb",
127 "+device/hid", 128 "+device/hid",
128 "+device/usb", 129 "+device/usb",
129 "+device/media_transfer_protocol", 130 "+device/media_transfer_protocol",
130 "+extensions/browser", 131 "+extensions/browser",
131 "+extensions/common", 132 "+extensions/common",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
200 "+third_party/WebKit/public/web/WebCache.h", 201 "+third_party/WebKit/public/web/WebCache.h",
201 "+third_party/WebKit/public/web/WebContextMenuData.h", 202 "+third_party/WebKit/public/web/WebContextMenuData.h",
202 "+third_party/WebKit/public/web/WebFindOptions.h", 203 "+third_party/WebKit/public/web/WebFindOptions.h",
203 "+third_party/WebKit/public/web/WebInputEvent.h", 204 "+third_party/WebKit/public/web/WebInputEvent.h",
204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
205 "+third_party/WebKit/public/web/WebPluginAction.h", 206 "+third_party/WebKit/public/web/WebPluginAction.h",
206 "+third_party/WebKit/public/web/WebTextDirection.h", 207 "+third_party/WebKit/public/web/WebTextDirection.h",
207 "+third_party/WebKit/public/web/WebWindowFeatures.h", 208 "+third_party/WebKit/public/web/WebWindowFeatures.h",
208 ] 209 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | content/renderer/media/webrtc/peer_connection_dependency_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698