diff options
author | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2015-10-30 16:28:22 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2015-10-30 17:56:09 +0000 |
commit | 045013ca246664df117ab6818894677b31197c81 (patch) | |
tree | 97816233ea53a5793697fb510135f062143f6860 /src/core | |
parent | c003ae7dfe1655e257fa1d607550d982e2e9b23f (diff) | |
download | qtwebengine-045013ca246664df117ab6818894677b31197c81.tar.gz |
Fix components strings dependencies
Compiling localized_error needs to depend on the components strings to
avoid a race-condition while building, and repack_locales needed to be
updated to include them into the our locales pak.
Change-Id: I3250b2bbad717f560eeaaf31d59e45167225191e
Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/chrome_qt.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/chrome_qt.gyp b/src/core/chrome_qt.gyp index 42f862115..2d2abe802 100644 --- a/src/core/chrome_qt.gyp +++ b/src/core/chrome_qt.gyp @@ -8,6 +8,7 @@ 'type': 'static_library', 'dependencies': [ 'chrome_resources', + '<(chromium_src_dir)/components/components_strings.gyp:components_strings', ], 'include_dirs': [ './', |