Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / bindings / js / BUILD.gn
index 9b3550f..7e64c0f 100644 (file)
@@ -7,20 +7,21 @@ source_set("js") {
   sources = [
     "core.cc",
     "core.h",
+    "drain_data.cc",
+    "drain_data.h",
     "handle.cc",
     "handle.h",
+    "handle_close_observer.h",
     "support.cc",
     "support.h",
     "waiting_callback.cc",
     "waiting_callback.h",
   ]
 
-  deps = [
+  public_deps = [
     "//base",
     "//gin",
     "//mojo/common",
     "//v8",
   ]
-
-  forward_dependent_configs_from = deps
 }