Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: content/content_browser.gypi

Issue 9147003: exclude platform_data_fetcher_linux.cc on *BSD because of udev specific code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698