Migrate chromium-efl device_sensors provider into chromium_impl
authorPiotr Tworek <p.tworek@samsung.com>
Tue, 3 Mar 2015 09:04:37 +0000 (18:04 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
It implements generic chromium interface. The code should be reusable by
both EWK and content apps line xwalk or content_shell.

Change-Id: I952f6a5a284cf4c1a37c1d8bad28859a038e03de
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/chromium_impl/content/browser/device_sensors/data_fetcher_impl_tizen.cc [moved from tizen_src/impl/browser/device_sensors/data_fetcher_impl_tizen.cc with 99% similarity]
tizen_src/chromium_impl/content/browser/device_sensors/data_fetcher_impl_tizen.h [moved from tizen_src/impl/browser/device_sensors/data_fetcher_impl_tizen.h with 100% similarity]
tizen_src/chromium_impl/content/browser/device_sensors/data_fetcher_shared_memory_tizen.cc [moved from tizen_src/impl/browser/device_sensors/data_fetcher_shared_memory_tizen.cc with 96% similarity]
tizen_src/chromium_impl/content/content_efl.gypi

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "browser/device_sensors/data_fetcher_impl_tizen.h"
+#include "content/browser/device_sensors/data_fetcher_impl_tizen.h"
 
 #include "base/logging.h"
 #include "base/memory/singleton.h"
@@ -3,7 +3,7 @@
 // found in the LICENSE file.
 
 #if defined(OS_TIZEN_MOBILE)
-#include "browser/device_sensors/data_fetcher_impl_tizen.h"
+#include "content/browser/device_sensors/data_fetcher_impl_tizen.h"
 #endif
 #include "base/logging.h"
 #include "content/browser/device_sensors/data_fetcher_shared_memory.h"
index b0b7a6d..d2918fb 100644 (file)
         ],
         'conditions': [
           ['building_for_tizen_mobile==1', {
+            'sources/': [
+              [ 'exclude', 'browser/device_sensors/data_fetcher_shared_memory_default.cc$' ],
+            ],
             'sources': [
+              'browser/device_sensors/data_fetcher_impl_tizen.cc',
+              'browser/device_sensors/data_fetcher_impl_tizen.h',
+              'browser/device_sensors/data_fetcher_shared_memory_tizen.cc',
               'browser/speech/tts_message_filter_efl.cc',
               'browser/speech/tts_message_filter_efl.h',
               'browser/speech/tts_tizen.cc',