OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'dependencies': [ | 743 'dependencies': [ |
744 '../build/linux/system.gyp:dbus-glib', | 744 '../build/linux/system.gyp:dbus-glib', |
745 ], | 745 ], |
746 'sources!': [ | 746 'sources!': [ |
747 'browser/renderer_host/gtk_key_bindings_handler.cc', | 747 'browser/renderer_host/gtk_key_bindings_handler.cc', |
748 'browser/renderer_host/gtk_key_bindings_handler.h', | 748 'browser/renderer_host/gtk_key_bindings_handler.h', |
749 ], | 749 ], |
750 }], | 750 }], |
751 ['os_bsd==1', { | 751 ['os_bsd==1', { |
752 'sources/': [ | 752 'sources/': [ |
| 753 ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'], |
753 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], | 754 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], |
754 ], | 755 ], |
755 }], | 756 }], |
756 ['use_aura==1', { | 757 ['use_aura==1', { |
757 'dependencies': [ | 758 'dependencies': [ |
758 '../ui/aura/aura.gyp:aura', | 759 '../ui/aura/aura.gyp:aura', |
759 ], | 760 ], |
760 'sources/': [ | 761 'sources/': [ |
761 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], | 762 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], |
762 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], | 763 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 'ENABLE_JAVA_BRIDGE', | 815 'ENABLE_JAVA_BRIDGE', |
815 ], | 816 ], |
816 }, { | 817 }, { |
817 'sources/': [ | 818 'sources/': [ |
818 ['exclude', '^browser/renderer_host/java/'], | 819 ['exclude', '^browser/renderer_host/java/'], |
819 ], | 820 ], |
820 }], | 821 }], |
821 ], | 822 ], |
822 } | 823 } |
823 | 824 |
OLD | NEW |