| 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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 'browser/renderer_host/gamepad_browser_message_filter.cc', | 896 'browser/renderer_host/gamepad_browser_message_filter.cc', |
| 897 'browser/renderer_host/gamepad_browser_message_filter.h', | 897 'browser/renderer_host/gamepad_browser_message_filter.h', |
| 898 'browser/renderer_host/gpu_message_filter.cc', | 898 'browser/renderer_host/gpu_message_filter.cc', |
| 899 'browser/renderer_host/gpu_message_filter.h', | 899 'browser/renderer_host/gpu_message_filter.h', |
| 900 'browser/renderer_host/image_transport_factory_android.cc', | 900 'browser/renderer_host/image_transport_factory_android.cc', |
| 901 'browser/renderer_host/image_transport_factory_android.h', | 901 'browser/renderer_host/image_transport_factory_android.h', |
| 902 'browser/renderer_host/ime_adapter_android.cc', | 902 'browser/renderer_host/ime_adapter_android.cc', |
| 903 'browser/renderer_host/ime_adapter_android.h', | 903 'browser/renderer_host/ime_adapter_android.h', |
| 904 'browser/renderer_host/input/gesture_event_queue.cc', | 904 'browser/renderer_host/input/gesture_event_queue.cc', |
| 905 'browser/renderer_host/input/gesture_event_queue.h', | 905 'browser/renderer_host/input/gesture_event_queue.h', |
| 906 'browser/renderer_host/input/gesture_text_selector.cc', |
| 907 'browser/renderer_host/input/gesture_text_selector.h', |
| 906 'browser/renderer_host/input/input_ack_handler.h', | 908 'browser/renderer_host/input/input_ack_handler.h', |
| 907 'browser/renderer_host/input/input_router.h', | 909 'browser/renderer_host/input/input_router.h', |
| 908 'browser/renderer_host/input/input_router_client.h', | 910 'browser/renderer_host/input/input_router_client.h', |
| 909 'browser/renderer_host/input/input_router_impl.cc', | 911 'browser/renderer_host/input/input_router_impl.cc', |
| 910 'browser/renderer_host/input/input_router_impl.h', | 912 'browser/renderer_host/input/input_router_impl.h', |
| 911 'browser/renderer_host/input/input_router_config_helper.cc', | 913 'browser/renderer_host/input/input_router_config_helper.cc', |
| 912 'browser/renderer_host/input/input_router_config_helper.h', | 914 'browser/renderer_host/input/input_router_config_helper.h', |
| 913 'browser/renderer_host/input/motion_event_android.cc', | 915 'browser/renderer_host/input/motion_event_android.cc', |
| 914 'browser/renderer_host/input/motion_event_android.h', | 916 'browser/renderer_host/input/motion_event_android.h', |
| 915 'browser/renderer_host/input/motion_event_web.cc', | 917 'browser/renderer_host/input/motion_event_web.cc', |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 '../build/linux/system.gyp:dbus', | 1727 '../build/linux/system.gyp:dbus', |
| 1726 '../dbus/dbus.gyp:dbus', | 1728 '../dbus/dbus.gyp:dbus', |
| 1727 ], | 1729 ], |
| 1728 }, { # OS != "linux" or use_dbus==0 | 1730 }, { # OS != "linux" or use_dbus==0 |
| 1729 'sources!': [ | 1731 'sources!': [ |
| 1730 'browser/geolocation/wifi_data_provider_linux.cc', | 1732 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1731 ], | 1733 ], |
| 1732 }], | 1734 }], |
| 1733 ], | 1735 ], |
| 1734 } | 1736 } |
| OLD | NEW |