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

Unified Diff: chrome/renderer/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/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index c3a98cecc520bd00cef4cfcc8dc93be229f2f9fb..36d129defb0adc332d3053025d86bbdd877580e5 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -107,6 +107,9 @@ static_library("renderer") {
sources += rebase_path(gypi_values.chrome_renderer_extensions_sources,
".", "..")
deps += [
+ # TODO(hclam): See crbug.com/298380 for details.
+ # We should isolate the APIs needed by the renderer.
+ "//chrome/common/extensions/api",
"//extensions:extensions_resources",
"//extensions/renderer",
]
@@ -148,13 +151,6 @@ static_library("renderer") {
sources += rebase_path(gypi_values.chrome_renderer_non_android_sources,
".", "..")
}
- if (!is_ios) {
- deps += [
- # TODO(hclam): See crbug.com/298380 for details.
- # We should isolate the APIs needed by the renderer.
- "//chrome/common/extensions/api",
- ]
- }
# TODO(GYP)
# 'sources': [
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698