Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ppapi / native_client / native_client.gyp
index 977af54..91f081b 100644 (file)
                     'src/shared/ppapi_proxy/ppruntime.h',
                   ],
                 },
+              ],
+            }],
+            ['target_arch=="ia32"', {
+              'copies': [
                 # Here we copy linker scripts out of the Native Client repo..
                 # These are source, not build artifacts.
                 {
                   ],
                 },
                 {
-                  'destination': '>(tc_lib_dir_newlib64)',
+                  'destination': '>(tc_lib_dir_glibc32)',
                   'files': [
                     'src/untrusted/irt_stub/libppapi.a',
+                    'src/untrusted/irt_stub/libppapi.so',
                   ],
                 },
+              ],
+            }],
+            ['target_arch=="x64" or (target_arch=="ia32" and OS=="win")', {
+              'copies': [
                 {
-                  'destination': '>(tc_lib_dir_glibc32)',
+                  'destination': '>(tc_lib_dir_newlib64)',
                   'files': [
                     'src/untrusted/irt_stub/libppapi.a',
-                    'src/untrusted/irt_stub/libppapi.so',
                   ],
                 },
                 {