| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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', | 197     'browser/android/sandboxed_process_launcher.cc', | 
| 198     'browser/android/sandboxed_process_launcher.h', | 198     'browser/android/sandboxed_process_launcher.h', | 
|  | 199     'browser/android/touch_point.cc', | 
|  | 200     'browser/android/touch_point.h', | 
| 199     'browser/android/trace_event_binding.cc', | 201     'browser/android/trace_event_binding.cc', | 
| 200     'browser/android/trace_event_binding.h', | 202     'browser/android/trace_event_binding.h', | 
| 201     'browser/appcache/appcache_dispatcher_host.cc', | 203     'browser/appcache/appcache_dispatcher_host.cc', | 
| 202     'browser/appcache/appcache_dispatcher_host.h', | 204     'browser/appcache/appcache_dispatcher_host.h', | 
| 203     'browser/appcache/appcache_frontend_proxy.cc', | 205     'browser/appcache/appcache_frontend_proxy.cc', | 
| 204     'browser/appcache/appcache_frontend_proxy.h', | 206     'browser/appcache/appcache_frontend_proxy.h', | 
| 205     'browser/appcache/chrome_appcache_service.cc', | 207     'browser/appcache/chrome_appcache_service.cc', | 
| 206     'browser/appcache/chrome_appcache_service.h', | 208     'browser/appcache/chrome_appcache_service.h', | 
| 207     'browser/browser_child_process_host_impl.cc', | 209     'browser/browser_child_process_host_impl.cc', | 
| 208     'browser/browser_child_process_host_impl.h', | 210     'browser/browser_child_process_host_impl.h', | 
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 960       ], | 962       ], | 
| 961     }], | 963     }], | 
| 962     ['input_speech==0', { | 964     ['input_speech==0', { | 
| 963       'sources/': [ | 965       'sources/': [ | 
| 964         ['exclude', '^browser/speech/'], | 966         ['exclude', '^browser/speech/'], | 
| 965       ], | 967       ], | 
| 966     }], | 968     }], | 
| 967   ], | 969   ], | 
| 968 } | 970 } | 
| 969 | 971 | 
| OLD | NEW | 
|---|