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

Unified Diff: chrome/chrome_resources.gyp

Issue 985533002: Set up serving infrastructure for c/b/r/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 09eeac1efce1c8171f4b6d3df26c40cfbcfcd63d..49018c56e28722a3eebfa71d43c47e3793fc5478 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -100,6 +100,14 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ {
+ # GN version: //chrome/browser/resources:settings_resources
+ 'action_name': 'generate_settings_resources',
+ 'variables': {
+ 'grit_grd_file': 'browser/resources/settings/settings_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
],
'copies': [
{

Powered by Google App Engine
This is Rietveld 408576698