Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Side by Side Diff: content/content_browser.gypi

Issue 14794006: Refactor GpuDataManagerImpl to make it thread-safe, now and forever. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 '../third_party/speex/speex.gyp:libspeex', 1351 '../third_party/speex/speex.gyp:libspeex',
1350 ], 1352 ],
1351 }], 1353 }],
1352 ['linux_use_libgps==1', { 1354 ['linux_use_libgps==1', {
1353 'dependencies': [ 1355 'dependencies': [
1354 '../build/linux/system.gyp:libgps', 1356 '../build/linux/system.gyp:libgps',
1355 ], 1357 ],
1356 }], 1358 }],
1357 ], 1359 ],
1358 } 1360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698