Add a gyp depency to wtf
authorArnaud Renevier <a.renevier@samsung.com>
Thu, 12 Mar 2015 18:17:32 +0000 (11:17 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Efl Render View Observer depends on blink FontCache.h Currently, building
content shell fails with the following error:

In file included from ../../third_party/WebKit/Source/wtf/unicode/Unicode.h:31:0,
                 from ../../third_party/WebKit/Source/wtf/StringHasher.h:25,
                 from ../../third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h:35,
                 from ../../third_party/WebKit/Source/platform/fonts/FontCache.h:35,
                 from ../../tizen_src/ewk/efl_integration/renderer/render_view_observer_efl.cc:38:
../../third_party/WebKit/Source/wtf/unicode/icu/UnicodeIcu.h:26:27: fatal error: unicode/uchar.h: No such file or directory

This patch adds a gyp dependency on wtf to fix the issue. (Adding a dependency
to blink_platform doesn't fix the issue)

Change-Id: I8add9018fe406b118c479de1bcb417ee299477d7
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/efl_integration/efl_integration.gypi

index 8100738..e044664 100644 (file)
@@ -48,6 +48,7 @@
       '<(DEPTH)/components/components.gyp:password_manager_core_browser',
       '<(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',
     ],
 
     'defines': [