Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 3267e0b24cdf79ae4ebf021aac02d4b9cb4ed112..000284362652554b2ddb79b56019c65ee54b6b34 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -5,6 +5,7 @@ |
{ |
'targets': [ |
{ |
+ # GN version: //ppapi:ppapi_tests |
'target_name': 'ppapi_tests', |
'type': 'loadable_module', |
'include_dirs': [ |
@@ -106,6 +107,7 @@ |
}, |
{ |
+ # GN version: //ppapi:ppapi_perftests |
'target_name': 'ppapi_perftests', |
'type': 'executable', |
'variables': { |
@@ -132,6 +134,7 @@ |
], |
}, |
{ |
+ # GN version: //ppapi:ppapi_unittests |
'target_name': 'ppapi_unittests', |
'type': 'executable', |
'variables': { |
@@ -153,6 +156,7 @@ |
'../ui/surface/surface.gyp:surface', |
], |
'sources': [ |
+ # Note: sources list duplicated in GN build. |
'host/resource_message_filter_unittest.cc', |
'proxy/device_enumeration_resource_helper_unittest.cc', |
'proxy/file_chooser_resource_unittest.cc', |