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

Side by Side Diff: cc/cc.gyp

Issue 41903003: cc: Fix incomplete changes to add ETC1 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased and moved pixel ref class to public cc Created 7 years, 1 month 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 | « no previous file | cc/resources/etc1_pixel_ref.h » ('j') | cc/resources/etc1_pixel_ref.h » ('J')
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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'quads/yuv_video_draw_quad.cc', 279 'quads/yuv_video_draw_quad.cc',
280 'quads/yuv_video_draw_quad.h', 280 'quads/yuv_video_draw_quad.h',
281 'resources/bitmap_content_layer_updater.cc', 281 'resources/bitmap_content_layer_updater.cc',
282 'resources/bitmap_content_layer_updater.h', 282 'resources/bitmap_content_layer_updater.h',
283 'resources/bitmap_skpicture_content_layer_updater.cc', 283 'resources/bitmap_skpicture_content_layer_updater.cc',
284 'resources/bitmap_skpicture_content_layer_updater.h', 284 'resources/bitmap_skpicture_content_layer_updater.h',
285 'resources/caching_bitmap_content_layer_updater.cc', 285 'resources/caching_bitmap_content_layer_updater.cc',
286 'resources/caching_bitmap_content_layer_updater.h', 286 'resources/caching_bitmap_content_layer_updater.h',
287 'resources/content_layer_updater.cc', 287 'resources/content_layer_updater.cc',
288 'resources/content_layer_updater.h', 288 'resources/content_layer_updater.h',
289 'resources/etc1_pixel_ref.cc',
290 'resources/etc1_pixel_ref.h',
289 'resources/image_layer_updater.cc', 291 'resources/image_layer_updater.cc',
290 'resources/image_layer_updater.h', 292 'resources/image_layer_updater.h',
291 'resources/image_raster_worker_pool.cc', 293 'resources/image_raster_worker_pool.cc',
292 'resources/image_raster_worker_pool.h', 294 'resources/image_raster_worker_pool.h',
293 'resources/layer_painter.h', 295 'resources/layer_painter.h',
294 'resources/layer_quad.cc', 296 'resources/layer_quad.cc',
295 'resources/layer_quad.h', 297 'resources/layer_quad.h',
296 'resources/layer_tiling_data.cc', 298 'resources/layer_tiling_data.cc',
297 'resources/layer_tiling_data.h', 299 'resources/layer_tiling_data.h',
298 'resources/layer_updater.cc', 300 'resources/layer_updater.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'trees/thread_proxy.cc', 419 'trees/thread_proxy.cc',
418 'trees/thread_proxy.h', 420 'trees/thread_proxy.h',
419 'trees/tree_synchronizer.cc', 421 'trees/tree_synchronizer.cc',
420 'trees/tree_synchronizer.h', 422 'trees/tree_synchronizer.h',
421 ], 423 ],
422 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
423 'msvs_disabled_warnings': [ 4267, ], 425 'msvs_disabled_warnings': [ 4267, ],
424 }, 426 },
425 ], 427 ],
426 } 428 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/etc1_pixel_ref.h » ('j') | cc/resources/etc1_pixel_ref.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698