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/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 'browser/geolocation/win7_location_provider_win.h', | 497 'browser/geolocation/win7_location_provider_win.h', |
498 'browser/gpu/browser_gpu_channel_host_factory.cc', | 498 'browser/gpu/browser_gpu_channel_host_factory.cc', |
499 'browser/gpu/browser_gpu_channel_host_factory.h', | 499 'browser/gpu/browser_gpu_channel_host_factory.h', |
500 'browser/gpu/compositor_util.cc', | 500 'browser/gpu/compositor_util.cc', |
501 'browser/gpu/gpu_blacklist.cc', | 501 'browser/gpu/gpu_blacklist.cc', |
502 'browser/gpu/gpu_blacklist.h', | 502 'browser/gpu/gpu_blacklist.h', |
503 'browser/gpu/gpu_control_list.cc', | 503 'browser/gpu/gpu_control_list.cc', |
504 'browser/gpu/gpu_control_list.h', | 504 'browser/gpu/gpu_control_list.h', |
505 'browser/gpu/gpu_data_manager_impl.cc', | 505 'browser/gpu/gpu_data_manager_impl.cc', |
506 'browser/gpu/gpu_data_manager_impl.h', | 506 'browser/gpu/gpu_data_manager_impl.h', |
| 507 'browser/gpu/gpu_data_manager_impl_private.cc', |
| 508 'browser/gpu/gpu_data_manager_impl_private.h', |
507 'browser/gpu/gpu_driver_bug_list.cc', | 509 'browser/gpu/gpu_driver_bug_list.cc', |
508 'browser/gpu/gpu_driver_bug_list.h', | 510 'browser/gpu/gpu_driver_bug_list.h', |
509 'browser/gpu/gpu_internals_ui.cc', | 511 'browser/gpu/gpu_internals_ui.cc', |
510 'browser/gpu/gpu_internals_ui.h', | 512 'browser/gpu/gpu_internals_ui.h', |
511 'browser/gpu/gpu_process_host.cc', | 513 'browser/gpu/gpu_process_host.cc', |
512 'browser/gpu/gpu_process_host.h', | 514 'browser/gpu/gpu_process_host.h', |
513 'browser/gpu/gpu_process_host_ui_shim.cc', | 515 'browser/gpu/gpu_process_host_ui_shim.cc', |
514 'browser/gpu/gpu_process_host_ui_shim.h', | 516 'browser/gpu/gpu_process_host_ui_shim.h', |
515 'browser/gpu/gpu_surface_tracker.cc', | 517 'browser/gpu/gpu_surface_tracker.cc', |
516 'browser/gpu/gpu_surface_tracker.h', | 518 'browser/gpu/gpu_surface_tracker.h', |
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1345 '../third_party/speex/speex.gyp:libspeex', | 1347 '../third_party/speex/speex.gyp:libspeex', |
1346 ], | 1348 ], |
1347 }], | 1349 }], |
1348 ['linux_use_libgps==1', { | 1350 ['linux_use_libgps==1', { |
1349 'dependencies': [ | 1351 'dependencies': [ |
1350 '../build/linux/system.gyp:libgps', | 1352 '../build/linux/system.gyp:libgps', |
1351 ], | 1353 ], |
1352 }], | 1354 }], |
1353 ], | 1355 ], |
1354 } | 1356 } |
OLD | NEW |