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

Unified Diff: chrome/chrome_browser.gypi

Issue 9570065: chromeos: Turn on ash only when building non-gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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/common.gypi ('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 e7ce24b27ebabf899b174b1f418decb6d5dd5166..a3611850900211e9877dc5bf4c421f300cf49c1b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -5586,6 +5586,12 @@
['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
]}
],
+ ['chromeos_gtk==1', {
Peter Mayo 2012/03/04 17:52:57 Should this test actually be use_ash==0 ?
Elliot Glaysher 2012/03/05 18:30:00 use_ash==0 is the majority of builds, no?
Peter Mayo 2012/03/05 19:43:34 Probably -> the exclude still applies. The includ
+ 'sources/': [
+ [ 'include', '^browser/ui/views/confirm_bubble_view.cc' ],
+ [ 'exclude', '^browser/chromeos/system/ash_*' ],
+ ],
+ }],
],
},
{
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698