Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / xwalk / xwalk.gyp
index 475eb9b..75ffbaa 100644 (file)
@@ -75,6 +75,7 @@
         '../extensions/common/url_pattern.h',
         'experimental/native_file_system/native_file_system_extension.cc',
         'experimental/native_file_system/native_file_system_extension.h',
+        'experimental/native_file_system/virtual_root_provider_mac.cc',
         'experimental/native_file_system/virtual_root_provider.cc',
         'experimental/native_file_system/virtual_root_provider.h',
         'runtime/app/android/xwalk_main_delegate_android.cc',
         'runtime/browser/android/xwalk_http_auth_handler_base.h',
         'runtime/browser/android/xwalk_login_delegate.cc',
         'runtime/browser/android/xwalk_login_delegate.h',
+        'runtime/browser/android/xwalk_path_helper.cc',
+        'runtime/browser/android/xwalk_path_helper.h',
         'runtime/browser/android/xwalk_request_interceptor.cc',
         'runtime/browser/android/xwalk_request_interceptor.h',
         'runtime/browser/android/xwalk_settings.cc',
             'tizen/xwalk_tizen.gypi:xwalk_tizen_lib',
             '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
           ],
+          'cflags': [
+            '<!@(pkg-config --cflags libtzplatform-config)',
+          ],
+          'link_settings': {
+            'libraries': [
+              '<!@(pkg-config --libs libtzplatform-config)',
+            ],
+          },
           'sources': [
             'experimental/native_file_system/virtual_root_provider_tizen.cc',
             'runtime/browser/tizen/tizen_locale_listener.cc',
 
             # For external testing.
             'pack_xwalk_core_library',
+            'xwalk_core_library_documentation',
             'xwalk_runtime_lib_apk',
             'xwalk_app_hello_world_apk',
             'xwalk_app_template',