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

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

Issue 17381009: Move io_surface_support_mac to ui/gl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui-gyp: fixbuild Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/surface/io_surface_support_mac.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'sources': [ 67 'sources': [
68 'accelerated_surface_mac.cc', 68 'accelerated_surface_mac.cc',
69 'accelerated_surface_mac.h', 69 'accelerated_surface_mac.h',
70 'accelerated_surface_transformer_win.cc', 70 'accelerated_surface_transformer_win.cc',
71 'accelerated_surface_transformer_win.h', 71 'accelerated_surface_transformer_win.h',
72 'accelerated_surface_transformer_win.hlsl', 72 'accelerated_surface_transformer_win.hlsl',
73 'accelerated_surface_win.cc', 73 'accelerated_surface_win.cc',
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',
78 'io_surface_support_mac.h',
79 'surface_export.h', 77 'surface_export.h',
80 'surface_switches.h', 78 'surface_switches.h',
81 'surface_switches.cc', 79 'surface_switches.cc',
82 'transport_dib.h', 80 'transport_dib.h',
83 'transport_dib.cc', 81 'transport_dib.cc',
84 'transport_dib_gtk.cc', 82 'transport_dib_gtk.cc',
85 'transport_dib_posix.cc', 83 'transport_dib_posix.cc',
86 'transport_dib_win.cc', 84 'transport_dib_win.cc',
87 ], 85 ],
88 'defines': [ 86 'defines': [
(...skipping 17 matching lines...) Expand all
106 'surface', 104 'surface',
107 ], 105 ],
108 'sources': [ 106 'sources': [
109 'accelerated_surface_transformer_win_unittest.cc', 107 'accelerated_surface_transformer_win_unittest.cc',
110 ], 108 ],
111 }, 109 },
112 ], 110 ],
113 }], 111 }],
114 ], 112 ],
115 } 113 }
OLDNEW
« no previous file with comments | « ui/surface/io_surface_support_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698