| 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 16 matching lines...) Expand all Loading... |
| 27 'sources': [ | 27 'sources': [ |
| 28 'port/browser/event_with_latency_info.h', | 28 'port/browser/event_with_latency_info.h', |
| 29 'port/browser/location_provider.h', | 29 'port/browser/location_provider.h', |
| 30 'port/browser/render_view_host_delegate_view.h', | 30 'port/browser/render_view_host_delegate_view.h', |
| 31 'port/browser/render_widget_host_view_port.h', | 31 'port/browser/render_widget_host_view_port.h', |
| 32 'port/browser/synthetic_gesture.h', | 32 'port/browser/synthetic_gesture.h', |
| 33 'port/browser/web_contents_view_port.h', | 33 'port/browser/web_contents_view_port.h', |
| 34 'public/browser/access_token_store.h', | 34 'public/browser/access_token_store.h', |
| 35 'public/browser/android/compositor.h', | 35 'public/browser/android/compositor.h', |
| 36 'public/browser/android/compositor_client.h', | 36 'public/browser/android/compositor_client.h', |
| 37 'public/browser/android/compositor_observer.h', |
| 38 'public/browser/android/compositor_provider.h', |
| 39 'public/browser/android/compositor_provider_client.h', |
| 37 'public/browser/android/content_view_core.h', | 40 'public/browser/android/content_view_core.h', |
| 38 'public/browser/android/content_view_layer_renderer.h', | 41 'public/browser/android/content_view_layer_renderer.h', |
| 39 'public/browser/android/devtools_auth.h', | 42 'public/browser/android/devtools_auth.h', |
| 40 'public/browser/android/download_controller_android.h', | 43 'public/browser/android/download_controller_android.h', |
| 41 'public/browser/android/synchronous_compositor_client.h', | 44 'public/browser/android/synchronous_compositor_client.h', |
| 42 'public/browser/android/synchronous_compositor.cc', | 45 'public/browser/android/synchronous_compositor.cc', |
| 43 'public/browser/android/synchronous_compositor.h', | 46 'public/browser/android/synchronous_compositor.h', |
| 44 'public/browser/browser_accessibility_state.h', | 47 'public/browser/browser_accessibility_state.h', |
| 45 'public/browser/browser_child_process_host.h', | 48 'public/browser/browser_child_process_host.h', |
| 46 'public/browser/browser_child_process_host_delegate.cc', | 49 'public/browser/browser_child_process_host_delegate.cc', |
| (...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1565 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1568 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
| 1566 ], | 1569 ], |
| 1567 }, { # input_speech==1 | 1570 }, { # input_speech==1 |
| 1568 'dependencies': [ | 1571 'dependencies': [ |
| 1569 '../third_party/flac/flac.gyp:libflac', | 1572 '../third_party/flac/flac.gyp:libflac', |
| 1570 '../third_party/speex/speex.gyp:libspeex', | 1573 '../third_party/speex/speex.gyp:libspeex', |
| 1571 ], | 1574 ], |
| 1572 }], | 1575 }], |
| 1573 ], | 1576 ], |
| 1574 } | 1577 } |
| OLD | NEW |