From: Piotr Tworek Date: Thu, 9 Apr 2015 07:55:48 +0000 (+0900) Subject: Add variations component dependency to chromium-ewk. X-Git-Tag: submit/tizen/20201118.160233~1012 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fe702528ef78b8059bd003cca20191a3749f7a2;p=platform%2Fframework%2Fweb%2Fchromium-efl.git Add variations component dependency to chromium-ewk. Variations component is used by password_manager, but components/password_manager.gypi does not actually list that dependency. This is a bug in an upstream gyp files that we can fortunately work around easily. Signed-off-by: Piotr Tworek --- diff --git a/tizen_src/ewk/efl_integration/efl_integration.gypi b/tizen_src/ewk/efl_integration/efl_integration.gypi index d546498..1a5096c 100644 --- a/tizen_src/ewk/efl_integration/efl_integration.gypi +++ b/tizen_src/ewk/efl_integration/efl_integration.gypi @@ -46,6 +46,7 @@ '<(DEPTH)/components/components.gyp:autofill_content_browser', '<(DEPTH)/components/components.gyp:password_manager_core_common', '<(DEPTH)/components/components.gyp:password_manager_core_browser', + '<(DEPTH)/components/components.gyp:variations', '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources', '<(DEPTH)/third_party/WebKit/Source/wtf/wtf.gyp:wtf',