Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423)
This commit is contained in:
parent
201d7ec4e7
commit
a8ab9ad4c1
1
cef.gyp
1
cef.gyp
|
@ -642,6 +642,7 @@
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
|
'<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
|
||||||
|
'<(DEPTH)/components/components_strings.gyp:components_strings',
|
||||||
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
|
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
|
||||||
'cef_strings',
|
'cef_strings',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue