Skip to content

Commit

Permalink
Remove more redundant DEPS rules in chrome/.
Browse files Browse the repository at this point in the history
Change-Id: I3fbfaa16293a577eae85037f91bd19c4c630c706
Reviewed-on: https://chromium-review.googlesource.com/1195741
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588574}
  • Loading branch information
leizleiz authored and Commit Bot committed Sep 4, 2018
1 parent 837ed04 commit bc830b8
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion chrome/app/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include_rules = [
"+chrome/browser",
"+chrome/child",
"+chrome/chrome_watcher",
"+chrome/common/chrome_features.h",
"+chrome/installer/util",
"+chrome/install_static",
"+chrome/gpu/chrome_content_gpu_client.h",
Expand Down
3 changes: 1 addition & 2 deletions chrome/browser/android/digital_asset_links/DEPS
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# It is likely that this code will eventually be shared across platforms, so
# excluding dependencies that would make this being a component impossible.
include_rules = [
"-content",
"-chrome",
"+base",
"-content",
"+content/public/test",
"+chrome/browser/android/digital_asset_links",
"+net",
Expand Down
5 changes: 1 addition & 4 deletions chrome/browser/bookmarks/DEPS
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
include_rules = [
"+chrome/browser",
"+chrome/common",
"+chrome/utility",
"+google_apis/gaia",
]

specific_include_rules = {
'.*test\.cc': [
"+chrome/test",
"+chrome/utility",
],
}
1 change: 0 additions & 1 deletion chrome/chrome_watcher/DEPS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include_rules = [
"+base",
"+chrome/install_static",
"+components/browser_watcher",
"+components/crash",
Expand Down
1 change: 0 additions & 1 deletion chrome/elevation_service/DEPS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include_rules = [
"+base",
"+chrome/install_static",
]
1 change: 0 additions & 1 deletion chrome/gpu/DEPS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include_rules = [
"+chrome/common",
"+components/arc/common",
"+components/arc/video_accelerator",
"+components/metrics",
Expand Down
1 change: 0 additions & 1 deletion chrome/install_static/test/DEPS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include_rules = [
"+base",
"+chrome/install_static",
]
4 changes: 0 additions & 4 deletions chrome/notification_helper/DEPS
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
include_rules = [
"+base",
"+chrome/common/chrome_constants.h",
"+chrome/common/chrome_switches.h",
"+chrome/common/chrome_version.h",
"+chrome/install_static",
"+chrome/installer/util",
"+components/crash/content/app/crashpad.h",
Expand Down

0 comments on commit bc830b8

Please sign in to comment.