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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'browser/geolocation/win7_location_api_win.h', | 493 'browser/geolocation/win7_location_api_win.h', |
494 'browser/geolocation/win7_location_provider_win.cc', | 494 'browser/geolocation/win7_location_provider_win.cc', |
495 'browser/geolocation/win7_location_provider_win.h', | 495 'browser/geolocation/win7_location_provider_win.h', |
496 'browser/gpu/browser_gpu_channel_host_factory.cc', | 496 'browser/gpu/browser_gpu_channel_host_factory.cc', |
497 'browser/gpu/browser_gpu_channel_host_factory.h', | 497 'browser/gpu/browser_gpu_channel_host_factory.h', |
498 'browser/gpu/compositor_util.cc', | 498 'browser/gpu/compositor_util.cc', |
499 'browser/gpu/gpu_blacklist.cc', | 499 'browser/gpu/gpu_blacklist.cc', |
500 'browser/gpu/gpu_blacklist.h', | 500 'browser/gpu/gpu_blacklist.h', |
501 'browser/gpu/gpu_control_list.cc', | 501 'browser/gpu/gpu_control_list.cc', |
502 'browser/gpu/gpu_control_list.h', | 502 'browser/gpu/gpu_control_list.h', |
| 503 'browser/gpu/gpu_control_list_jsons.h', |
503 'browser/gpu/gpu_data_manager_impl.cc', | 504 'browser/gpu/gpu_data_manager_impl.cc', |
504 'browser/gpu/gpu_data_manager_impl.h', | 505 'browser/gpu/gpu_data_manager_impl.h', |
505 'browser/gpu/gpu_data_manager_impl_private.cc', | 506 'browser/gpu/gpu_data_manager_impl_private.cc', |
506 'browser/gpu/gpu_data_manager_impl_private.h', | 507 'browser/gpu/gpu_data_manager_impl_private.h', |
507 'browser/gpu/gpu_driver_bug_list.cc', | 508 'browser/gpu/gpu_driver_bug_list.cc', |
508 'browser/gpu/gpu_driver_bug_list.h', | 509 'browser/gpu/gpu_driver_bug_list.h', |
| 510 'browser/gpu/gpu_driver_bug_list_json.cc', |
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', |
517 'browser/gpu/gpu_switching_list.cc', | 519 'browser/gpu/gpu_switching_list.cc', |
518 'browser/gpu/gpu_switching_list.h', | 520 'browser/gpu/gpu_switching_list.h', |
| 521 'browser/gpu/gpu_switching_list_json.cc', |
519 'browser/gpu/gpu_util.cc', | 522 'browser/gpu/gpu_util.cc', |
520 'browser/gpu/gpu_util.h', | 523 'browser/gpu/gpu_util.h', |
521 'browser/gpu/shader_disk_cache.cc', | 524 'browser/gpu/shader_disk_cache.cc', |
522 'browser/gpu/shader_disk_cache.h', | 525 'browser/gpu/shader_disk_cache.h', |
| 526 'browser/gpu/software_rendering_list_json.cc', |
523 'browser/histogram_controller.cc', | 527 'browser/histogram_controller.cc', |
524 'browser/histogram_controller.h', | 528 'browser/histogram_controller.h', |
525 'browser/histogram_internals_request_job.cc', | 529 'browser/histogram_internals_request_job.cc', |
526 'browser/histogram_internals_request_job.h', | 530 'browser/histogram_internals_request_job.h', |
527 'browser/histogram_message_filter.cc', | 531 'browser/histogram_message_filter.cc', |
528 'browser/histogram_message_filter.h', | 532 'browser/histogram_message_filter.h', |
529 'browser/histogram_subscriber.h', | 533 'browser/histogram_subscriber.h', |
530 'browser/histogram_synchronizer.cc', | 534 'browser/histogram_synchronizer.cc', |
531 'browser/histogram_synchronizer.h', | 535 'browser/histogram_synchronizer.h', |
532 'browser/host_zoom_map_impl.cc', | 536 'browser/host_zoom_map_impl.cc', |
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1356 '../third_party/speex/speex.gyp:libspeex', | 1360 '../third_party/speex/speex.gyp:libspeex', |
1357 ], | 1361 ], |
1358 }], | 1362 }], |
1359 ['linux_use_libgps==1', { | 1363 ['linux_use_libgps==1', { |
1360 'dependencies': [ | 1364 'dependencies': [ |
1361 '../build/linux/system.gyp:libgps', | 1365 '../build/linux/system.gyp:libgps', |
1362 ], | 1366 ], |
1363 }], | 1367 }], |
1364 ], | 1368 ], |
1365 } | 1369 } |
OLD | NEW |