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_*' ], |
+ ], |
+ }], |
], |
}, |
{ |