Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5492)

Unified Diff: chromecast/media/cma/backend/BUILD.gn

Issue 1345013002: Add is_chromecast to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase + ui changes. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/media/base/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/BUILD.gn
diff --git a/chromecast/media/cma/backend/BUILD.gn b/chromecast/media/cma/backend/BUILD.gn
index c186404b5599f07b0cd141a0e624402fb0863e17..7507b7d6ea0e7c6c6d90e303e58e1da6186a30bb 100644
--- a/chromecast/media/cma/backend/BUILD.gn
+++ b/chromecast/media/cma/backend/BUILD.gn
@@ -16,6 +16,12 @@ source_set("backend") {
"video_pipeline_device_default.h",
]
+ # This target cannot depend on //media. Include these headers directly.
+ sources += [
+ "//media/base/media_export.h",
+ "//media/base/timestamp_constants.h",
+ ]
+
public_deps = [
"//chromecast/public",
"//chromecast/public/media",
@@ -23,8 +29,6 @@ source_set("backend") {
deps = [
"//base",
- "//chromecast/media/cma/base",
- "//media",
]
configs += [ "//chromecast:config" ]
« no previous file with comments | « chromecast/media/base/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698