summaryrefslogtreecommitdiffstats
path: root/content/public/utility/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/utility/BUILD.gn')
-rw-r--r--content/public/utility/BUILD.gn21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/public/utility/BUILD.gn b/content/public/utility/BUILD.gn
new file mode 100644
index 0000000..f61994b
--- /dev/null
+++ b/content/public/utility/BUILD.gn
@@ -0,0 +1,21 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("utility") {
+ sources = [
+ "content_utility_client.cc",
+ "content_utility_client.h",
+ "utility_thread.cc",
+ "utility_thread.h",
+ ]
+
+ configs += [ "//content:content_implementation" ]
+
+ deps = [
+ "//base",
+ "//content:export",
+ "//ipc",
+ ]
+}
+