Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / infobars.gypi
index cb9c2b1..6f9fdf7 100644 (file)
@@ -5,6 +5,7 @@
 {
   'targets': [
     {
+      # GN version: //components/infobars/core
       'target_name': 'infobars_core',
       'type': 'static_library',
       'include_dirs': [
@@ -17,6 +18,7 @@
         '../ui/strings/ui_strings.gyp:ui_strings',
       ],
       'sources': [
+        # Note: sources duplicated in GN build.
         'infobars/core/confirm_infobar_delegate.cc',
         'infobars/core/confirm_infobar_delegate.h',
         'infobars/core/infobar.cc',
         'infobars/core/infobars_switches.h',
       ],
     },
+    {
+      # GN version: //components/infobars/test:test_support
+      'target_name': 'infobars_test_support',
+      'type': 'static_library',
+      'include_dirs': [
+        '..',
+      ],
+      'dependencies': [
+        '../base/base.gyp:base',
+        '../skia/skia.gyp:skia',
+      ],
+      'sources': [
+        # Note: sources list duplicated in GN build.
+        'infobars/test/infobar_test.cc',
+      ],
+    },
   ],
 }