| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'browser/debugger/devtools_netlog_observer.cc', | 269 'browser/debugger/devtools_netlog_observer.cc', |
| 270 'browser/debugger/devtools_netlog_observer.h', | 270 'browser/debugger/devtools_netlog_observer.h', |
| 271 'browser/debugger/render_view_devtools_agent_host.cc', | 271 'browser/debugger/render_view_devtools_agent_host.cc', |
| 272 'browser/debugger/render_view_devtools_agent_host.h', | 272 'browser/debugger/render_view_devtools_agent_host.h', |
| 273 'browser/debugger/worker_devtools_manager.cc', | 273 'browser/debugger/worker_devtools_manager.cc', |
| 274 'browser/debugger/worker_devtools_manager.h', | 274 'browser/debugger/worker_devtools_manager.h', |
| 275 'browser/debugger/worker_devtools_message_filter.cc', | 275 'browser/debugger/worker_devtools_message_filter.cc', |
| 276 'browser/debugger/worker_devtools_message_filter.h', | 276 'browser/debugger/worker_devtools_message_filter.h', |
| 277 'browser/device_monitor_linux.cc', | 277 'browser/device_monitor_linux.cc', |
| 278 'browser/device_monitor_linux.h', | 278 'browser/device_monitor_linux.h', |
| 279 'browser/device_monitor_mac.mm', |
| 280 'browser/device_monitor_mac.h', |
| 279 'browser/device_orientation/accelerometer_mac.cc', | 281 'browser/device_orientation/accelerometer_mac.cc', |
| 280 'browser/device_orientation/accelerometer_mac.h', | 282 'browser/device_orientation/accelerometer_mac.h', |
| 281 'browser/device_orientation/data_fetcher.h', | 283 'browser/device_orientation/data_fetcher.h', |
| 282 'browser/device_orientation/data_fetcher_impl_android.cc', | 284 'browser/device_orientation/data_fetcher_impl_android.cc', |
| 283 'browser/device_orientation/data_fetcher_impl_android.h', | 285 'browser/device_orientation/data_fetcher_impl_android.h', |
| 284 'browser/device_orientation/orientation.h', | 286 'browser/device_orientation/orientation.h', |
| 285 'browser/device_orientation/orientation_message_filter.cc', | 287 'browser/device_orientation/orientation_message_filter.cc', |
| 286 'browser/device_orientation/orientation_message_filter.h', | 288 'browser/device_orientation/orientation_message_filter.h', |
| 287 'browser/device_orientation/provider.cc', | 289 'browser/device_orientation/provider.cc', |
| 288 'browser/device_orientation/provider.h', | 290 'browser/device_orientation/provider.h', |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 ['exclude', '^browser/renderer_host/java/'], | 1001 ['exclude', '^browser/renderer_host/java/'], |
| 1000 ], | 1002 ], |
| 1001 }], | 1003 }], |
| 1002 ['input_speech==0', { | 1004 ['input_speech==0', { |
| 1003 'sources/': [ | 1005 'sources/': [ |
| 1004 ['exclude', '^browser/speech/'], | 1006 ['exclude', '^browser/speech/'], |
| 1005 ], | 1007 ], |
| 1006 }], | 1008 }], |
| 1007 ], | 1009 ], |
| 1008 } | 1010 } |
| OLD | NEW |