summaryrefslogtreecommitdiff
path: root/chromium/components/enterprise/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/enterprise/BUILD.gn')
-rw-r--r--chromium/components/enterprise/BUILD.gn19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/components/enterprise/BUILD.gn b/chromium/components/enterprise/BUILD.gn
new file mode 100644
index 00000000000..f87dab1fa26
--- /dev/null
+++ b/chromium/components/enterprise/BUILD.gn
@@ -0,0 +1,19 @@
+# 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("enterprise") {
+ sources = [
+ "browser/reporting/policy_info.cc",
+ "browser/reporting/policy_info.h",
+ "browser/reporting/report_request_definition.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/policy/core/browser",
+ "//components/policy/core/common",
+ "//components/policy/proto",
+ "//components/strings",
+ ]
+}