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

Side by Side Diff: cc/cc.gyp

Issue 1869983002: Remove IOSurfaceLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'layers/append_quads_data.h', 178 'layers/append_quads_data.h',
179 'layers/content_layer_client.h', 179 'layers/content_layer_client.h',
180 'layers/draw_properties.cc', 180 'layers/draw_properties.cc',
181 'layers/draw_properties.h', 181 'layers/draw_properties.h',
182 'layers/empty_content_layer_client.cc', 182 'layers/empty_content_layer_client.cc',
183 'layers/empty_content_layer_client.h', 183 'layers/empty_content_layer_client.h',
184 'layers/heads_up_display_layer.cc', 184 'layers/heads_up_display_layer.cc',
185 'layers/heads_up_display_layer.h', 185 'layers/heads_up_display_layer.h',
186 'layers/heads_up_display_layer_impl.cc', 186 'layers/heads_up_display_layer_impl.cc',
187 'layers/heads_up_display_layer_impl.h', 187 'layers/heads_up_display_layer_impl.h',
188 'layers/io_surface_layer.cc',
189 'layers/io_surface_layer.h',
190 'layers/io_surface_layer_impl.cc',
191 'layers/io_surface_layer_impl.h',
192 'layers/layer.cc', 188 'layers/layer.cc',
193 'layers/layer_client.h', 189 'layers/layer_client.h',
194 'layers/layer_collections.h', 190 'layers/layer_collections.h',
195 'layers/layer.h', 191 'layers/layer.h',
196 'layers/layer_impl.cc', 192 'layers/layer_impl.cc',
197 'layers/layer_impl.h', 193 'layers/layer_impl.h',
198 'layers/layer_iterator.h', 194 'layers/layer_iterator.h',
199 'layers/layer_list_iterator.cc', 195 'layers/layer_list_iterator.cc',
200 'layers/layer_list_iterator.h', 196 'layers/layer_list_iterator.h',
201 'layers/layer_position_constraint.cc', 197 'layers/layer_position_constraint.cc',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'surfaces/surface_resource_holder.cc', 702 'surfaces/surface_resource_holder.cc',
707 'surfaces/surface_resource_holder.h', 703 'surfaces/surface_resource_holder.h',
708 'surfaces/surfaces_export.h', 704 'surfaces/surfaces_export.h',
709 ], 705 ],
710 'includes': [ 706 'includes': [
711 '../build/android/increase_size_for_speed.gypi', 707 '../build/android/increase_size_for_speed.gypi',
712 ], 708 ],
713 }, 709 },
714 ], 710 ],
715 } 711 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698