| 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_settings.cc', | 194 'browser/android/content_settings.cc', |
| 195 'browser/android/content_settings.h', | 195 'browser/android/content_settings.h', |
| 196 'browser/android/content_startup_flags.cc', | 196 'browser/android/content_startup_flags.cc', |
| 197 'browser/android/content_startup_flags.h', | 197 'browser/android/content_startup_flags.h', |
| 198 'browser/android/content_util.cc', | 198 'browser/android/content_util.cc', |
| 199 'browser/android/content_util.h', | 199 'browser/android/content_util.h', |
| 200 'browser/android/content_view_client.cc', | 200 'browser/android/content_view_client.cc', |
| 201 'browser/android/content_view_client.h', | 201 'browser/android/content_view_client.h', |
| 202 'browser/android/content_view_core_impl.cc', | 202 'browser/android/content_view_core_impl.cc', |
| 203 'browser/android/content_view_core_impl.h', | 203 'browser/android/content_view_core_impl.h', |
| 204 'browser/android/content_view_statics.cc', |
| 205 'browser/android/content_view_statics.h', |
| 204 'browser/android/devtools_server.cc', | 206 'browser/android/devtools_server.cc', |
| 205 'browser/android/download_controller.cc', | 207 'browser/android/download_controller.cc', |
| 206 'browser/android/download_controller.h', | 208 'browser/android/download_controller.h', |
| 207 'browser/android/ime_utils.cc', | 209 'browser/android/ime_utils.cc', |
| 208 'browser/android/ime_utils.h', | 210 'browser/android/ime_utils.h', |
| 209 'browser/android/remote_debugging_controller.cc', | 211 'browser/android/remote_debugging_controller.cc', |
| 210 'browser/android/remote_debugging_controller.h', | 212 'browser/android/remote_debugging_controller.h', |
| 211 'browser/android/sandboxed_process_launcher.cc', | 213 'browser/android/sandboxed_process_launcher.cc', |
| 212 'browser/android/sandboxed_process_launcher.h', | 214 'browser/android/sandboxed_process_launcher.h', |
| 213 'browser/android/touch_point.cc', | 215 'browser/android/touch_point.cc', |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 ], | 994 ], |
| 993 }], | 995 }], |
| 994 ['input_speech==0', { | 996 ['input_speech==0', { |
| 995 'sources/': [ | 997 'sources/': [ |
| 996 ['exclude', '^browser/speech/'], | 998 ['exclude', '^browser/speech/'], |
| 997 ], | 999 ], |
| 998 }], | 1000 }], |
| 999 ], | 1001 ], |
| 1000 } | 1002 } |
| 1001 | 1003 |
| OLD | NEW |