| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'browser/accessibility/browser_accessibility_win.cc', | 195 'browser/accessibility/browser_accessibility_win.cc', |
| 196 'browser/accessibility/browser_accessibility_win.h', | 196 'browser/accessibility/browser_accessibility_win.h', |
| 197 'browser/android/android_browser_process.cc', | 197 'browser/android/android_browser_process.cc', |
| 198 'browser/android/android_browser_process.h', | 198 'browser/android/android_browser_process.h', |
| 199 'browser/android/browser_jni_registrar.cc', | 199 'browser/android/browser_jni_registrar.cc', |
| 200 'browser/android/browser_jni_registrar.h', | 200 'browser/android/browser_jni_registrar.h', |
| 201 'browser/android/content_settings.cc', | 201 'browser/android/content_settings.cc', |
| 202 'browser/android/content_settings.h', | 202 'browser/android/content_settings.h', |
| 203 'browser/android/content_startup_flags.cc', | 203 'browser/android/content_startup_flags.cc', |
| 204 'browser/android/content_startup_flags.h', | 204 'browser/android/content_startup_flags.h', |
| 205 'browser/android/content_util.cc', | |
| 206 'browser/android/content_util.h', | |
| 207 'browser/android/content_video_view.cc', | 205 'browser/android/content_video_view.cc', |
| 208 'browser/android/content_video_view.h', | 206 'browser/android/content_video_view.h', |
| 209 'browser/android/content_view_client.cc', | 207 'browser/android/content_view_client.cc', |
| 210 'browser/android/content_view_client.h', | 208 'browser/android/content_view_client.h', |
| 211 'browser/android/content_view_core_impl.cc', | 209 'browser/android/content_view_core_impl.cc', |
| 212 'browser/android/content_view_core_impl.h', | 210 'browser/android/content_view_core_impl.h', |
| 213 'browser/android/content_view_statics.cc', | 211 'browser/android/content_view_statics.cc', |
| 214 'browser/android/content_view_statics.h', | 212 'browser/android/content_view_statics.h', |
| 215 'browser/android/download_controller.cc', | 213 'browser/android/download_controller.cc', |
| 216 'browser/android/download_controller.h', | 214 'browser/android/download_controller.h', |
| 217 'browser/android/devtools_auth.cc', | 215 'browser/android/devtools_auth.cc', |
| 218 'browser/android/draw_delegate_impl.h', | 216 'browser/android/draw_delegate_impl.h', |
| 219 'browser/android/draw_delegate_impl.cc', | 217 'browser/android/draw_delegate_impl.cc', |
| 220 'browser/android/graphics_context.cc', | 218 'browser/android/graphics_context.cc', |
| 221 'browser/android/ime_utils.cc', | |
| 222 'browser/android/ime_utils.h', | |
| 223 'browser/android/load_url_params.cc', | 219 'browser/android/load_url_params.cc', |
| 224 'browser/android/load_url_params.h', | 220 'browser/android/load_url_params.h', |
| 225 'browser/android/sandboxed_process_launcher.cc', | 221 'browser/android/sandboxed_process_launcher.cc', |
| 226 'browser/android/sandboxed_process_launcher.h', | 222 'browser/android/sandboxed_process_launcher.h', |
| 227 'browser/android/touch_point.cc', | 223 'browser/android/touch_point.cc', |
| 228 'browser/android/touch_point.h', | 224 'browser/android/touch_point.h', |
| 229 'browser/appcache/appcache_dispatcher_host.cc', | 225 'browser/appcache/appcache_dispatcher_host.cc', |
| 230 'browser/appcache/appcache_dispatcher_host.h', | 226 'browser/appcache/appcache_dispatcher_host.h', |
| 231 'browser/appcache/appcache_frontend_proxy.cc', | 227 'browser/appcache/appcache_frontend_proxy.cc', |
| 232 'browser/appcache/appcache_frontend_proxy.h', | 228 'browser/appcache/appcache_frontend_proxy.h', |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 ['exclude', '^browser/renderer_host/java/'], | 1014 ['exclude', '^browser/renderer_host/java/'], |
| 1019 ], | 1015 ], |
| 1020 }], | 1016 }], |
| 1021 ['input_speech==0', { | 1017 ['input_speech==0', { |
| 1022 'sources/': [ | 1018 'sources/': [ |
| 1023 ['exclude', '^browser/speech/'], | 1019 ['exclude', '^browser/speech/'], |
| 1024 ], | 1020 ], |
| 1025 }], | 1021 }], |
| 1026 ], | 1022 ], |
| 1027 } | 1023 } |
| OLD | NEW |