| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'browser/device_monitor_mac.cc', | 281 'browser/device_monitor_mac.cc', |
| 282 'browser/device_monitor_mac.h', | 282 'browser/device_monitor_mac.h', |
| 283 'browser/device_orientation/accelerometer_mac.cc', | 283 'browser/device_orientation/accelerometer_mac.cc', |
| 284 'browser/device_orientation/accelerometer_mac.h', | 284 'browser/device_orientation/accelerometer_mac.h', |
| 285 'browser/device_orientation/data_fetcher.h', | 285 'browser/device_orientation/data_fetcher.h', |
| 286 'browser/device_orientation/data_fetcher_impl_android.cc', | 286 'browser/device_orientation/data_fetcher_impl_android.cc', |
| 287 'browser/device_orientation/data_fetcher_impl_android.h', | 287 'browser/device_orientation/data_fetcher_impl_android.h', |
| 288 'browser/device_orientation/device_data.h', | 288 'browser/device_orientation/device_data.h', |
| 289 'browser/device_orientation/message_filter.cc', | 289 'browser/device_orientation/message_filter.cc', |
| 290 'browser/device_orientation/message_filter.h', | 290 'browser/device_orientation/message_filter.h', |
| 291 'browser/device_orientation/motion.cc', |
| 292 'browser/device_orientation/motion.h', |
| 293 'browser/device_orientation/motion_message_filter.cc', |
| 294 'browser/device_orientation/motion_message_filter.h', |
| 291 'browser/device_orientation/observer_delegate.cc', | 295 'browser/device_orientation/observer_delegate.cc', |
| 292 'browser/device_orientation/observer_delegate.h', | 296 'browser/device_orientation/observer_delegate.h', |
| 297 'browser/device_orientation/orientation.cc', |
| 298 'browser/device_orientation/orientation.h', |
| 293 'browser/device_orientation/orientation_message_filter.cc', | 299 'browser/device_orientation/orientation_message_filter.cc', |
| 294 'browser/device_orientation/orientation_message_filter.h', | 300 'browser/device_orientation/orientation_message_filter.h', |
| 295 'browser/device_orientation/orientation.cc', | |
| 296 'browser/device_orientation/orientation.h', | |
| 297 'browser/device_orientation/provider.cc', | 301 'browser/device_orientation/provider.cc', |
| 298 'browser/device_orientation/provider.h', | 302 'browser/device_orientation/provider.h', |
| 299 'browser/device_orientation/provider_impl.cc', | 303 'browser/device_orientation/provider_impl.cc', |
| 300 'browser/device_orientation/provider_impl.h', | 304 'browser/device_orientation/provider_impl.h', |
| 301 'browser/dom_storage/dom_storage_context_impl.cc', | 305 'browser/dom_storage/dom_storage_context_impl.cc', |
| 302 'browser/dom_storage/dom_storage_context_impl.h', | 306 'browser/dom_storage/dom_storage_context_impl.h', |
| 303 'browser/dom_storage/dom_storage_message_filter.cc', | 307 'browser/dom_storage/dom_storage_message_filter.cc', |
| 304 'browser/dom_storage/dom_storage_message_filter.h', | 308 'browser/dom_storage/dom_storage_message_filter.h', |
| 305 'browser/dom_storage/session_storage_namespace_impl.cc', | 309 'browser/dom_storage/session_storage_namespace_impl.cc', |
| 306 'browser/dom_storage/session_storage_namespace_impl.h', | 310 'browser/dom_storage/session_storage_namespace_impl.h', |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 ['exclude', '^browser/renderer_host/java/'], | 1017 ['exclude', '^browser/renderer_host/java/'], |
| 1014 ], | 1018 ], |
| 1015 }], | 1019 }], |
| 1016 ['input_speech==0', { | 1020 ['input_speech==0', { |
| 1017 'sources/': [ | 1021 'sources/': [ |
| 1018 ['exclude', '^browser/speech/'], | 1022 ['exclude', '^browser/speech/'], |
| 1019 ], | 1023 ], |
| 1020 }], | 1024 }], |
| 1021 ], | 1025 ], |
| 1022 } | 1026 } |
| OLD | NEW |