summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--athena/resources/athena_resources.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/athena/resources/athena_resources.gyp b/athena/resources/athena_resources.gyp
index 16b8562..526c683 100644
--- a/athena/resources/athena_resources.gyp
+++ b/athena/resources/athena_resources.gyp
@@ -14,6 +14,8 @@
'../../apps/shell/app_shell.gyp:app_shell_pak',
'../../ash/ash_resources.gyp:ash_resources',
'../../content/content_resources.gyp:content_resources',
+ '../../webkit/webkit_resources.gyp:webkit_resources',
+ '../../webkit/webkit_resources.gyp:webkit_strings',
],
'actions': [{
'action_name': 'repack_athena_pack',
@@ -22,6 +24,8 @@
'<(PRODUCT_DIR)/app_shell.pak',
'<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
],
'pak_output': '<(PRODUCT_DIR)/athena_resources.pak',
},