| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'public/browser/geolocation_permission_context.h', | 101 'public/browser/geolocation_permission_context.h', |
| 102 'public/browser/geolocation_provider.h', | 102 'public/browser/geolocation_provider.h', |
| 103 'public/browser/global_request_id.h', | 103 'public/browser/global_request_id.h', |
| 104 'public/browser/gpu_data_manager.h', | 104 'public/browser/gpu_data_manager.h', |
| 105 'public/browser/gpu_data_manager_observer.h', | 105 'public/browser/gpu_data_manager_observer.h', |
| 106 'public/browser/histogram_fetcher.h', | 106 'public/browser/histogram_fetcher.h', |
| 107 'public/browser/host_zoom_map.h', | 107 'public/browser/host_zoom_map.h', |
| 108 'public/browser/indexed_db_context.h', | 108 'public/browser/indexed_db_context.h', |
| 109 'public/browser/indexed_db_info.cc', | 109 'public/browser/indexed_db_info.cc', |
| 110 'public/browser/indexed_db_info.h', | 110 'public/browser/indexed_db_info.h', |
| 111 'public/browser/interstitial_page.cc', |
| 111 'public/browser/interstitial_page.h', | 112 'public/browser/interstitial_page.h', |
| 112 'public/browser/invalidate_type.h', | 113 'public/browser/invalidate_type.h', |
| 113 'public/browser/javascript_dialog_manager.cc', | 114 'public/browser/javascript_dialog_manager.cc', |
| 114 'public/browser/javascript_dialog_manager.h', | 115 'public/browser/javascript_dialog_manager.h', |
| 115 'public/browser/load_from_memory_cache_details.cc', | 116 'public/browser/load_from_memory_cache_details.cc', |
| 116 'public/browser/load_from_memory_cache_details.h', | 117 'public/browser/load_from_memory_cache_details.h', |
| 117 'public/browser/load_notification_details.h', | 118 'public/browser/load_notification_details.h', |
| 118 'public/browser/local_storage_usage_info.cc', | 119 'public/browser/local_storage_usage_info.cc', |
| 119 'public/browser/local_storage_usage_info.h', | 120 'public/browser/local_storage_usage_info.h', |
| 120 'public/browser/media_device_id.cc', | 121 'public/browser/media_device_id.cc', |
| (...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1552 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
| 1552 ], | 1553 ], |
| 1553 }, { # input_speech==1 | 1554 }, { # input_speech==1 |
| 1554 'dependencies': [ | 1555 'dependencies': [ |
| 1555 '../third_party/flac/flac.gyp:libflac', | 1556 '../third_party/flac/flac.gyp:libflac', |
| 1556 '../third_party/speex/speex.gyp:libspeex', | 1557 '../third_party/speex/speex.gyp:libspeex', |
| 1557 ], | 1558 ], |
| 1558 }], | 1559 }], |
| 1559 ], | 1560 ], |
| 1560 } | 1561 } |
| OLD | NEW |