| Index: ui/chromeos/ui_chromeos.gyp
|
| diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/chromeos/ui_chromeos.gyp
|
| index ea0c3dc4f6fe9949f971506d327bb27bf6736218..8e97eb91c12e98d617ade12c843f0f7a13f68f6c 100644
|
| --- a/ui/chromeos/ui_chromeos.gyp
|
| +++ b/ui/chromeos/ui_chromeos.gyp
|
| @@ -10,6 +10,7 @@
|
| {
|
| 'target_name': 'ui_chromeos_resources',
|
| 'type': 'none',
|
| + 'hard_dependency': 1,
|
| 'variables': {
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources',
|
| },
|
| @@ -27,6 +28,7 @@
|
| {
|
| 'target_name': 'ui_chromeos_strings',
|
| 'type': 'none',
|
| + 'hard_dependency': 1,
|
| 'variables': {
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings',
|
| },
|
|
|