Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gn / binary_target_generator.cc
index 3e36297..0eba531 100644 (file)
@@ -37,6 +37,10 @@ void BinaryTargetGenerator::DoRun() {
   if (err_->has_error())
     return;
 
+  FillPublic();
+  if (err_->has_error())
+    return;
+
   FillSourcePrereqs();
   if (err_->has_error())
     return;