Chromium Code Reviews| Index: apps/apps.gypi |
| diff --git a/apps/apps.gypi b/apps/apps.gypi |
| index e0031fb090b58eae5c2bebc148648d224aaef17f..acf48a58bf25fc0e8a49cca76429888e06e2edbe 100644 |
| --- a/apps/apps.gypi |
| +++ b/apps/apps.gypi |
| @@ -103,11 +103,15 @@ |
| 'target_name': 'app_shell_pak', |
| 'type': 'none', |
| 'dependencies': [ |
| - # Need dev-tools related resources in shell_resources.pak and devtools_resources.pak. |
| + # Need dev-tools related resources in shell_resources.pak and |
| + # devtools_resources.pak. |
| '../content/content_shell_and_tests.gyp:generate_content_shell_resources', |
| '../content/browser/devtools/devtools_resources.gyp:devtools_resources', |
| # Need features JSON files in common_resources.pak. |
| 'chrome_resources.gyp:chrome_resources', |
| + # Need view::widget resources(such as minimize button, maximize |
| + # button, close button) in chrome_100_percent.pak. |
| + 'chrome_resources.gyp:packed_resources', |
|
tony
2014/03/03 18:30:30
Rather than depending on the target in chrome, you
|
| ], |
| 'variables': { |
| 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |