Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423)

This commit is contained in:
Marshall Greenblatt
2015-03-19 18:37:37 -04:00
parent 5914c50a88
commit aaab7bdb35

View File

@ -646,6 +646,7 @@
'type': 'none',
'dependencies': [
'<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
'<(DEPTH)/components/components_strings.gyp:components_strings',
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
'cef_strings',
],