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

Side by Side Diff: content/content_browser.gypi

Issue 1123763003: Draw the offscreen texture to reflector's surface without extra copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved texture code to ReflectorTexture Created 5 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
« no previous file with comments | « content/browser/compositor/reflector_texture.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc', 1582 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc',
1583 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h', 1583 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h',
1584 'browser/compositor/image_transport_factory.cc', 1584 'browser/compositor/image_transport_factory.cc',
1585 'browser/compositor/image_transport_factory.h', 1585 'browser/compositor/image_transport_factory.h',
1586 'browser/compositor/offscreen_browser_compositor_output_surface.cc', 1586 'browser/compositor/offscreen_browser_compositor_output_surface.cc',
1587 'browser/compositor/offscreen_browser_compositor_output_surface.h', 1587 'browser/compositor/offscreen_browser_compositor_output_surface.h',
1588 'browser/compositor/owned_mailbox.cc', 1588 'browser/compositor/owned_mailbox.cc',
1589 'browser/compositor/owned_mailbox.h', 1589 'browser/compositor/owned_mailbox.h',
1590 'browser/compositor/reflector_impl.cc', 1590 'browser/compositor/reflector_impl.cc',
1591 'browser/compositor/reflector_impl.h', 1591 'browser/compositor/reflector_impl.h',
1592 'browser/compositor/reflector_texture.cc',
1593 'browser/compositor/reflector_texture.h',
1592 'browser/compositor/resize_lock.cc', 1594 'browser/compositor/resize_lock.cc',
1593 'browser/compositor/resize_lock.h', 1595 'browser/compositor/resize_lock.h',
1594 'browser/compositor/software_browser_compositor_output_surface.cc', 1596 'browser/compositor/software_browser_compositor_output_surface.cc',
1595 'browser/compositor/software_browser_compositor_output_surface.h', 1597 'browser/compositor/software_browser_compositor_output_surface.h',
1596 'browser/compositor/software_output_device_mac.h', 1598 'browser/compositor/software_output_device_mac.h',
1597 'browser/compositor/software_output_device_mac.mm', 1599 'browser/compositor/software_output_device_mac.mm',
1598 'browser/compositor/software_output_device_ozone.cc', 1600 'browser/compositor/software_output_device_ozone.cc',
1599 'browser/compositor/software_output_device_ozone.h', 1601 'browser/compositor/software_output_device_ozone.h',
1600 'browser/compositor/software_output_device_win.cc', 1602 'browser/compositor/software_output_device_win.cc',
1601 'browser/compositor/software_output_device_win.h', 1603 'browser/compositor/software_output_device_win.h',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 'browser/media/media_web_contents_observer.h', 2045 'browser/media/media_web_contents_observer.h',
2044 ], 2046 ],
2045 }], 2047 }],
2046 ['OS == "linux" and use_openssl==1', { 2048 ['OS == "linux" and use_openssl==1', {
2047 'dependencies': [ 2049 'dependencies': [
2048 '../third_party/boringssl/boringssl.gyp:boringssl', 2050 '../third_party/boringssl/boringssl.gyp:boringssl',
2049 ], 2051 ],
2050 }], 2052 }],
2051 ], 2053 ],
2052 } 2054 }
OLDNEW
« no previous file with comments | « content/browser/compositor/reflector_texture.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698