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 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1664 ], | 1664 ], |
1665 }, { | 1665 }, { |
1666 'sources!': [ | 1666 'sources!': [ |
1667 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub
.cc', | 1667 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub
.cc', |
1668 ], | 1668 ], |
1669 }], | 1669 }], |
1670 ['use_aura==1', { | 1670 ['use_aura==1', { |
1671 'dependencies': [ | 1671 'dependencies': [ |
1672 '../ui/aura/aura.gyp:aura', | 1672 '../ui/aura/aura.gyp:aura', |
1673 '../ui/base/strings/ui_strings.gyp:ui_strings', | 1673 '../ui/base/strings/ui_strings.gyp:ui_strings', |
1674 '../ui/wm/wm.gyp:wm_core', | 1674 '../ui/wm/wm.gyp:wm', |
1675 ], | 1675 ], |
1676 'sources/': [ | 1676 'sources/': [ |
1677 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 1677 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
1678 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 1678 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
1679 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller.cc'], | 1679 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller.cc'], |
1680 ], | 1680 ], |
1681 }, { | 1681 }, { |
1682 'sources/': [ | 1682 'sources/': [ |
1683 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller_aura.cc'], | 1683 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller_aura.cc'], |
1684 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1684 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1745 '../build/linux/system.gyp:dbus', | 1745 '../build/linux/system.gyp:dbus', |
1746 '../dbus/dbus.gyp:dbus', | 1746 '../dbus/dbus.gyp:dbus', |
1747 ], | 1747 ], |
1748 }, { # OS != "linux" or use_dbus==0 | 1748 }, { # OS != "linux" or use_dbus==0 |
1749 'sources!': [ | 1749 'sources!': [ |
1750 'browser/geolocation/wifi_data_provider_linux.cc', | 1750 'browser/geolocation/wifi_data_provider_linux.cc', |
1751 ], | 1751 ], |
1752 }], | 1752 }], |
1753 ], | 1753 ], |
1754 } | 1754 } |
OLD | NEW |