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 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 }], | 842 }], |
843 ['os_bsd==1', { | 843 ['os_bsd==1', { |
844 'sources/': [ | 844 'sources/': [ |
845 ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'], | 845 ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'], |
846 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], | 846 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], |
847 ], | 847 ], |
848 }], | 848 }], |
849 ['use_aura==1', { | 849 ['use_aura==1', { |
850 'dependencies': [ | 850 'dependencies': [ |
851 '../ui/aura/aura.gyp:aura', | 851 '../ui/aura/aura.gyp:aura', |
852 '../ui/gfx/compositor/compositor.gyp:compositor', | 852 '../ui/compositor/compositor.gyp:compositor', |
853 ], | 853 ], |
854 'sources/': [ | 854 'sources/': [ |
855 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], | 855 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], |
856 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], | 856 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], |
857 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], | 857 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], |
858 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], | 858 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], |
859 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 859 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
860 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 860 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
861 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], | 861 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], |
862 ['exclude', '^browser/renderer_host/render_widget_host.h'], | 862 ['exclude', '^browser/renderer_host/render_widget_host.h'], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 ], | 911 ], |
912 }], | 912 }], |
913 ['input_speech==0', { | 913 ['input_speech==0', { |
914 'sources/': [ | 914 'sources/': [ |
915 ['exclude', '^browser/speech/'], | 915 ['exclude', '^browser/speech/'], |
916 ], | 916 ], |
917 }], | 917 }], |
918 ], | 918 ], |
919 } | 919 } |
920 | 920 |
OLD | NEW |