Commit d5b7b50e authored by droger's avatar droger Committed by Commit bot

Add missing GYP hard dependency on components resources

BUG=576277

Review URL: https://codereview.chromium.org/1615823002

Cr-Commit-Position: refs/heads/master@{#370680}
parent d9a9181f
......@@ -45,6 +45,7 @@
# GN version: //components/resources:about_credits
'target_name': 'about_credits',
'type': 'none',
'hard_dependency': 1,
'actions': [
{
'variables': {
......@@ -61,7 +62,6 @@
'outputs': [
'<(about_credits_file)',
],
'hard_dependency': 1,
'action': ['python',
'<(generator_path)',
'credits',
......
......@@ -7,6 +7,7 @@
{
'target_name': 'components_strings',
'type': 'none',
'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment