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

Side by Side Diff: content/content_browser.gypi

Issue 2018603002: Mac: Clean up ifdefs in output surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 4 years, 6 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/gpu_surfaceless_browser_compositor_output_surface.h ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'browser/renderer_host/p2p/socket_host_throttler.cc', 1758 'browser/renderer_host/p2p/socket_host_throttler.cc',
1759 'browser/renderer_host/p2p/socket_host_throttler.h', 1759 'browser/renderer_host/p2p/socket_host_throttler.h',
1760 'browser/renderer_host/p2p/socket_host_udp.cc', 1760 'browser/renderer_host/p2p/socket_host_udp.cc',
1761 'browser/renderer_host/p2p/socket_host_udp.h', 1761 'browser/renderer_host/p2p/socket_host_udp.h',
1762 ], 1762 ],
1763 'compositor_browser_sources': [ 1763 'compositor_browser_sources': [
1764 'browser/compositor/browser_compositor_output_surface.cc', 1764 'browser/compositor/browser_compositor_output_surface.cc',
1765 'browser/compositor/browser_compositor_output_surface.h', 1765 'browser/compositor/browser_compositor_output_surface.h',
1766 'browser/compositor/gpu_browser_compositor_output_surface.cc', 1766 'browser/compositor/gpu_browser_compositor_output_surface.cc',
1767 'browser/compositor/gpu_browser_compositor_output_surface.h', 1767 'browser/compositor/gpu_browser_compositor_output_surface.h',
1768 'browser/compositor/gpu_output_surface_mac.mm',
1769 'browser/compositor/gpu_output_surface_mac.h',
1768 'browser/compositor/gpu_process_transport_factory.cc', 1770 'browser/compositor/gpu_process_transport_factory.cc',
1769 'browser/compositor/gpu_process_transport_factory.h', 1771 'browser/compositor/gpu_process_transport_factory.h',
1770 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc', 1772 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc',
1771 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h', 1773 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h',
1772 'browser/compositor/image_transport_factory.cc', 1774 'browser/compositor/image_transport_factory.cc',
1773 'browser/compositor/image_transport_factory.h', 1775 'browser/compositor/image_transport_factory.h',
1774 'browser/compositor/offscreen_browser_compositor_output_surface.cc', 1776 'browser/compositor/offscreen_browser_compositor_output_surface.cc',
1775 'browser/compositor/offscreen_browser_compositor_output_surface.h', 1777 'browser/compositor/offscreen_browser_compositor_output_surface.h',
1776 'browser/compositor/owned_mailbox.cc', 1778 'browser/compositor/owned_mailbox.cc',
1777 'browser/compositor/owned_mailbox.h', 1779 'browser/compositor/owned_mailbox.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 ], 2205 ],
2204 }], 2206 }],
2205 ['OS != "mac" and OS != "android"', { 2207 ['OS != "mac" and OS != "android"', {
2206 'sources!': [ 2208 'sources!': [
2207 'browser/gpu/gpu_surface_tracker.cc', 2209 'browser/gpu/gpu_surface_tracker.cc',
2208 'browser/gpu/gpu_surface_tracker.h', 2210 'browser/gpu/gpu_surface_tracker.h',
2209 ], 2211 ],
2210 }], 2212 }],
2211 ], 2213 ],
2212 } 2214 }
OLDNEW
« no previous file with comments | « content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698