aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__chrome_browser_ui.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome__chrome_browser_ui.gypi')
-rw-r--r--www/chromium/files/patch-chrome__chrome_browser_ui.gypi38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome__chrome_browser_ui.gypi b/www/chromium/files/patch-chrome__chrome_browser_ui.gypi
new file mode 100644
index 000000000000..9ce3be250c12
--- /dev/null
+++ b/www/chromium/files/patch-chrome__chrome_browser_ui.gypi
@@ -0,0 +1,38 @@
+--- ./chrome/chrome_browser_ui.gypi.orig 2014-08-12 21:02:25.000000000 +0200
++++ ./chrome/chrome_browser_ui.gypi 2014-08-13 09:56:57.000000000 +0200
+@@ -2665,7 +2665,7 @@
+ 'browser/ui/views/message_center/web_notification_tray.cc',
+ ],
+ }],
+- ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
++ ['use_aura==1 and use_ash==0 and use_ozone==0 and (OS=="linux" or os_bsd==1)', {
+ 'dependencies': [
+ # gtk2 is the only component that can interact with gtk2 in our new
+ # world.
+@@ -2673,7 +2673,7 @@
+ '../build/linux/system.gyp:gio',
+ ],
+ }],
+- ['use_aura==0 or chromeos==1 or OS!="linux"', {
++ ['use_aura==0 or chromeos==1 or (OS!="linux" and os_bsd!=1)', {
+ 'sources!': [
+ 'browser/ui/views/first_run_dialog.cc',
+ 'browser/ui/views/first_run_dialog.h',
+@@ -3042,7 +3042,7 @@
+ }],
+ ],
+ }],
+- ['OS=="linux"', {
++ ['OS=="linux" or os_bsd==1', {
+ 'conditions': [
+ ['use_aura==1', {
+ 'dependencies': [
+@@ -3135,7 +3135,7 @@
+ 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
+ ],
+ }],
+- ['OS!="linux" and OS!="win"', {
++ ['OS!="linux" and OS!="win" and os_bsd!=1', {
+ 'sources': [
+ 'browser/ui/startup/session_crashed_bubble.cc'
+ ],