| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'browser/debugger/devtools_netlog_observer.cc', | 268 'browser/debugger/devtools_netlog_observer.cc', |
| 269 'browser/debugger/devtools_netlog_observer.h', | 269 'browser/debugger/devtools_netlog_observer.h', |
| 270 'browser/debugger/render_view_devtools_agent_host.cc', | 270 'browser/debugger/render_view_devtools_agent_host.cc', |
| 271 'browser/debugger/render_view_devtools_agent_host.h', | 271 'browser/debugger/render_view_devtools_agent_host.h', |
| 272 'browser/debugger/worker_devtools_manager.cc', | 272 'browser/debugger/worker_devtools_manager.cc', |
| 273 'browser/debugger/worker_devtools_manager.h', | 273 'browser/debugger/worker_devtools_manager.h', |
| 274 'browser/debugger/worker_devtools_message_filter.cc', | 274 'browser/debugger/worker_devtools_message_filter.cc', |
| 275 'browser/debugger/worker_devtools_message_filter.h', | 275 'browser/debugger/worker_devtools_message_filter.h', |
| 276 'browser/device_monitor_linux.cc', | 276 'browser/device_monitor_linux.cc', |
| 277 'browser/device_monitor_linux.h', | 277 'browser/device_monitor_linux.h', |
| 278 'browser/device_monitor_mac.cc', |
| 279 'browser/device_monitor_mac.h', |
| 278 'browser/device_orientation/accelerometer_mac.cc', | 280 'browser/device_orientation/accelerometer_mac.cc', |
| 279 'browser/device_orientation/accelerometer_mac.h', | 281 'browser/device_orientation/accelerometer_mac.h', |
| 280 'browser/device_orientation/data_fetcher.h', | 282 'browser/device_orientation/data_fetcher.h', |
| 281 'browser/device_orientation/data_fetcher_impl_android.cc', | 283 'browser/device_orientation/data_fetcher_impl_android.cc', |
| 282 'browser/device_orientation/data_fetcher_impl_android.h', | 284 'browser/device_orientation/data_fetcher_impl_android.h', |
| 283 'browser/device_orientation/device_data.h', | 285 'browser/device_orientation/device_data.h', |
| 284 'browser/device_orientation/message_filter.cc', | 286 'browser/device_orientation/message_filter.cc', |
| 285 'browser/device_orientation/message_filter.h', | 287 'browser/device_orientation/message_filter.h', |
| 286 'browser/device_orientation/observer_delegate.cc', | 288 'browser/device_orientation/observer_delegate.cc', |
| 287 'browser/device_orientation/observer_delegate.h', | 289 'browser/device_orientation/observer_delegate.h', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 ['exclude', '^browser/renderer_host/java/'], | 1010 ['exclude', '^browser/renderer_host/java/'], |
| 1009 ], | 1011 ], |
| 1010 }], | 1012 }], |
| 1011 ['input_speech==0', { | 1013 ['input_speech==0', { |
| 1012 'sources/': [ | 1014 'sources/': [ |
| 1013 ['exclude', '^browser/speech/'], | 1015 ['exclude', '^browser/speech/'], |
| 1014 ], | 1016 ], |
| 1015 }], | 1017 }], |
| 1016 ], | 1018 ], |
| 1017 } | 1019 } |
| OLD | NEW |