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

Unified Diff: chrome/chrome_browser.gypi

Issue 244403002: do not require xscrnsaver on CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move x11 files to under chromeos==0 Created 6 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 | « build/linux/system.gyp ('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 2fbded2dbbc92c3851dfde1f9e5970a908e43570..b4a04cd644c6c2b33277dcf01ec28a3dc8769872 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -858,8 +858,6 @@
'browser/idle_chromeos.cc',
'browser/idle_linux.cc',
'browser/idle_mac.mm',
- 'browser/idle_query_x11.cc',
- 'browser/idle_query_x11.h',
'browser/idle_win.cc',
'browser/image_decoder.cc',
'browser/image_decoder.h',
@@ -3065,7 +3063,11 @@
'../ui/gl/gl.gyp:gl',
],
}],
- ['use_x11==1', {
+ ['use_x11==1 and chromeos==0', {
+ 'sources': [
+ 'browser/idle_query_x11.cc',
+ 'browser/idle_query_x11.h',
+ ],
'dependencies': [
'../build/linux/system.gyp:xscrnsaver',
],
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698