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

Side by Side Diff: cc/cc.gyp

Issue 2094813003: cc: Merge PictureImageLayerImpl and PictureLayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: borders 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 | « 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'layers/nine_patch_layer.h', 198 'layers/nine_patch_layer.h',
199 'layers/nine_patch_layer_impl.cc', 199 'layers/nine_patch_layer_impl.cc',
200 'layers/nine_patch_layer_impl.h', 200 'layers/nine_patch_layer_impl.h',
201 'layers/paint_properties.h', 201 'layers/paint_properties.h',
202 'layers/painted_scrollbar_layer.cc', 202 'layers/painted_scrollbar_layer.cc',
203 'layers/painted_scrollbar_layer.h', 203 'layers/painted_scrollbar_layer.h',
204 'layers/painted_scrollbar_layer_impl.cc', 204 'layers/painted_scrollbar_layer_impl.cc',
205 'layers/painted_scrollbar_layer_impl.h', 205 'layers/painted_scrollbar_layer_impl.h',
206 'layers/picture_image_layer.cc', 206 'layers/picture_image_layer.cc',
207 'layers/picture_image_layer.h', 207 'layers/picture_image_layer.h',
208 'layers/picture_image_layer_impl.cc',
209 'layers/picture_image_layer_impl.h',
210 'layers/picture_layer.cc', 208 'layers/picture_layer.cc',
211 'layers/picture_layer.h', 209 'layers/picture_layer.h',
212 'layers/picture_layer_impl.cc', 210 'layers/picture_layer_impl.cc',
213 'layers/picture_layer_impl.h', 211 'layers/picture_layer_impl.h',
214 'layers/render_pass_sink.h', 212 'layers/render_pass_sink.h',
215 'layers/render_surface_impl.cc', 213 'layers/render_surface_impl.cc',
216 'layers/render_surface_impl.h', 214 'layers/render_surface_impl.h',
217 'layers/scrollbar_layer_impl_base.cc', 215 'layers/scrollbar_layer_impl_base.cc',
218 'layers/scrollbar_layer_impl_base.h', 216 'layers/scrollbar_layer_impl_base.h',
219 'layers/scrollbar_layer_interface.h', 217 'layers/scrollbar_layer_interface.h',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.h', 699 'surfaces/surface_resource_holder.h',
702 'surfaces/surface_sequence.h', 700 'surfaces/surface_sequence.h',
703 'surfaces/surfaces_export.h', 701 'surfaces/surfaces_export.h',
704 ], 702 ],
705 'includes': [ 703 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 704 '../build/android/increase_size_for_speed.gypi',
707 ], 705 ],
708 }, 706 },
709 ], 707 ],
710 } 708 }
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