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

Side by Side Diff: chrome/browser/DEPS

Issue 523743005: Fix HidService lifetime issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: where did that stupid line come from Created 6 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
« no previous file with comments | « no previous file | chrome/browser/chrome_device_client.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "+components/url_matcher", 72 "+components/url_matcher",
73 "+components/user_manager", 73 "+components/user_manager",
74 "+components/user_prefs", 74 "+components/user_prefs",
75 "+components/web_modal", 75 "+components/web_modal",
76 "+components/webdata/common", 76 "+components/webdata/common",
77 "+content/public/browser", 77 "+content/public/browser",
78 "+content/test/net", 78 "+content/test/net",
79 "+courgette", 79 "+courgette",
80 "+device/bluetooth", 80 "+device/bluetooth",
81 "+device/core", 81 "+device/core",
82 "+device/hid",
82 "+device/usb", 83 "+device/usb",
83 "+device/media_transfer_protocol", 84 "+device/media_transfer_protocol",
84 "+extensions/browser", 85 "+extensions/browser",
85 "+extensions/common", 86 "+extensions/common",
86 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 87 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
87 "+google_apis", 88 "+google_apis",
88 "+google_update", 89 "+google_update",
89 "+grit", # TODO(thestig) Remove. For generated headers 90 "+grit", # TODO(thestig) Remove. For generated headers
90 "+installer_util_strings", # For generated headers 91 "+installer_util_strings", # For generated headers
91 "+jni", 92 "+jni",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "+third_party/WebKit/public/web/WebCache.h", 154 "+third_party/WebKit/public/web/WebCache.h",
154 "+third_party/WebKit/public/web/WebContextMenuData.h", 155 "+third_party/WebKit/public/web/WebContextMenuData.h",
155 "+third_party/WebKit/public/web/WebFindOptions.h", 156 "+third_party/WebKit/public/web/WebFindOptions.h",
156 "+third_party/WebKit/public/web/WebInputEvent.h", 157 "+third_party/WebKit/public/web/WebInputEvent.h",
157 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 158 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
158 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 159 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
159 "+third_party/WebKit/public/web/WebPluginAction.h", 160 "+third_party/WebKit/public/web/WebPluginAction.h",
160 "+third_party/WebKit/public/web/WebTextDirection.h", 161 "+third_party/WebKit/public/web/WebTextDirection.h",
161 "+third_party/WebKit/public/web/WebWindowFeatures.h", 162 "+third_party/WebKit/public/web/WebWindowFeatures.h",
162 ] 163 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698