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

Side by Side Diff: cc/cc.gyp

Issue 138393002: replace etc1_pixel_ref with skia version (SkMallocPixelRef) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | cc/resources/etc1_pixel_ref.h » ('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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'quads/tile_draw_quad.cc', 304 'quads/tile_draw_quad.cc',
305 'quads/tile_draw_quad.h', 305 'quads/tile_draw_quad.h',
306 'quads/yuv_video_draw_quad.cc', 306 'quads/yuv_video_draw_quad.cc',
307 'quads/yuv_video_draw_quad.h', 307 'quads/yuv_video_draw_quad.h',
308 'resources/bitmap_content_layer_updater.cc', 308 'resources/bitmap_content_layer_updater.cc',
309 'resources/bitmap_content_layer_updater.h', 309 'resources/bitmap_content_layer_updater.h',
310 'resources/bitmap_skpicture_content_layer_updater.cc', 310 'resources/bitmap_skpicture_content_layer_updater.cc',
311 'resources/bitmap_skpicture_content_layer_updater.h', 311 'resources/bitmap_skpicture_content_layer_updater.h',
312 'resources/content_layer_updater.cc', 312 'resources/content_layer_updater.cc',
313 'resources/content_layer_updater.h', 313 'resources/content_layer_updater.h',
314 'resources/etc1_pixel_ref.cc',
315 'resources/etc1_pixel_ref.h',
316 'resources/image_layer_updater.cc', 314 'resources/image_layer_updater.cc',
317 'resources/image_layer_updater.h', 315 'resources/image_layer_updater.h',
318 'resources/image_raster_worker_pool.cc', 316 'resources/image_raster_worker_pool.cc',
319 'resources/image_raster_worker_pool.h', 317 'resources/image_raster_worker_pool.h',
320 'resources/layer_painter.h', 318 'resources/layer_painter.h',
321 'resources/layer_quad.cc', 319 'resources/layer_quad.cc',
322 'resources/layer_quad.h', 320 'resources/layer_quad.h',
323 'resources/layer_tiling_data.cc', 321 'resources/layer_tiling_data.cc',
324 'resources/layer_tiling_data.h', 322 'resources/layer_tiling_data.h',
325 'resources/layer_updater.cc', 323 'resources/layer_updater.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'sources': [ 465 'sources': [
468 'surfaces/surface.cc', 466 'surfaces/surface.cc',
469 'surfaces/surface.h', 467 'surfaces/surface.h',
470 'surfaces/surface_manager.cc', 468 'surfaces/surface_manager.cc',
471 'surfaces/surface_manager.h', 469 'surfaces/surface_manager.h',
472 'surfaces/surfaces_export.h', 470 'surfaces/surfaces_export.h',
473 ], 471 ],
474 }, 472 },
475 ], 473 ],
476 } 474 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/etc1_pixel_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698