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

Side by Side Diff: content/content_browser.gypi

Issue 57883007: Adding support for VSyncProvider to the software drawing path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Compositor constructor call Created 7 years, 1 month 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'browser/aura/gpu_process_transport_factory.cc', 299 'browser/aura/gpu_process_transport_factory.cc',
300 'browser/aura/gpu_process_transport_factory.h', 300 'browser/aura/gpu_process_transport_factory.h',
301 'browser/aura/image_transport_factory.cc', 301 'browser/aura/image_transport_factory.cc',
302 'browser/aura/image_transport_factory.h', 302 'browser/aura/image_transport_factory.h',
303 'browser/aura/no_transport_image_transport_factory.cc', 303 'browser/aura/no_transport_image_transport_factory.cc',
304 'browser/aura/no_transport_image_transport_factory.h', 304 'browser/aura/no_transport_image_transport_factory.h',
305 'browser/aura/reflector_impl.cc', 305 'browser/aura/reflector_impl.cc',
306 'browser/aura/reflector_impl.h', 306 'browser/aura/reflector_impl.h',
307 'browser/aura/resize_lock.cc', 307 'browser/aura/resize_lock.cc',
308 'browser/aura/resize_lock.h', 308 'browser/aura/resize_lock.h',
309 'browser/aura/gpu_browser_compositor_output_surface.cc',
310 'browser/aura/gpu_browser_compositor_output_surface.h',
309 'browser/aura/software_browser_compositor_output_surface.cc', 311 'browser/aura/software_browser_compositor_output_surface.cc',
310 'browser/aura/software_browser_compositor_output_surface.h', 312 'browser/aura/software_browser_compositor_output_surface.h',
311 'browser/aura/software_output_device_ozone.cc', 313 'browser/aura/software_output_device_ozone.cc',
312 'browser/aura/software_output_device_ozone.h', 314 'browser/aura/software_output_device_ozone.h',
313 'browser/aura/software_output_device_win.cc', 315 'browser/aura/software_output_device_win.cc',
314 'browser/aura/software_output_device_win.h', 316 'browser/aura/software_output_device_win.h',
315 'browser/aura/software_output_device_x11.cc', 317 'browser/aura/software_output_device_x11.cc',
316 'browser/aura/software_output_device_x11.h', 318 'browser/aura/software_output_device_x11.h',
317 'browser/browser_child_process_host_impl.cc', 319 'browser/browser_child_process_host_impl.cc',
318 'browser/browser_child_process_host_impl.h', 320 'browser/browser_child_process_host_impl.h',
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1567 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1566 ], 1568 ],
1567 }, { # input_speech==1 1569 }, { # input_speech==1
1568 'dependencies': [ 1570 'dependencies': [
1569 '../third_party/flac/flac.gyp:libflac', 1571 '../third_party/flac/flac.gyp:libflac',
1570 '../third_party/speex/speex.gyp:libspeex', 1572 '../third_party/speex/speex.gyp:libspeex',
1571 ], 1573 ],
1572 }], 1574 }],
1573 ], 1575 ],
1574 } 1576 }
OLDNEW
« no previous file with comments | « content/browser/aura/software_browser_compositor_output_surface_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698