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

Unified Diff: chrome/chrome_renderer.gypi

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/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index abfb83cd8239c976a110b83996e3542f746838f1..229fdab994ae107613362ced00d8761150bb82bc 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -344,6 +344,9 @@
['enable_extensions==1', {
'dependencies': [
'../extensions/extensions.gyp:extensions_renderer',
+ # TODO(hclam): See crbug.com/298380 for details.
+ # We should isolate the APIs needed by the renderer.
+ '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
],
'sources': [
'<@(chrome_renderer_extensions_sources)',
@@ -409,13 +412,6 @@
}],
],
}],
- ['OS != "ios"', {
- 'dependencies': [
- # TODO(hclam): See crbug.com/298380 for details.
- # We should isolate the APIs needed by the renderer.
- '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
- ],
- }],
],
},
],
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698