| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'browser/android/content_view_statics.cc', | 212 'browser/android/content_view_statics.cc', |
| 213 'browser/android/content_view_statics.h', | 213 'browser/android/content_view_statics.h', |
| 214 'browser/android/download_controller.cc', | 214 'browser/android/download_controller.cc', |
| 215 'browser/android/download_controller.h', | 215 'browser/android/download_controller.h', |
| 216 'browser/android/devtools_auth.cc', | 216 'browser/android/devtools_auth.cc', |
| 217 'browser/android/draw_delegate_impl.h', | 217 'browser/android/draw_delegate_impl.h', |
| 218 'browser/android/draw_delegate_impl.cc', | 218 'browser/android/draw_delegate_impl.cc', |
| 219 'browser/android/graphics_context.cc', | 219 'browser/android/graphics_context.cc', |
| 220 'browser/android/ime_utils.cc', | 220 'browser/android/ime_utils.cc', |
| 221 'browser/android/ime_utils.h', | 221 'browser/android/ime_utils.h', |
| 222 'browser/android/load_url_params.cc', |
| 223 'browser/android/load_url_params.h', |
| 222 'browser/android/sandboxed_process_launcher.cc', | 224 'browser/android/sandboxed_process_launcher.cc', |
| 223 'browser/android/sandboxed_process_launcher.h', | 225 'browser/android/sandboxed_process_launcher.h', |
| 224 'browser/android/touch_point.cc', | 226 'browser/android/touch_point.cc', |
| 225 'browser/android/touch_point.h', | 227 'browser/android/touch_point.h', |
| 226 'browser/appcache/appcache_dispatcher_host.cc', | 228 'browser/appcache/appcache_dispatcher_host.cc', |
| 227 'browser/appcache/appcache_dispatcher_host.h', | 229 'browser/appcache/appcache_dispatcher_host.h', |
| 228 'browser/appcache/appcache_frontend_proxy.cc', | 230 'browser/appcache/appcache_frontend_proxy.cc', |
| 229 'browser/appcache/appcache_frontend_proxy.h', | 231 'browser/appcache/appcache_frontend_proxy.h', |
| 230 'browser/appcache/chrome_appcache_service.cc', | 232 'browser/appcache/chrome_appcache_service.cc', |
| 231 'browser/appcache/chrome_appcache_service.h', | 233 'browser/appcache/chrome_appcache_service.h', |
| (...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 ['exclude', '^browser/renderer_host/java/'], | 1013 ['exclude', '^browser/renderer_host/java/'], |
| 1012 ], | 1014 ], |
| 1013 }], | 1015 }], |
| 1014 ['input_speech==0', { | 1016 ['input_speech==0', { |
| 1015 'sources/': [ | 1017 'sources/': [ |
| 1016 ['exclude', '^browser/speech/'], | 1018 ['exclude', '^browser/speech/'], |
| 1017 ], | 1019 ], |
| 1018 }], | 1020 }], |
| 1019 ], | 1021 ], |
| 1020 } | 1022 } |
| OLD | NEW |