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

Side by Side Diff: chrome/browser/DEPS

Issue 894683002: Mechanical change for updating the paths to Push-related Blink API files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 years, 10 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/services/gcm/push_messaging_service_impl.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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "+third_party/mozilla", # Mozilla interface headers. 153 "+third_party/mozilla", # Mozilla interface headers.
154 "+third_party/protobuf/src/google/protobuf", 154 "+third_party/protobuf/src/google/protobuf",
155 "+third_party/re2", 155 "+third_party/re2",
156 "+third_party/smhasher", 156 "+third_party/smhasher",
157 "+third_party/sqlite", 157 "+third_party/sqlite",
158 "+third_party/zlib", 158 "+third_party/zlib",
159 159
160 # No inclusion of WebKit from the browser, other than strictly enum/POD, 160 # No inclusion of WebKit from the browser, other than strictly enum/POD,
161 # header-only types, and some selected common code. 161 # header-only types, and some selected common code.
162 "-third_party/WebKit", 162 "-third_party/WebKit",
163 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
164 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 163 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
165 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 164 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
165 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
166 "+third_party/WebKit/public/web/WebCache.h", 166 "+third_party/WebKit/public/web/WebCache.h",
167 "+third_party/WebKit/public/web/WebContextMenuData.h", 167 "+third_party/WebKit/public/web/WebContextMenuData.h",
168 "+third_party/WebKit/public/web/WebFindOptions.h", 168 "+third_party/WebKit/public/web/WebFindOptions.h",
169 "+third_party/WebKit/public/web/WebInputEvent.h", 169 "+third_party/WebKit/public/web/WebInputEvent.h",
170 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 170 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
171 "+third_party/WebKit/public/web/WebPluginAction.h", 171 "+third_party/WebKit/public/web/WebPluginAction.h",
172 "+third_party/WebKit/public/web/WebTextDirection.h", 172 "+third_party/WebKit/public/web/WebTextDirection.h",
173 "+third_party/WebKit/public/web/WebWindowFeatures.h", 173 "+third_party/WebKit/public/web/WebWindowFeatures.h",
174 ] 174 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/services/gcm/push_messaging_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698