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 201d7ec4e7
commit a8ab9ad4c1
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,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',
],