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

Unified Diff: content/content_browser.gypi

Issue 17511002: Fix linkage for components_unittest for ozone=1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « content/browser/power_save_blocker_ozone.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b3fed0a2e89be4650985802d2a587bba35688f61..dbde1eb55bf271c227d5b2eaf708494097bf2adc 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -697,6 +697,7 @@
'browser/power_save_blocker_impl.cc',
'browser/power_save_blocker_impl.h',
'browser/power_save_blocker_mac.cc',
+ 'browser/power_save_blocker_ozone.cc',
'browser/power_save_blocker_win.cc',
'browser/power_save_blocker_x11.cc',
'browser/ppapi_plugin_process_host.cc',
@@ -1341,6 +1342,7 @@
],
'sources!': [
'browser/geolocation/wifi_data_provider_linux.cc',
+ 'browser/power_save_blocker_ozone.cc',
'browser/power_save_blocker_x11.cc',
'browser/renderer_host/gtk_key_bindings_handler.cc',
'browser/renderer_host/gtk_key_bindings_handler.h',
« no previous file with comments | « content/browser/power_save_blocker_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698