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

Unified Diff: ios/chrome/ios_chrome_resources.gyp

Issue 1452593002: Add support for building "ios_chrome_unittests" with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_gfx
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
Index: ios/chrome/ios_chrome_resources.gyp
diff --git a/ios/chrome/ios_chrome_resources.gyp b/ios/chrome/ios_chrome_resources.gyp
index d23d4eb9afdf6b4f824a1e82ecbac19ffea22781..d085be8dab6fd70517052cec36c5689f376d9859 100644
--- a/ios/chrome/ios_chrome_resources.gyp
+++ b/ios/chrome/ios_chrome_resources.gyp
@@ -40,11 +40,13 @@
],
},
{
+ # GN version: //ios/chrome/app/strings
'target_name': 'ios_strings_gen',
'type': 'none',
'hard_dependency': 1,
'actions': [
{
+ # GN version: //ios/chrome/app/strings:ios_locale_settings
'action_name': 'generate_ios_locale_settings',
'variables': {
'grit_whitelist': '',
@@ -53,6 +55,7 @@
'includes': [ '../../build/grit_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/strings:ios_strings
'action_name': 'generate_ios_strings',
'variables': {
'grit_whitelist': '',
@@ -61,6 +64,7 @@
'includes': [ '../../build/grit_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/strings:ios_chromium_strings
'action_name': 'generate_ios_chromium_strings',
'variables': {
'grit_whitelist': '',
@@ -69,6 +73,7 @@
'includes': [ '../../build/grit_action.gypi' ],
},
{
+ # GN version: //ios/chrome/app/strings:ios_google_chrome_strings
'action_name': 'generate_ios_google_chrome_strings',
'variables': {
'grit_whitelist': '',
@@ -91,6 +96,7 @@
}
},
{
+ # GN version: //ios/chrome/app/theme
'target_name': 'ios_theme_resources_gen',
'type': 'none',
'hard_dependency': 1,

Powered by Google App Engine
This is Rietveld 408576698