| 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 'browser/streams/stream_url_request_job.h', | 1125 'browser/streams/stream_url_request_job.h', |
| 1126 'browser/streams/stream_write_observer.h', | 1126 'browser/streams/stream_write_observer.h', |
| 1127 'browser/storage_partition_impl.cc', | 1127 'browser/storage_partition_impl.cc', |
| 1128 'browser/storage_partition_impl.h', | 1128 'browser/storage_partition_impl.h', |
| 1129 'browser/storage_partition_impl_map.cc', | 1129 'browser/storage_partition_impl_map.cc', |
| 1130 'browser/storage_partition_impl_map.h', | 1130 'browser/storage_partition_impl_map.h', |
| 1131 'browser/system_message_window_win.cc', | 1131 'browser/system_message_window_win.cc', |
| 1132 'browser/system_message_window_win.h', | 1132 'browser/system_message_window_win.h', |
| 1133 'browser/tcmalloc_internals_request_job.cc', | 1133 'browser/tcmalloc_internals_request_job.cc', |
| 1134 'browser/tcmalloc_internals_request_job.h', | 1134 'browser/tcmalloc_internals_request_job.h', |
| 1135 'browser/theme_helper_mac.mm', |
| 1136 'browser/theme_helper_mac.h', |
| 1135 'browser/tracing/trace_controller_impl.cc', | 1137 'browser/tracing/trace_controller_impl.cc', |
| 1136 'browser/tracing/trace_controller_impl.h', | 1138 'browser/tracing/trace_controller_impl.h', |
| 1137 'browser/tracing/trace_message_filter.cc', | 1139 'browser/tracing/trace_message_filter.cc', |
| 1138 'browser/tracing/trace_message_filter.h', | 1140 'browser/tracing/trace_message_filter.h', |
| 1139 'browser/tracing/trace_subscriber_stdio.cc', | 1141 'browser/tracing/trace_subscriber_stdio.cc', |
| 1140 'browser/tracing/trace_subscriber_stdio.h', | 1142 'browser/tracing/trace_subscriber_stdio.h', |
| 1141 'browser/tracing/tracing_controller_impl.cc', | 1143 'browser/tracing/tracing_controller_impl.cc', |
| 1142 'browser/tracing/tracing_controller_impl.h', | 1144 'browser/tracing/tracing_controller_impl.h', |
| 1143 'browser/tracing/tracing_ui.cc', | 1145 'browser/tracing/tracing_ui.cc', |
| 1144 'browser/tracing/tracing_ui.h', | 1146 'browser/tracing/tracing_ui.h', |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1553 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1555 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
| 1554 ], | 1556 ], |
| 1555 }, { # input_speech==1 | 1557 }, { # input_speech==1 |
| 1556 'dependencies': [ | 1558 'dependencies': [ |
| 1557 '../third_party/flac/flac.gyp:libflac', | 1559 '../third_party/flac/flac.gyp:libflac', |
| 1558 '../third_party/speex/speex.gyp:libspeex', | 1560 '../third_party/speex/speex.gyp:libspeex', |
| 1559 ], | 1561 ], |
| 1560 }], | 1562 }], |
| 1561 ], | 1563 ], |
| 1562 } | 1564 } |
| OLD | NEW |