summaryrefslogtreecommitdiffstats
path: root/components/cdm/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/cdm/common/BUILD.gn')
-rw-r--r--components/cdm/common/BUILD.gn17
1 files changed, 17 insertions, 0 deletions
diff --git a/components/cdm/common/BUILD.gn b/components/cdm/common/BUILD.gn
new file mode 100644
index 0000000..7af3869
--- /dev/null
+++ b/components/cdm/common/BUILD.gn
@@ -0,0 +1,17 @@
+# 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.
+
+static_library("common") {
+ sources = [
+ "cdm_message_generator.cc",
+ "cdm_message_generator.h",
+ "cdm_messages_android.h",
+ ]
+
+ deps = [
+ "//base",
+ "//content/public/common",
+ "//ipc",
+ ]
+}