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

Unified Diff: ui/login/login.gyp

Issue 402403005: Move common account picker/user pod js/css/html out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge + move Created 6 years, 5 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 | « ui/login/display_manager.js ('k') | ui/login/login_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/login.gyp
diff --git a/ui/strings/ui_strings.gyp b/ui/login/login.gyp
similarity index 50%
copy from ui/strings/ui_strings.gyp
copy to ui/login/login.gyp
index 9f81946ea086d034852541113520c42a0d6f6a4b..28339f12ddb00edee98d63c15bb25c7b2517c194 100644
--- a/ui/strings/ui_strings.gyp
+++ b/ui/login/login.gyp
@@ -3,30 +3,32 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/login',
+ },
'targets': [
{
- 'target_name': 'ui_strings',
+ 'target_name': 'login_resources',
'type': 'none',
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/strings',
- },
'actions': [
{
- 'action_name': 'generate_ui_strings',
+ 'action_name': 'login_resources',
'variables': {
- 'grit_grd_file': 'ui_strings.grd',
+ 'grit_grd_file': 'login_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
},
+ ],
+ 'includes': [ '../../build/grit_target.gypi' ],
+ 'copies': [
{
- 'action_name': 'generate_app_locale_settings',
- 'variables': {
- 'grit_grd_file': 'app_locale_settings.grd',
- },
- 'includes': [ '../../build/grit_action.gypi' ],
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '<(SHARED_INTERMEDIATE_DIR)/ui/login/login_resources.pak',
+ ],
},
],
- 'includes': [ '../../build/grit_target.gypi' ],
},
],
}
« no previous file with comments | « ui/login/display_manager.js ('k') | ui/login/login_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698