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

Unified Diff: ui/ozone/platform/cast/cast.gypi

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 | « ui/ozone/platform/cast/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/cast.gypi
diff --git a/ui/ozone/platform/cast/cast.gypi b/ui/ozone/platform/cast/cast.gypi
index 694f6d85944fd07624b04b06dcd3296855121c53..025e11e4be851fdeaa11f9dd40b6225ba360d835 100644
--- a/ui/ozone/platform/cast/cast.gypi
+++ b/ui/ozone/platform/cast/cast.gypi
@@ -15,6 +15,7 @@
],
},
'targets': [
+ # GN target: //ui/ozone/platform/cast:cast
{
'target_name': 'ozone_platform_cast',
'type': 'static_library',
@@ -28,9 +29,7 @@
'../../chromecast/chromecast.gyp:cast_public_api',
'../../chromecast/media/media.gyp:media_base',
],
- 'defines': [
- 'OZONE_IMPLEMENTATION',
- ],
+
'sources': [
'client_native_pixmap_factory_cast.cc',
'client_native_pixmap_factory_cast.h',
« no previous file with comments | « ui/ozone/platform/cast/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698