| 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 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1655 ], | 1655 ], |
| 1656 }, { | 1656 }, { |
| 1657 'sources!': [ | 1657 'sources!': [ |
| 1658 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub
.cc', | 1658 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub
.cc', |
| 1659 ], | 1659 ], |
| 1660 }], | 1660 }], |
| 1661 ['use_aura==1', { | 1661 ['use_aura==1', { |
| 1662 'dependencies': [ | 1662 'dependencies': [ |
| 1663 '../ui/aura/aura.gyp:aura', | 1663 '../ui/aura/aura.gyp:aura', |
| 1664 '../ui/base/strings/ui_strings.gyp:ui_strings', | 1664 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 1665 '../ui/wm/wm.gyp:wm', | |
| 1666 ], | 1665 ], |
| 1667 'sources/': [ | 1666 'sources/': [ |
| 1668 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 1667 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 1669 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 1668 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 1670 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller.cc'], | 1669 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller.cc'], |
| 1671 ], | 1670 ], |
| 1672 }, { | 1671 }, { |
| 1673 'sources/': [ | 1672 'sources/': [ |
| 1674 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller_aura.cc'], | 1673 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller_aura.cc'], |
| 1675 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1674 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1736 '../build/linux/system.gyp:dbus', | 1735 '../build/linux/system.gyp:dbus', |
| 1737 '../dbus/dbus.gyp:dbus', | 1736 '../dbus/dbus.gyp:dbus', |
| 1738 ], | 1737 ], |
| 1739 }, { # OS != "linux" or use_dbus==0 | 1738 }, { # OS != "linux" or use_dbus==0 |
| 1740 'sources!': [ | 1739 'sources!': [ |
| 1741 'browser/geolocation/wifi_data_provider_linux.cc', | 1740 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1742 ], | 1741 ], |
| 1743 }], | 1742 }], |
| 1744 ], | 1743 ], |
| 1745 } | 1744 } |
| OLD | NEW |