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

Side by Side Diff: ui/surface/surface.gyp

Issue 13582008: Simplify the transport dib situation across our various platforms, as a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'accelerated_surface_win.h', 74 'accelerated_surface_win.h',
75 'd3d9_utils_win.cc', 75 'd3d9_utils_win.cc',
76 'd3d9_utils_win.h', 76 'd3d9_utils_win.h',
77 'io_surface_support_mac.cc', 77 'io_surface_support_mac.cc',
78 'io_surface_support_mac.h', 78 'io_surface_support_mac.h',
79 'surface_export.h', 79 'surface_export.h',
80 'surface_switches.h', 80 'surface_switches.h',
81 'surface_switches.cc', 81 'surface_switches.cc',
82 'transport_dib.h', 82 'transport_dib.h',
83 'transport_dib.cc', 83 'transport_dib.cc',
84 'transport_dib_android.cc', 84 'transport_dib_posix.cc',
85 'transport_dib_linux.cc', 85 'transport_dib_sysvipc.cc',
86 'transport_dib_mac.cc',
87 'transport_dib_win.cc', 86 'transport_dib_win.cc',
88 ], 87 ],
89 'defines': [ 88 'defines': [
90 'SURFACE_IMPLEMENTATION', 89 'SURFACE_IMPLEMENTATION',
91 ], 90 ],
92 }, 91 },
93 ], 92 ],
94 'conditions': [ 93 'conditions': [
95 ['OS == "win"', { 94 ['OS == "win"', {
96 'targets': [ 95 'targets': [
(...skipping 10 matching lines...) Expand all
107 'surface', 106 'surface',
108 ], 107 ],
109 'sources': [ 108 'sources': [
110 'accelerated_surface_transformer_win_unittest.cc', 109 'accelerated_surface_transformer_win_unittest.cc',
111 ], 110 ],
112 }, 111 },
113 ], 112 ],
114 }], 113 }],
115 ], 114 ],
116 } 115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698