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

Side by Side Diff: chrome/browser/ui/webui/DEPS

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 4 years, 8 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 | « chrome/browser/ui/views/DEPS ('k') | chrome/common/DEPS » ('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 "+components/invalidation",
3 "+components/onc",
4 "+components/proximity_auth",
5 "+device/bluetooth",
6 "+device/nfc",
7 "+sync/internal_api/public/sessions",
8 "+sync/internal_api/public/events",
Nicolas Zea 2016/04/04 20:13:35 swap with above?
Lei Zhang 2016/04/04 21:03:50 Done. Sorting is hard.
9 "+sync/internal_api/public/util/weak_handle.h",
10 "+sync/js",
11
2 # Generated files 12 # Generated files
3 "+js2webui/chrome/test/data", 13 "+js2webui/chrome/test/data",
4 14
5 "+sync/js",
6 "+sync/internal_api/public/sessions",
7 "+sync/internal_api/public/events",
8 "+sync/internal_api/public/util/weak_handle.h",
9
10 # Other libraries. 15 # Other libraries.
11 "+components/onc",
12 "+device/bluetooth",
13 "+device/nfc",
14 "+third_party/angle", # For ANGLE version. 16 "+third_party/angle", # For ANGLE version.
15 "+third_party/zlib/zlib.h", # For compression level constants. 17 "+third_party/zlib/zlib.h", # For compression level constants.
16 "+third_party/libaddressinput", # For i18n address input. 18 "+third_party/libaddressinput", # For i18n address input.
17 19
18 # DOM Distiller. 20 # DOM Distiller.
19 "+components/dom_distiller/core", 21 "+components/dom_distiller/core",
20 "+components/dom_distiller/webui", 22 "+components/dom_distiller/webui",
21
22 "+components/invalidation",
23 "+components/proximity_auth",
24 ] 23 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/DEPS ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698