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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/DEPS ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/DEPS
diff --git a/chrome/browser/ui/webui/DEPS b/chrome/browser/ui/webui/DEPS
index 1c3fbd84e51a5fc53c933315278d4ce556456989..c65457126c7a3e444768db473018d0ed4727b1bb 100644
--- a/chrome/browser/ui/webui/DEPS
+++ b/chrome/browser/ui/webui/DEPS
@@ -1,16 +1,18 @@
include_rules = [
- # Generated files
- "+js2webui/chrome/test/data",
-
- "+sync/js",
+ "+components/invalidation",
+ "+components/onc",
+ "+components/proximity_auth",
+ "+device/bluetooth",
+ "+device/nfc",
"+sync/internal_api/public/sessions",
"+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.
"+sync/internal_api/public/util/weak_handle.h",
+ "+sync/js",
+
+ # Generated files
+ "+js2webui/chrome/test/data",
# Other libraries.
- "+components/onc",
- "+device/bluetooth",
- "+device/nfc",
"+third_party/angle", # For ANGLE version.
"+third_party/zlib/zlib.h", # For compression level constants.
"+third_party/libaddressinput", # For i18n address input.
@@ -18,7 +20,4 @@ include_rules = [
# DOM Distiller.
"+components/dom_distiller/core",
"+components/dom_distiller/webui",
-
- "+components/invalidation",
- "+components/proximity_auth",
]
« 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