mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423)
This commit is contained in:
1
cef.gyp
1
cef.gyp
@@ -646,6 +646,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',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user