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

Unified Diff: ui/app_list/app_list.gyp

Issue 1257223005: Move resources used by app_list into app_list/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 1ea28b140ca7a6e602822b6cce548f9f9f25132c..2565da9fc19de47ab5b9d94d678fef7953caf767 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -26,6 +26,7 @@
'../resources/ui_resources.gyp:ui_resources',
'../strings/ui_strings.gyp:ui_strings',
'../../third_party/icu/icu.gyp:icuuc',
+ 'resources/app_list_resources.gyp:app_list_resources',
],
'defines': [
'APP_LIST_IMPLEMENTATION',
@@ -229,7 +230,6 @@
'../../base/base.gyp:base',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
- '../resources/ui_resources.gyp:ui_resources',
'app_list',
],
'sources': [
@@ -257,6 +257,7 @@
'../resources/ui_resources.gyp:ui_test_pak',
'app_list',
'app_list_test_support',
+ 'resources/app_list_resources.gyp:app_list_resources',
],
'sources': [
# Note: sources list duplicated in GN build.

Powered by Google App Engine
This is Rietveld 408576698