summaryrefslogtreecommitdiffstats
path: root/chromecast/base/BUILD.gn
diff options
context:
space:
mode:
authorprashantv <prashantv@chromium.org>2015-04-21 14:54:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 21:54:40 +0000
commit4025129eb8db73777a99731cae1aef839933b366 (patch)
treebb019975e00ad0ecec2fcf27a9018b733bedc396 /chromecast/base/BUILD.gn
parentc67e673f92f0471968fab45173b246ab8b9f40a0 (diff)
downloadchromium_src-4025129eb8db73777a99731cae1aef839933b366.zip
chromium_src-4025129eb8db73777a99731cae1aef839933b366.tar.gz
chromium_src-4025129eb8db73777a99731cae1aef839933b366.tar.bz2
Add BUILD.gn files for chromecast/media
Set default chromecast args in chromecast/args.gn BUG= Review URL: https://codereview.chromium.org/1055173005 Cr-Commit-Position: refs/heads/master@{#326133}
Diffstat (limited to 'chromecast/base/BUILD.gn')
-rw-r--r--chromecast/base/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromecast/base/BUILD.gn b/chromecast/base/BUILD.gn
new file mode 100644
index 0000000..b105a71
--- /dev/null
+++ b/chromecast/base/BUILD.gn
@@ -0,0 +1,12 @@
+# Copyright 2015 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("base") {
+ sources = [
+ "cast_paths.cc",
+ "cast_paths.h",
+ ]
+
+ configs += [ "//chromecast:config" ]
+}