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

Unified Diff: components/translate.gypi

Issue 1441923003: Add gn implementation for //components/translate/ios/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history
Patch Set: Created 5 years, 1 month 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 | « components/components_tests.gyp ('k') | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 2b0e48f56d4c6f29c92a95ba9ac6e72631eab849..be9317b49072ae4f1e9e5570b41688f1774daabe 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -233,6 +233,7 @@
['OS == "ios"', {
'targets': [
{
+ # GN version: //components/translate/ios/browser
'target_name': 'translate_ios_browser',
'type': 'static_library',
'include_dirs': [
@@ -261,6 +262,7 @@
],
},
{
+ # GN version: //components/translate/ios/browser:injected_js
'target_name': 'translate_ios_injected_js',
'type': 'none',
'sources': [
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698