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

Unified Diff: ios/chrome/ios_today_extension_resources.gyp

Issue 2014473004: [iOS/GN] Define targets to application extensions resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@{space-1}
Patch Set: Add reference to bug Created 4 years, 7 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 | « ios/chrome/ios_share_extension_resources.gyp ('k') | ios/chrome/share_extension/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_today_extension_resources.gyp
diff --git a/ios/chrome/ios_today_extension_resources.gyp b/ios/chrome/ios_today_extension_resources.gyp
index 519fb482177edc95372e60ebdadff5bdcf533262..90ac125e7c96e91971b6264a4e4c05813929b172 100644
--- a/ios/chrome/ios_today_extension_resources.gyp
+++ b/ios/chrome/ios_today_extension_resources.gyp
@@ -10,6 +10,7 @@
},
'targets': [
{
+ # GN version: //ios/chrome/today_extension:resources
'target_name': 'ios_today_extension_resources',
'type': 'none',
'dependencies': [
@@ -17,6 +18,7 @@
],
},
{
+ # GN version: //ios/chrome/today_extension/strings
'target_name': 'ios_today_extension_strings_gen',
'type': 'none',
'hard_dependency': 1,
@@ -43,6 +45,7 @@
}
},
{
+ # GN version: //ios/chrome/today_extension:packed_resources
'target_name': 'ios_today_extension_packed_resources',
'type': 'none',
'dependencies': [
« no previous file with comments | « ios/chrome/ios_share_extension_resources.gyp ('k') | ios/chrome/share_extension/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698