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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'browser/android/android_browser_process.cc', | 190 'browser/android/android_browser_process.cc', |
191 'browser/android/android_browser_process.h', | 191 'browser/android/android_browser_process.h', |
192 'browser/android/browser_jni_registrar.cc', | 192 'browser/android/browser_jni_registrar.cc', |
193 'browser/android/browser_jni_registrar.h', | 193 'browser/android/browser_jni_registrar.h', |
194 'browser/android/content_settings.cc', | 194 'browser/android/content_settings.cc', |
195 'browser/android/content_settings.h', | 195 'browser/android/content_settings.h', |
196 'browser/android/content_startup_flags.cc', | 196 'browser/android/content_startup_flags.cc', |
197 'browser/android/content_startup_flags.h', | 197 'browser/android/content_startup_flags.h', |
198 'browser/android/content_video_view.cc', | 198 'browser/android/content_video_view.cc', |
199 'browser/android/content_video_view.h', | 199 'browser/android/content_video_view.h', |
200 'browser/android/content_view_client.cc', | |
201 'browser/android/content_view_client.h', | |
202 'browser/android/content_view_core_impl.cc', | 200 'browser/android/content_view_core_impl.cc', |
203 'browser/android/content_view_core_impl.h', | 201 'browser/android/content_view_core_impl.h', |
204 'browser/android/content_view_statics.cc', | 202 'browser/android/content_view_statics.cc', |
205 'browser/android/content_view_statics.h', | 203 'browser/android/content_view_statics.h', |
206 'browser/android/cookie_getter_impl.cc', | 204 'browser/android/cookie_getter_impl.cc', |
207 'browser/android/cookie_getter_impl.h', | 205 'browser/android/cookie_getter_impl.h', |
208 'browser/android/download_controller.cc', | 206 'browser/android/download_controller.cc', |
209 'browser/android/download_controller.h', | 207 'browser/android/download_controller.h', |
210 'browser/android/devtools_auth.cc', | 208 'browser/android/devtools_auth.cc', |
211 'browser/android/draw_delegate_impl.h', | 209 'browser/android/draw_delegate_impl.h', |
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 ['exclude', '^browser/renderer_host/java/'], | 1059 ['exclude', '^browser/renderer_host/java/'], |
1062 ], | 1060 ], |
1063 }], | 1061 }], |
1064 ['input_speech==0', { | 1062 ['input_speech==0', { |
1065 'sources/': [ | 1063 'sources/': [ |
1066 ['exclude', '^browser/speech/'], | 1064 ['exclude', '^browser/speech/'], |
1067 ], | 1065 ], |
1068 }], | 1066 }], |
1069 ], | 1067 ], |
1070 } | 1068 } |
OLD | NEW |