| 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     'browser/speech/proto/speech_proto.gyp:speech_proto', |     7     'browser/speech/proto/speech_proto.gyp:speech_proto', | 
|     8     '../base/base.gyp:base_static', |     8     '../base/base.gyp:base_static', | 
|     9     '../crypto/crypto.gyp:crypto', |     9     '../crypto/crypto.gyp:crypto', | 
|    10     '../google_apis/google_apis.gyp:google_apis', |    10     '../google_apis/google_apis.gyp:google_apis', | 
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   805     'browser/renderer_host/gtk_plugin_container.cc', |   805     'browser/renderer_host/gtk_plugin_container.cc', | 
|   806     'browser/renderer_host/gtk_plugin_container.h', |   806     'browser/renderer_host/gtk_plugin_container.h', | 
|   807     'browser/renderer_host/gtk_plugin_container_manager.cc', |   807     'browser/renderer_host/gtk_plugin_container_manager.cc', | 
|   808     'browser/renderer_host/gtk_plugin_container_manager.h', |   808     'browser/renderer_host/gtk_plugin_container_manager.h', | 
|   809     'browser/renderer_host/gtk_window_utils.cc', |   809     'browser/renderer_host/gtk_window_utils.cc', | 
|   810     'browser/renderer_host/gtk_window_utils.h', |   810     'browser/renderer_host/gtk_window_utils.h', | 
|   811     'browser/renderer_host/image_transport_factory_android.cc', |   811     'browser/renderer_host/image_transport_factory_android.cc', | 
|   812     'browser/renderer_host/image_transport_factory_android.h', |   812     'browser/renderer_host/image_transport_factory_android.h', | 
|   813     'browser/renderer_host/ime_adapter_android.cc', |   813     'browser/renderer_host/ime_adapter_android.cc', | 
|   814     'browser/renderer_host/ime_adapter_android.h', |   814     'browser/renderer_host/ime_adapter_android.h', | 
 |   815     'browser/renderer_host/input/browser_input_event.cc', | 
 |   816     'browser/renderer_host/input/browser_input_event.h', | 
 |   817     'browser/renderer_host/input/buffered_input_router.cc', | 
 |   818     'browser/renderer_host/input/buffered_input_router.h', | 
|   815     'browser/renderer_host/input/gesture_event_filter.cc', |   819     'browser/renderer_host/input/gesture_event_filter.cc', | 
|   816     'browser/renderer_host/input/gesture_event_filter.h', |   820     'browser/renderer_host/input/gesture_event_filter.h', | 
|   817     'browser/renderer_host/input/immediate_input_router.cc', |   821     'browser/renderer_host/input/immediate_input_router.cc', | 
|   818     'browser/renderer_host/input/immediate_input_router.h', |   822     'browser/renderer_host/input/immediate_input_router.h', | 
 |   823     'browser/renderer_host/input/input_ack_handler.h', | 
 |   824     'browser/renderer_host/input/input_queue.cc', | 
 |   825     'browser/renderer_host/input/input_queue.h', | 
 |   826     'browser/renderer_host/input/input_queue_client.h', | 
|   819     'browser/renderer_host/input/input_router.h', |   827     'browser/renderer_host/input/input_router.h', | 
|   820     'browser/renderer_host/input/input_router_client.h', |   828     'browser/renderer_host/input/input_router_client.h', | 
|   821     'browser/renderer_host/input/tap_suppression_controller.cc', |   829     'browser/renderer_host/input/tap_suppression_controller.cc', | 
|   822     'browser/renderer_host/input/tap_suppression_controller.h', |   830     'browser/renderer_host/input/tap_suppression_controller.h', | 
|   823     'browser/renderer_host/input/tap_suppression_controller_client.h', |   831     'browser/renderer_host/input/tap_suppression_controller_client.h', | 
|   824     'browser/renderer_host/input/touch_event_queue.cc', |   832     'browser/renderer_host/input/touch_event_queue.cc', | 
|   825     'browser/renderer_host/input/touch_event_queue.h', |   833     'browser/renderer_host/input/touch_event_queue.h', | 
|   826     'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |   834     'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 
|   827     'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |   835     'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 
|   828     'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |   836     'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1529         '../third_party/speex/speex.gyp:libspeex', |  1537         '../third_party/speex/speex.gyp:libspeex', | 
|  1530       ], |  1538       ], | 
|  1531     }], |  1539     }], | 
|  1532     ['linux_use_libgps==1', { |  1540     ['linux_use_libgps==1', { | 
|  1533       'dependencies': [ |  1541       'dependencies': [ | 
|  1534         '../build/linux/system.gyp:libgps', |  1542         '../build/linux/system.gyp:libgps', | 
|  1535       ], |  1543       ], | 
|  1536     }], |  1544     }], | 
|  1537   ], |  1545   ], | 
|  1538 } |  1546 } | 
| OLD | NEW |