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

Unified Diff: chrome/chrome_browser.gypi

Issue 15926004: linux_aura: Reuse non-GTK specific screensaver detection code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put exclusion in right gyp file. Created 7 years, 7 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 | « chrome/browser/screensaver_window_finder_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 85fef34a8dbe8e0f61f2f51e235e94427c5154a0..359f638c9f4d2d159f506ddc85e0c451bbaab320 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1725,8 +1725,8 @@
'browser/safe_browsing/ui_manager.h',
'browser/safe_json_parser.cc',
'browser/safe_json_parser.h',
- 'browser/screensaver_window_finder_gtk.cc',
- 'browser/screensaver_window_finder_gtk.h',
+ 'browser/screensaver_window_finder_x11.cc',
+ 'browser/screensaver_window_finder_x11.h',
'browser/search/iframe_source.cc',
'browser/search/iframe_source.h',
'browser/search/instant_extended_context_menu_observer.cc',
@@ -2590,6 +2590,8 @@
'browser/policy/cloud/user_policy_signin_service.h',
'browser/policy/cloud/user_policy_signin_service_factory.cc',
'browser/policy/cloud/user_policy_signin_service_factory.h',
+ 'browser/screensaver_window_finder_x11.cc',
+ 'browser/screensaver_window_finder_x11.h',
'browser/signin/signin_manager.cc',
'browser/speech/tts_linux.cc',
'browser/storage_monitor/mtab_watcher_linux.cc',
« no previous file with comments | « chrome/browser/screensaver_window_finder_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698