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

Unified Diff: extensions/browser/api/BUILD.gn

Issue 2684393002: Update deps in extensions/browser/BUILD.gn to pass gn check. (Closed)
Patch Set: shorthand Created 3 years, 10 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 | « extensions/browser/BUILD.gn ('k') | extensions/browser/guest_view/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/BUILD.gn
diff --git a/extensions/browser/api/BUILD.gn b/extensions/browser/api/BUILD.gn
index 210a2ffc45a83ea77dc3f5d50d033acdc9ac364b..e33f50615686f589c3e212f4a45689f4e6d9f0ba 100644
--- a/extensions/browser/api/BUILD.gn
+++ b/extensions/browser/api/BUILD.gn
@@ -76,10 +76,28 @@ source_set("api") {
deps = [
"//base:i18n",
+ "//components/keyed_service/content:content",
"//content/public/browser",
+ "//content/public/common",
+ "//extensions/browser:browser_sources",
+ "//extensions/browser/guest_view",
+ "//extensions/common",
+ "//extensions/common/api",
"//extensions/strings",
]
+ # TODO(michaelpg): Move these deps to the individual APIs that require them.
+ deps += [
+ "//components/onc",
+ "//components/storage_monitor",
+ "//device/base",
+ "//device/bluetooth",
+ "//device/hid",
+ "//device/power_save_blocker",
+ "//device/serial",
+ "//device/usb",
+ ]
+
if (is_chromeos) {
public_deps += [
"//extensions/browser/api/clipboard",
@@ -88,6 +106,8 @@ source_set("api") {
"//extensions/browser/api/vpn_provider",
"//extensions/browser/api/webcam_private",
]
+
+ deps += [ "//chromeos" ]
}
}
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/guest_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698