Add variations component dependency to chromium-ewk.
authorPiotr Tworek <p.tworek@samsung.com>
Thu, 9 Apr 2015 07:55:48 +0000 (16:55 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
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 <p.tworek@samsung.com>
tizen_src/ewk/efl_integration/efl_integration.gypi

index d546498..1a5096c 100644 (file)
@@ -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',