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

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: rebase 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 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..38d38feeaffc53e08be8b3752e0b0a6f659f586c 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",
- "+sync/internal_api/public/sessions",
+ "+components/invalidation",
+ "+components/onc",
+ "+components/proximity_auth",
+ "+device/bluetooth",
+ "+device/nfc",
"+sync/internal_api/public/events",
+ "+sync/internal_api/public/sessions",
"+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