| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'browser/debugger/devtools_manager_impl.cc', | 261 'browser/debugger/devtools_manager_impl.cc', |
| 262 'browser/debugger/devtools_manager_impl.h', | 262 'browser/debugger/devtools_manager_impl.h', |
| 263 'browser/debugger/devtools_netlog_observer.cc', | 263 'browser/debugger/devtools_netlog_observer.cc', |
| 264 'browser/debugger/devtools_netlog_observer.h', | 264 'browser/debugger/devtools_netlog_observer.h', |
| 265 'browser/debugger/render_view_devtools_agent_host.cc', | 265 'browser/debugger/render_view_devtools_agent_host.cc', |
| 266 'browser/debugger/render_view_devtools_agent_host.h', | 266 'browser/debugger/render_view_devtools_agent_host.h', |
| 267 'browser/debugger/worker_devtools_manager.cc', | 267 'browser/debugger/worker_devtools_manager.cc', |
| 268 'browser/debugger/worker_devtools_manager.h', | 268 'browser/debugger/worker_devtools_manager.h', |
| 269 'browser/debugger/worker_devtools_message_filter.cc', | 269 'browser/debugger/worker_devtools_message_filter.cc', |
| 270 'browser/debugger/worker_devtools_message_filter.h', | 270 'browser/debugger/worker_devtools_message_filter.h', |
| 271 'browser/devices_monitor/devices_monitor.cc', |
| 272 'browser/devices_monitor/devices_monitor.h', |
| 273 'browser/devices_monitor/devices_monitor_android.cc', |
| 274 'browser/devices_monitor/devices_monitor_android.h', |
| 275 'browser/devices_monitor/devices_monitor_linux.cc', |
| 276 'browser/devices_monitor/devices_monitor_linux.h', |
| 277 'browser/devices_monitor/devices_monitor_mac.h', |
| 278 'browser/devices_monitor/devices_monitor_mac.mm', |
| 279 'browser/devices_monitor/devices_monitor_win.cc', |
| 280 'browser/devices_monitor/devices_monitor_win.h', |
| 271 'browser/device_orientation/accelerometer_mac.cc', | 281 'browser/device_orientation/accelerometer_mac.cc', |
| 272 'browser/device_orientation/accelerometer_mac.h', | 282 'browser/device_orientation/accelerometer_mac.h', |
| 273 'browser/device_orientation/data_fetcher.h', | 283 'browser/device_orientation/data_fetcher.h', |
| 274 'browser/device_orientation/data_fetcher_impl_android.cc', | 284 'browser/device_orientation/data_fetcher_impl_android.cc', |
| 275 'browser/device_orientation/data_fetcher_impl_android.h', | 285 'browser/device_orientation/data_fetcher_impl_android.h', |
| 276 'browser/device_orientation/orientation.h', | 286 'browser/device_orientation/orientation.h', |
| 277 'browser/device_orientation/orientation_message_filter.cc', | 287 'browser/device_orientation/orientation_message_filter.cc', |
| 278 'browser/device_orientation/orientation_message_filter.h', | 288 'browser/device_orientation/orientation_message_filter.h', |
| 279 'browser/device_orientation/provider.cc', | 289 'browser/device_orientation/provider.cc', |
| 280 'browser/device_orientation/provider.h', | 290 'browser/device_orientation/provider.h', |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 ['exclude', '^browser/renderer_host/java/'], | 997 ['exclude', '^browser/renderer_host/java/'], |
| 988 ], | 998 ], |
| 989 }], | 999 }], |
| 990 ['input_speech==0', { | 1000 ['input_speech==0', { |
| 991 'sources/': [ | 1001 'sources/': [ |
| 992 ['exclude', '^browser/speech/'], | 1002 ['exclude', '^browser/speech/'], |
| 993 ], | 1003 ], |
| 994 }], | 1004 }], |
| 995 ], | 1005 ], |
| 996 } | 1006 } |
| OLD | NEW |