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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1658 ], | 1658 ], |
1659 }], | 1659 }], |
1660 ['os_bsd==1', { | 1660 ['os_bsd==1', { |
1661 'sources/': [ | 1661 'sources/': [ |
1662 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], | 1662 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], |
1663 ], | 1663 ], |
1664 }], | 1664 }], |
1665 ['use_aura==1', { | 1665 ['use_aura==1', { |
1666 'dependencies': [ | 1666 'dependencies': [ |
1667 '../ui/aura/aura.gyp:aura', | 1667 '../ui/aura/aura.gyp:aura', |
1668 '../ui/base/strings/ui_strings.gyp:ui_strings', | 1668 '../ui/strings/ui_strings.gyp:ui_strings', |
1669 ], | 1669 ], |
1670 }, { | 1670 }, { |
1671 'sources/': [ | 1671 'sources/': [ |
1672 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1672 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
1673 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1673 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
1674 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | 1674 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], |
1675 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | 1675 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], |
1676 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 1676 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
1677 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 1677 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
1678 ['exclude', '^browser/context_factory.cc'], | 1678 ['exclude', '^browser/context_factory.cc'], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 '../build/linux/system.gyp:dbus', | 1731 '../build/linux/system.gyp:dbus', |
1732 '../dbus/dbus.gyp:dbus', | 1732 '../dbus/dbus.gyp:dbus', |
1733 ], | 1733 ], |
1734 }, { # OS != "linux" or use_dbus==0 | 1734 }, { # OS != "linux" or use_dbus==0 |
1735 'sources!': [ | 1735 'sources!': [ |
1736 'browser/geolocation/wifi_data_provider_linux.cc', | 1736 'browser/geolocation/wifi_data_provider_linux.cc', |
1737 ], | 1737 ], |
1738 }], | 1738 }], |
1739 ], | 1739 ], |
1740 } | 1740 } |
OLD | NEW |