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/download_controller.cc', | 204 'browser/android/download_controller.cc', |
207 'browser/android/download_controller.h', | 205 'browser/android/download_controller.h', |
208 'browser/android/devtools_auth.cc', | 206 'browser/android/devtools_auth.cc', |
209 'browser/android/draw_delegate_impl.h', | 207 'browser/android/draw_delegate_impl.h', |
210 'browser/android/draw_delegate_impl.cc', | 208 'browser/android/draw_delegate_impl.cc', |
211 'browser/android/graphics_context.h', | 209 'browser/android/graphics_context.h', |
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 ['exclude', '^browser/renderer_host/java/'], | 1047 ['exclude', '^browser/renderer_host/java/'], |
1050 ], | 1048 ], |
1051 }], | 1049 }], |
1052 ['input_speech==0', { | 1050 ['input_speech==0', { |
1053 'sources/': [ | 1051 'sources/': [ |
1054 ['exclude', '^browser/speech/'], | 1052 ['exclude', '^browser/speech/'], |
1055 ], | 1053 ], |
1056 }], | 1054 }], |
1057 ], | 1055 ], |
1058 } | 1056 } |
OLD | NEW |