Revert "[Workaround] Disable EFL version of GPUInfoCollector" This commit reverts...
authorSuneel Kota <suneel.kota@samsung.com>
Fri, 24 Apr 2015 10:06:11 +0000 (15:36 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
BUG: http://107.108.218.239/bugzilla/show_bug.cgi?id=12551

This reverts commit 119b241911714e6f1de6daf25c750c0c553fbb04.
Reviewed by: Antonio Gomes, DaeHyun Ko, Siba Samal

Change-Id: Ia3f6da5dababf377c02844aff033ced013cd09f2
Signed-off-by: Suneel Kota <suneel.kota@samsung.com>
tizen_src/chromium_impl/gpu/gpu_efl.gypi

index f95a599..6d64142 100644 (file)
           ['building_for_tizen==1', {
             'sources/': [
                ['exclude', 'config/gpu_driver_bug_list_json\\.cc$'],
-               # [M42] TODO(bug 12251): Reenable gpu_info_collector_efl.cc once it's fixed.
-               #['exclude', 'config/gpu_info_collector_linux\\.cc$'],
-               #['exclude', 'config/gpu_info_collector_x11\\.cc$'],
+               ['exclude', 'config/gpu_info_collector_linux\\.cc$'],
+               ['exclude', 'config/gpu_info_collector_x11\\.cc$'],
                ['exclude', 'config/software_rendering_list_json\\.cc$'],
             ],
             'sources': [
               'config/gpu_driver_bug_list_json_efl.cc',
-               # [M42] TODO(bug 12251): Reenable gpu_info_collector_efl.cc once it's fixed.
-               #'config/gpu_info_collector_efl.cc',
+              'config/gpu_info_collector_efl.cc',
               'config/software_rendering_list_json_efl.cc',
             ],
           }],