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

Unified Diff: content/app/resources/content_resources.gyp

Issue 475223004: Add the BUILD files for content_resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: content/app/resources/content_resources.gyp
diff --git a/webkit/glue/resources/webkit_resources.gyp b/content/app/resources/content_resources.gyp
similarity index 62%
copy from webkit/glue/resources/webkit_resources.gyp
copy to content/app/resources/content_resources.gyp
index 7d34e0df4fac43f1e5dc289573987f27c958d76d..f47eb9e900a17f9c11dee58a204b0d2163f43031 100644
--- a/webkit/glue/resources/webkit_resources.gyp
+++ b/content/app/resources/content_resources.gyp
@@ -5,17 +5,17 @@
{
'targets': [
{
- # GN version: //webkit/glue/resources
- 'target_name': 'webkit_resources',
+ # GN version: //content/app/resources
+ 'target_name': 'content_resources',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/',
},
'actions': [
{
- 'action_name': 'generate_webkit_resources',
+ 'action_name': 'generate_content_resources',
'variables': {
- 'grit_grd_file': 'webkit_resources.grd',
+ 'grit_grd_file': 'content_resources.grd',
},
'includes': [ '../../../build/grit_action.gypi' ],
},
« content/app/resources/BUILD.gn ('K') | « content/app/resources/content_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698