Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / native_theme / native_theme.gyp
index 4cd2877..7791468 100644 (file)
         'native_theme_win.h',
       ],
     },
+    {
+      'target_name': 'native_theme_unittests',
+      'type': '<(gtest_target_type)',
+      'dependencies': [
+        '../../base/base.gyp:base',
+        '../../base/base.gyp:test_support_base',
+        '../../skia/skia.gyp:skia',
+        '../../testing/gtest.gyp:gtest',
+        'native_theme',
+      ],
+      'sources': [
+        '../../base/test/run_all_unittests.cc',
+        'native_theme_mac_unittest.cc',
+      ],
+    },
   ],
 }