| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'browser/android/content_view_impl.cc', | 194 'browser/android/content_view_impl.cc', |
| 195 'browser/android/content_view_impl.h', | 195 'browser/android/content_view_impl.h', |
| 196 'browser/android/content_view_client.cc', | 196 'browser/android/content_view_client.cc', |
| 197 'browser/android/content_view_client.h', | 197 'browser/android/content_view_client.h', |
| 198 'browser/android/device_info.cc', | 198 'browser/android/device_info.cc', |
| 199 'browser/android/device_info.h', | 199 'browser/android/device_info.h', |
| 200 'browser/android/download_controller.cc', | 200 'browser/android/download_controller.cc', |
| 201 'browser/android/download_controller.h', | 201 'browser/android/download_controller.h', |
| 202 'browser/android/sandboxed_process_launcher.cc', | 202 'browser/android/sandboxed_process_launcher.cc', |
| 203 'browser/android/sandboxed_process_launcher.h', | 203 'browser/android/sandboxed_process_launcher.h', |
| 204 'browser/android/touch_point.cc', |
| 205 'browser/android/touch_point.h', |
| 204 'browser/appcache/appcache_dispatcher_host.cc', | 206 'browser/appcache/appcache_dispatcher_host.cc', |
| 205 'browser/appcache/appcache_dispatcher_host.h', | 207 'browser/appcache/appcache_dispatcher_host.h', |
| 206 'browser/appcache/appcache_frontend_proxy.cc', | 208 'browser/appcache/appcache_frontend_proxy.cc', |
| 207 'browser/appcache/appcache_frontend_proxy.h', | 209 'browser/appcache/appcache_frontend_proxy.h', |
| 208 'browser/appcache/chrome_appcache_service.cc', | 210 'browser/appcache/chrome_appcache_service.cc', |
| 209 'browser/appcache/chrome_appcache_service.h', | 211 'browser/appcache/chrome_appcache_service.h', |
| 210 'browser/browser_child_process_host_impl.cc', | 212 'browser/browser_child_process_host_impl.cc', |
| 211 'browser/browser_child_process_host_impl.h', | 213 'browser/browser_child_process_host_impl.h', |
| 212 'browser/browser_context.cc', | 214 'browser/browser_context.cc', |
| 213 'browser/browser_main.cc', | 215 'browser/browser_main.cc', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 963 ], | 965 ], |
| 964 }], | 966 }], |
| 965 ['input_speech==0', { | 967 ['input_speech==0', { |
| 966 'sources/': [ | 968 'sources/': [ |
| 967 ['exclude', '^browser/speech/'], | 969 ['exclude', '^browser/speech/'], |
| 968 ], | 970 ], |
| 969 }], | 971 }], |
| 970 ], | 972 ], |
| 971 } | 973 } |
| 972 | 974 |
| OLD | NEW |