Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index c0a47687b8e15400603deafc9aceb605a982d903..c51e252c63a5e4b916a258c0bd12117399e99d14 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -20,6 +20,12 @@ source_set("ppapi_c") { |
sources = gypi_values.c_source_files |
} |
+# Some targets need to depend on the PPAPI version only. This target exists so |
+# they can include this header without header check warnings. |
+source_set("ppapi_macros") { |
+ sources = [ "c/pp_macros.h" ] |
+} |
+ |
source_set("ppapi_cpp_objects") { |
sources = gypi_values.cpp_source_files |