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

Unified Diff: apps/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 | « no previous file | apps/apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 25700b6663f5b20eb78ff8733e421a48d603c950..d46feaab856a7501c91bf94de77b4418be469792 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -50,7 +50,10 @@ static_library("apps") {
if (!enable_extensions) {
# When extensions are disabled, only the sizer file below is included.
- deps -= [ "//chrome/browser/extensions" ]
+ deps -= [
+ "//chrome/browser/extensions",
+ "//chrome/common/extensions/api:api",
+ ]
sources = []
}
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698