| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'browser/accessibility/browser_accessibility_manager_win.cc', | 181 'browser/accessibility/browser_accessibility_manager_win.cc', |
| 182 'browser/accessibility/browser_accessibility_manager_win.h', | 182 'browser/accessibility/browser_accessibility_manager_win.h', |
| 183 'browser/accessibility/browser_accessibility_state_impl.cc', | 183 'browser/accessibility/browser_accessibility_state_impl.cc', |
| 184 'browser/accessibility/browser_accessibility_state_impl.h', | 184 'browser/accessibility/browser_accessibility_state_impl.h', |
| 185 'browser/accessibility/browser_accessibility_win.cc', | 185 'browser/accessibility/browser_accessibility_win.cc', |
| 186 'browser/accessibility/browser_accessibility_win.h', | 186 'browser/accessibility/browser_accessibility_win.h', |
| 187 'browser/android/command_line.cc', | 187 'browser/android/command_line.cc', |
| 188 'browser/android/command_line.h', | 188 'browser/android/command_line.h', |
| 189 'browser/android/content_jni_registrar.cc', | 189 'browser/android/content_jni_registrar.cc', |
| 190 'browser/android/content_jni_registrar.h', | 190 'browser/android/content_jni_registrar.h', |
| 191 'browser/android/download_controller.cc', |
| 192 'browser/android/download_controller.h', |
| 191 'browser/android/jni_helper.cc', | 193 'browser/android/jni_helper.cc', |
| 192 'browser/android/jni_helper.h', | 194 'browser/android/jni_helper.h', |
| 193 'browser/android/library_loader_hooks.cc', | 195 'browser/android/library_loader_hooks.cc', |
| 194 'browser/android/trace_event_binding.cc', | 196 'browser/android/trace_event_binding.cc', |
| 195 'browser/android/trace_event_binding.h', | 197 'browser/android/trace_event_binding.h', |
| 196 'browser/appcache/appcache_dispatcher_host.cc', | 198 'browser/appcache/appcache_dispatcher_host.cc', |
| 197 'browser/appcache/appcache_dispatcher_host.h', | 199 'browser/appcache/appcache_dispatcher_host.h', |
| 198 'browser/appcache/appcache_frontend_proxy.cc', | 200 'browser/appcache/appcache_frontend_proxy.cc', |
| 199 'browser/appcache/appcache_frontend_proxy.h', | 201 'browser/appcache/appcache_frontend_proxy.h', |
| 200 'browser/appcache/chrome_appcache_service.cc', | 202 'browser/appcache/chrome_appcache_service.cc', |
| (...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 ], | 964 ], |
| 963 }], | 965 }], |
| 964 ['input_speech==0', { | 966 ['input_speech==0', { |
| 965 'sources/': [ | 967 'sources/': [ |
| 966 ['exclude', '^browser/speech/'], | 968 ['exclude', '^browser/speech/'], |
| 967 ], | 969 ], |
| 968 }], | 970 }], |
| 969 ], | 971 ], |
| 970 } | 972 } |
| 971 | 973 |
| OLD | NEW |