summaryrefslogtreecommitdiff
path: root/chromium/components/enterprise/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/enterprise/common/BUILD.gn')
-rw-r--r--chromium/components/enterprise/common/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/components/enterprise/common/BUILD.gn b/chromium/components/enterprise/common/BUILD.gn
new file mode 100644
index 00000000000..cea78da082b
--- /dev/null
+++ b/chromium/components/enterprise/common/BUILD.gn
@@ -0,0 +1,10 @@
+# Copyright 2020 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.
+
+static_library("strings") {
+ sources = [
+ "strings.cc",
+ "strings.h",
+ ]
+}