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

Unified Diff: content/content_common.gypi

Issue 223583003: Exclude wifi_data_provider_linux.cc for chromecast build as chromecast uses wpa_supplicant instead … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromecast-specific content port implementation. Created 6 years, 8 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
« content/browser/power_save_blocker_cast.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 45e9d2c18b852333f36ebc67fb003d2f9170169d..af1eb859d4425b0b4ed63a8b7765c15f16ae0828 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -172,6 +172,7 @@
'common/cursors/webcursor_aura.cc',
'common/cursors/webcursor_aurawin.cc',
'common/cursors/webcursor_aurax11.cc',
+ 'common/cursors/webcursor_cast.cc',
'common/cursors/webcursor_mac.mm',
'common/cursors/webcursor_ozone.cc',
'common/cursors/webcursor_win.cc',
@@ -200,6 +201,7 @@
'common/font_list.cc',
'common/font_list.h',
'common/font_list_android.cc',
+ 'common/font_list_cast.cc',
'common/font_list_mac.mm',
'common/font_list_ozone.cc',
'common/font_list_pango.cc',
« content/browser/power_save_blocker_cast.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698