diff options
-rw-r--r-- | apps/apps.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 5813a3d..ba6b52c 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -109,6 +109,8 @@ 'dependencies': [ 'apps', 'chrome_resources.gyp:packed_resources', + # For resources.pak for features JSON files. + 'chrome_resources.gyp:packed_extra_resources', 'test_support_common', '../base/base.gyp:base', '../base/base.gyp:base_prefs_test_support', |