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

Unified Diff: chrome/browser/DEPS

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 8334c7cb54080cbb5914542ac00e545a7f03c3e0..07ae2a2124fac1a36e8469f73e726613e3c81df7 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -17,8 +17,8 @@ include_rules = [
"+device/bluetooth",
"+device/core",
"+device/hid",
- "+device/usb",
"+device/media_transfer_protocol",
+ "+device/usb",
"+extensions/browser",
"+extensions/common",
"+extensions/components/javascript_dialog_extensions_client",
@@ -35,15 +35,14 @@ include_rules = [
"+media/base", # For media switches
"+media/midi", # For midi switches
"+media/mojo", # For mojo media services.
- "+mojo/shell/public/cpp",
"+mojo/converters",
"+mojo/runner/child",
+ "+mojo/shell/public/cpp",
"+policy", # For generated headers and source
"+ppapi/c", # For various types.
"+ppapi/host",
"+ppapi/proxy",
"+ppapi/shared_impl",
- # Defines some types that are marshalled over IPC.
"+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
"+rlz",
"+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
@@ -57,6 +56,7 @@ include_rules = [
"+third_party/cros_system_api",
"+third_party/kasko",
"+win8/util",
+ # Defines some types that are marshalled over IPC.
# chrome only needs switches from cc. All usage of the compositor is from
# content. Definitely don't include generic stuff from cc/base here, if this

Powered by Google App Engine
This is Rietveld 408576698