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

Unified Diff: extensions/common/BUILD.gn

Issue 586623002: Cleanup: Remove remaining generated extensions APIs on Android. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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/renderer/BUILD.gn ('k') | extensions/common/api/schemas.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index c71a7c6e1c9f900b0c7c3f8db059abe595552943..09e7edc2a6e75437e899999a078676489800a7e4 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -200,7 +200,6 @@ source_set("common") {
"//components/url_matcher",
"//content/public/common",
"//crypto",
- "//extensions/common/api",
"//extensions/strings",
"//ipc",
"//net",
@@ -221,6 +220,7 @@ source_set("common") {
deps += [
"//device/bluetooth",
"//device/usb",
+ "//extensions/common/api",
]
} else {
sources -= [
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | extensions/common/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698