| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 }], | 674 }], |
| 675 ['chromeos==1', { | 675 ['chromeos==1', { |
| 676 'dependencies': [ | 676 'dependencies': [ |
| 677 '../build/linux/system.gyp:dbus-glib', | 677 '../build/linux/system.gyp:dbus-glib', |
| 678 ], | 678 ], |
| 679 'sources!': [ | 679 'sources!': [ |
| 680 'browser/renderer_host/gtk_key_bindings_handler.cc', | 680 'browser/renderer_host/gtk_key_bindings_handler.cc', |
| 681 'browser/renderer_host/gtk_key_bindings_handler.h', | 681 'browser/renderer_host/gtk_key_bindings_handler.h', |
| 682 ], | 682 ], |
| 683 }], | 683 }], |
| 684 ['OS=="openbsd"', { |
| 685 'sources/': [ |
| 686 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], |
| 687 ], |
| 688 }], |
| 684 ['touchui==1', { | 689 ['touchui==1', { |
| 685 'sources/': [ | 690 'sources/': [ |
| 686 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 691 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 687 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 692 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 688 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'], | 693 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'], |
| 689 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 694 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 690 ], | 695 ], |
| 691 }], | 696 }], |
| 692 ['use_aura==1', { | 697 ['use_aura==1', { |
| 693 'sources/': [ | 698 'sources/': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'sources!': [ | 741 'sources!': [ |
| 737 'browser/renderer_host/java_bridge_channel_host.cc', | 742 'browser/renderer_host/java_bridge_channel_host.cc', |
| 738 'browser/renderer_host/java_bridge_channel_host.h', | 743 'browser/renderer_host/java_bridge_channel_host.h', |
| 739 'browser/renderer_host/java_bridge_dispatcher_host.cc', | 744 'browser/renderer_host/java_bridge_dispatcher_host.cc', |
| 740 'browser/renderer_host/java_bridge_dispatcher_host.h', | 745 'browser/renderer_host/java_bridge_dispatcher_host.h', |
| 741 ], | 746 ], |
| 742 }], | 747 }], |
| 743 ], | 748 ], |
| 744 } | 749 } |
| 745 | 750 |
| OLD | NEW |