Upstream version 9.37.190.0
[platform/framework/web/crosswalk.git] / src / xwalk / xwalk.gyp
index 3fafee2..8029ea7 100644 (file)
             '../content/app/startup_helper_win.cc', # Needed by InitializedSandbox
             'runtime/resources/xwalk.rc',
           ],
-          'copies': [
-            {
-              'destination': '<(PRODUCT_DIR)',
-              'files': [
-                'tools/packaging/bootstrapped/win/app.wxs.templ',
-                'tools/packaging/bootstrapped/win/create_windows_installer.bat',
-                'tools/packaging/bootstrapped/win/guid.vbs',
-              ],
-            },
-          ],
           'configurations': {
             'Debug_Base': {
               'msvs_settings': {
             '../sandbox/sandbox.gyp:sandbox',
           ],
         }],  # OS=="win"
-        ['OS == "linux"', {
-          'copies': [
-            {
-              'destination': '<(PRODUCT_DIR)',
-              'files': [
-                'tools/packaging/bootstrapped/linux/app.desktop.templ',
-                'tools/packaging/bootstrapped/linux/create_linux_installer.sh',
-                'tools/packaging/bootstrapped/linux/Makefile.templ',
-              ],
-            }
-          ],
-        }],
         ['OS=="mac"', {
           'product_name': '<(xwalk_product_name)',
           'dependencies!': [
             'xwalk_runtime_lib_apk',
             'xwalk_app_hello_world_apk',
             'xwalk_app_template',
-            'xwalk_core_sample_apk'
+            'xwalk_core_sample_apk',
+            'xwalk_core_library_aar'
           ],
         }],
       ],