Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 2e42f4a885202eda999d18b815f9dfebedc9865b..6dd46d91dce6ffcee831868eaf5c809a133a5a0c 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -336,6 +336,13 @@ |
'includes': [ '../build/grit_action.gypi' ], |
}, |
{ |
+ 'action_name': 'workers_resources', |
+ 'variables': { |
+ 'grit_grd_file': 'browser/resources/workers_resources.grd', |
+ }, |
+ 'includes': [ '../build/grit_action.gypi' ], |
+ }, |
+ { |
'action_name': 'devtools_resources', |
# This can't use ../build/grit_action.gypi because the grd file |
# is generated a build time, so the trick of using grit_info to get |
@@ -1258,6 +1265,7 @@ |
'<(grit_out_dir)/quota_internals_resources.pak', |
'<(grit_out_dir)/shared_resources.pak', |
'<(grit_out_dir)/sync_internals_resources.pak', |
+ '<(grit_out_dir)/workers_resources.pak', |
], |
}, |
'inputs': [ |