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/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
8 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'browser/android/android_browser_process.cc', | 187 'browser/android/android_browser_process.cc', |
188 'browser/android/android_browser_process.h', | 188 'browser/android/android_browser_process.h', |
189 'browser/android/command_line.cc', | 189 'browser/android/command_line.cc', |
190 'browser/android/command_line.h', | 190 'browser/android/command_line.h', |
191 'browser/android/device_info.cc', | 191 'browser/android/device_info.cc', |
192 'browser/android/device_info.h', | 192 'browser/android/device_info.h', |
193 'browser/android/download_controller.cc', | 193 'browser/android/download_controller.cc', |
194 'browser/android/download_controller.h', | 194 'browser/android/download_controller.h', |
195 'browser/android/jni_helper.cc', | 195 'browser/android/jni_helper.cc', |
196 'browser/android/jni_helper.h', | 196 'browser/android/jni_helper.h', |
| 197 'browser/android/sandboxed_process_launcher.cc', |
| 198 'browser/android/sandboxed_process_launcher.h', |
197 'browser/android/trace_event_binding.cc', | 199 'browser/android/trace_event_binding.cc', |
198 'browser/android/trace_event_binding.h', | 200 'browser/android/trace_event_binding.h', |
199 'browser/appcache/appcache_dispatcher_host.cc', | 201 'browser/appcache/appcache_dispatcher_host.cc', |
200 'browser/appcache/appcache_dispatcher_host.h', | 202 'browser/appcache/appcache_dispatcher_host.h', |
201 'browser/appcache/appcache_frontend_proxy.cc', | 203 'browser/appcache/appcache_frontend_proxy.cc', |
202 'browser/appcache/appcache_frontend_proxy.h', | 204 'browser/appcache/appcache_frontend_proxy.h', |
203 'browser/appcache/chrome_appcache_service.cc', | 205 'browser/appcache/chrome_appcache_service.cc', |
204 'browser/appcache/chrome_appcache_service.h', | 206 'browser/appcache/chrome_appcache_service.h', |
205 'browser/browser_child_process_host_impl.cc', | 207 'browser/browser_child_process_host_impl.cc', |
206 'browser/browser_child_process_host_impl.h', | 208 'browser/browser_child_process_host_impl.h', |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 ], | 955 ], |
954 }], | 956 }], |
955 ['input_speech==0', { | 957 ['input_speech==0', { |
956 'sources/': [ | 958 'sources/': [ |
957 ['exclude', '^browser/speech/'], | 959 ['exclude', '^browser/speech/'], |
958 ], | 960 ], |
959 }], | 961 }], |
960 ], | 962 ], |
961 } | 963 } |
962 | 964 |
OLD | NEW |