| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'public/browser/invalidate_type.h', | 108 'public/browser/invalidate_type.h', |
| 109 'public/browser/javascript_dialog_manager.cc', | 109 'public/browser/javascript_dialog_manager.cc', |
| 110 'public/browser/javascript_dialog_manager.h', | 110 'public/browser/javascript_dialog_manager.h', |
| 111 'public/browser/keyboard_listener.h', | 111 'public/browser/keyboard_listener.h', |
| 112 'public/browser/load_from_memory_cache_details.cc', | 112 'public/browser/load_from_memory_cache_details.cc', |
| 113 'public/browser/load_from_memory_cache_details.h', | 113 'public/browser/load_from_memory_cache_details.h', |
| 114 'public/browser/load_notification_details.h', | 114 'public/browser/load_notification_details.h', |
| 115 'public/browser/local_storage_usage_info.cc', | 115 'public/browser/local_storage_usage_info.cc', |
| 116 'public/browser/local_storage_usage_info.h', | 116 'public/browser/local_storage_usage_info.h', |
| 117 'public/browser/media_devices_monitor.h', | 117 'public/browser/media_devices_monitor.h', |
| 118 'public/browser/mouse_listener.h', |
| 118 'public/browser/native_web_keyboard_event.h', | 119 'public/browser/native_web_keyboard_event.h', |
| 119 'public/browser/navigation_controller.cc', | 120 'public/browser/navigation_controller.cc', |
| 120 'public/browser/navigation_controller.h', | 121 'public/browser/navigation_controller.h', |
| 121 'public/browser/navigation_details.cc', | 122 'public/browser/navigation_details.cc', |
| 122 'public/browser/navigation_details.h', | 123 'public/browser/navigation_details.h', |
| 123 'public/browser/navigation_entry.h', | 124 'public/browser/navigation_entry.h', |
| 124 'public/browser/navigation_type.h', | 125 'public/browser/navigation_type.h', |
| 125 'public/browser/notification_details.h', | 126 'public/browser/notification_details.h', |
| 126 'public/browser/notification_observer.h', | 127 'public/browser/notification_observer.h', |
| 127 'public/browser/notification_registrar.cc', | 128 'public/browser/notification_registrar.cc', |
| (...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 '../third_party/speex/speex.gyp:libspeex', | 1508 '../third_party/speex/speex.gyp:libspeex', |
| 1508 ], | 1509 ], |
| 1509 }], | 1510 }], |
| 1510 ['linux_use_libgps==1', { | 1511 ['linux_use_libgps==1', { |
| 1511 'dependencies': [ | 1512 'dependencies': [ |
| 1512 '../build/linux/system.gyp:libgps', | 1513 '../build/linux/system.gyp:libgps', |
| 1513 ], | 1514 ], |
| 1514 }], | 1515 }], |
| 1515 ], | 1516 ], |
| 1516 } | 1517 } |
| OLD | NEW |