| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_data_manager_impl.cc', | 503 'browser/gpu/gpu_data_manager_impl.cc', |
| 504 'browser/gpu/gpu_data_manager_impl.h', | 504 'browser/gpu/gpu_data_manager_impl.h', |
| 505 'browser/gpu/gpu_data_manager_impl_private.cc', |
| 506 'browser/gpu/gpu_data_manager_impl_private.h', |
| 505 'browser/gpu/gpu_driver_bug_list.cc', | 507 'browser/gpu/gpu_driver_bug_list.cc', |
| 506 'browser/gpu/gpu_driver_bug_list.h', | 508 'browser/gpu/gpu_driver_bug_list.h', |
| 507 'browser/gpu/gpu_internals_ui.cc', | 509 'browser/gpu/gpu_internals_ui.cc', |
| 508 'browser/gpu/gpu_internals_ui.h', | 510 'browser/gpu/gpu_internals_ui.h', |
| 509 'browser/gpu/gpu_process_host.cc', | 511 'browser/gpu/gpu_process_host.cc', |
| 510 'browser/gpu/gpu_process_host.h', | 512 'browser/gpu/gpu_process_host.h', |
| 511 'browser/gpu/gpu_process_host_ui_shim.cc', | 513 'browser/gpu/gpu_process_host_ui_shim.cc', |
| 512 'browser/gpu/gpu_process_host_ui_shim.h', | 514 'browser/gpu/gpu_process_host_ui_shim.h', |
| 513 'browser/gpu/gpu_surface_tracker.cc', | 515 'browser/gpu/gpu_surface_tracker.cc', |
| 514 'browser/gpu/gpu_surface_tracker.h', | 516 'browser/gpu/gpu_surface_tracker.h', |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 '../third_party/speex/speex.gyp:libspeex', | 1354 '../third_party/speex/speex.gyp:libspeex', |
| 1353 ], | 1355 ], |
| 1354 }], | 1356 }], |
| 1355 ['linux_use_libgps==1', { | 1357 ['linux_use_libgps==1', { |
| 1356 'dependencies': [ | 1358 'dependencies': [ |
| 1357 '../build/linux/system.gyp:libgps', | 1359 '../build/linux/system.gyp:libgps', |
| 1358 ], | 1360 ], |
| 1359 }], | 1361 }], |
| 1360 ], | 1362 ], |
| 1361 } | 1363 } |
| OLD | NEW |