Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / utility / BUILD.gn
index 06d06bb..5a23de8 100644 (file)
@@ -3,6 +3,10 @@
 # found in the LICENSE file.
 
 source_set("utility") {
+  # Only the public target should depend on this. All other targets (even
+  # internal content ones) should depend on the public one.
+  visibility = [ "//content/public/utility:utility_sources" ]
+
   sources = [
     "in_process_utility_thread.cc",
     "in_process_utility_thread.h",
@@ -16,6 +20,8 @@ source_set("utility") {
   deps = [
     "//base",
     "//content:export",
+    "//content/public/child:child_sources",
+    "//content/public/common:common_sources",
     "//courgette:courgette_lib",
     "//mojo/public/interfaces/application",
     "//third_party/WebKit/public:blink_headers",