blob: 889754500a80662b07f8a68e9483a5bf914a524e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/views.gyp.orig 2014-10-10 08:54:19 UTC
+++ ui/views/views.gyp
@@ -612,7 +612,7 @@
'../display/display.gyp:display_util',
],
}],
- ['OS=="linux" and chromeos==0', {
+ ['(OS=="linux" or os_bsd==1) and chromeos==0', {
'dependencies': [
'../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
|