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

Unified Diff: ios/chrome/ios_chrome_resources.gyp

Issue 2119433002: Convert "ios_packed_resources" gyp target to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/app/resources/ios_chrome_repack.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome_resources.gyp
diff --git a/ios/chrome/ios_chrome_resources.gyp b/ios/chrome/ios_chrome_resources.gyp
index 629551f905f9be521672f190f5f903022d1afe4b..b2116430d4760eff091267380b22a8aa6faa2ae3 100644
--- a/ios/chrome/ios_chrome_resources.gyp
+++ b/ios/chrome/ios_chrome_resources.gyp
@@ -118,6 +118,7 @@
},
},
{
+ # GN version: //ios/chrome/app/resources:packed_resources
'target_name': 'ios_packed_resources',
'type': 'none',
'dependencies': [
@@ -129,6 +130,7 @@
],
'actions': [
{
+ # GN version: //ios/chrome/app/resources:repack_locales
'action_name': 'repack_ios_locales',
'variables': {
'repack_locales_path': 'tools/build/ios_repack_locales.py',
@@ -157,6 +159,7 @@
],
},
{
+ # GN version: //ios/chrome/app/resources:repack_scalable_resources
'action_name': 'repack_ios_resources_100_percent',
'variables': {
'pak_inputs': [
@@ -169,6 +172,7 @@
'includes': [ '../../build/repack_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/resources:repack_scalable_resources
'action_name': 'repack_ios_resources_200_percent',
'variables': {
'pak_inputs': [
@@ -181,6 +185,7 @@
'includes': [ '../../build/repack_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/resources:repack_scalable_resources
'action_name': 'repack_ios_resources_300_percent',
'variables': {
'pak_inputs': [
@@ -193,6 +198,7 @@
'includes': [ '../../build/repack_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/resources:repack_unscaled_resources
'action_name': 'repack_ios_resources',
'variables': {
'pak_inputs': [
@@ -208,6 +214,7 @@
],
},
{
+ # GN version: //ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory
'target_name': 'ios_chrome_ui_string_overrider_factory_gen',
'type': 'none',
'hard_dependency': 1,
@@ -243,6 +250,7 @@
],
},
{
+ # GN version: //ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory
'target_name': 'ios_chrome_ui_string_overrider_factory',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « ios/chrome/app/resources/ios_chrome_repack.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698