From aaab7bdb35cd1e5c829ca824eec3def774d7706f Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 19 Mar 2015 18:37:37 -0400 Subject: [PATCH] Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423) --- cef.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/cef.gyp b/cef.gyp index 699500c3b..f04b1fc30 100644 --- a/cef.gyp +++ b/cef.gyp @@ -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', ],