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 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 'browser/geolocation/win7_location_provider_win.cc', | 333 'browser/geolocation/win7_location_provider_win.cc', |
334 'browser/geolocation/win7_location_provider_win.h', | 334 'browser/geolocation/win7_location_provider_win.h', |
335 'browser/gpu/browser_gpu_channel_host_factory.cc', | 335 'browser/gpu/browser_gpu_channel_host_factory.cc', |
336 'browser/gpu/browser_gpu_channel_host_factory.h', | 336 'browser/gpu/browser_gpu_channel_host_factory.h', |
337 'browser/gpu/gpu_data_manager_impl.cc', | 337 'browser/gpu/gpu_data_manager_impl.cc', |
338 'browser/gpu/gpu_data_manager_impl.h', | 338 'browser/gpu/gpu_data_manager_impl.h', |
339 'browser/gpu/gpu_process_host.cc', | 339 'browser/gpu/gpu_process_host.cc', |
340 'browser/gpu/gpu_process_host.h', | 340 'browser/gpu/gpu_process_host.h', |
341 'browser/gpu/gpu_process_host_ui_shim.cc', | 341 'browser/gpu/gpu_process_host_ui_shim.cc', |
342 'browser/gpu/gpu_process_host_ui_shim.h', | 342 'browser/gpu/gpu_process_host_ui_shim.h', |
| 343 'browser/gpu/gpu_surface_reader_win.cc', |
| 344 'browser/gpu/gpu_surface_reader_win.h', |
343 'browser/gpu/gpu_surface_tracker.cc', | 345 'browser/gpu/gpu_surface_tracker.cc', |
344 'browser/gpu/gpu_surface_tracker.h', | 346 'browser/gpu/gpu_surface_tracker.h', |
345 'browser/host_zoom_map_impl.cc', | 347 'browser/host_zoom_map_impl.cc', |
346 'browser/host_zoom_map_impl.h', | 348 'browser/host_zoom_map_impl.h', |
347 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', | 349 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |
348 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', | 350 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', |
349 'browser/in_process_webkit/dom_storage_area.cc', | 351 'browser/in_process_webkit/dom_storage_area.cc', |
350 'browser/in_process_webkit/dom_storage_area.h', | 352 'browser/in_process_webkit/dom_storage_area.h', |
351 'browser/in_process_webkit/dom_storage_context_impl.cc', | 353 'browser/in_process_webkit/dom_storage_context_impl.cc', |
352 'browser/in_process_webkit/dom_storage_context_impl.h', | 354 'browser/in_process_webkit/dom_storage_context_impl.h', |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 ], | 885 ], |
884 }], | 886 }], |
885 ['input_speech==0', { | 887 ['input_speech==0', { |
886 'sources/': [ | 888 'sources/': [ |
887 ['exclude', '^browser/speech/'], | 889 ['exclude', '^browser/speech/'], |
888 ], | 890 ], |
889 }], | 891 }], |
890 ], | 892 ], |
891 } | 893 } |
892 | 894 |
OLD | NEW |