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

Unified Diff: ui/app_list/resources/app_list_resources.gyp

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: ui/app_list/resources/app_list_resources.gyp
diff --git a/ui/views/resources/views_resources.gyp b/ui/app_list/resources/app_list_resources.gyp
similarity index 64%
copy from ui/views/resources/views_resources.gyp
copy to ui/app_list/resources/app_list_resources.gyp
index 1596f3621f6582314176eab32b08977df68e0434..95a40909a6fbc8e4029709db7eec921c5a1d35fc 100644
--- a/ui/views/resources/views_resources.gyp
+++ b/ui/app_list/resources/app_list_resources.gyp
@@ -8,16 +8,16 @@
},
'targets': [
{
- # GN version: //ui/views/resources
- 'target_name': 'views_resources',
+ # GN version: //ui/app_list/resources
+ 'target_name': 'app_list_resources',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/app_list/resources',
},
'actions': [{
- 'action_name': 'views_resources',
+ 'action_name': 'app_list_resources',
'variables': {
- 'grit_grd_file': 'views_resources.grd',
+ 'grit_grd_file': 'app_list_resources.grd',
},
'includes': [ '../../../build/grit_action.gypi' ],
}],

Powered by Google App Engine
This is Rietveld 408576698