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

Side by Side Diff: cc/cc.gyp

Issue 21159007: cc: Adding support for RGBA_4444 tile textures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed a signed vs. unsigned comparison in video_resource_updater.cc Created 7 years, 3 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/base/switches.cc ('k') | cc/layers/content_layer.cc » ('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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'resources/prioritized_tile_set.h', 310 'resources/prioritized_tile_set.h',
311 'resources/priority_calculator.cc', 311 'resources/priority_calculator.cc',
312 'resources/priority_calculator.h', 312 'resources/priority_calculator.h',
313 'resources/raster_mode.cc', 313 'resources/raster_mode.cc',
314 'resources/raster_mode.h', 314 'resources/raster_mode.h',
315 'resources/raster_worker_pool.cc', 315 'resources/raster_worker_pool.cc',
316 'resources/raster_worker_pool.h', 316 'resources/raster_worker_pool.h',
317 'resources/release_callback.h', 317 'resources/release_callback.h',
318 'resources/resource.cc', 318 'resources/resource.cc',
319 'resources/resource.h', 319 'resources/resource.h',
320 'resources/resource_format.h',
321 'resources/resource_format.cc',
320 'resources/resource_pool.cc', 322 'resources/resource_pool.cc',
321 'resources/resource_pool.h', 323 'resources/resource_pool.h',
322 'resources/resource_provider.cc', 324 'resources/resource_provider.cc',
323 'resources/resource_provider.h', 325 'resources/resource_provider.h',
324 'resources/resource_update.cc', 326 'resources/resource_update.cc',
325 'resources/resource_update.h', 327 'resources/resource_update.h',
326 'resources/resource_update_controller.cc', 328 'resources/resource_update_controller.cc',
327 'resources/resource_update_controller.h', 329 'resources/resource_update_controller.h',
328 'resources/resource_update_queue.cc', 330 'resources/resource_update_queue.cc',
329 'resources/resource_update_queue.h', 331 'resources/resource_update_queue.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'trees/thread_proxy.cc', 404 'trees/thread_proxy.cc',
403 'trees/thread_proxy.h', 405 'trees/thread_proxy.h',
404 'trees/tree_synchronizer.cc', 406 'trees/tree_synchronizer.cc',
405 'trees/tree_synchronizer.h', 407 'trees/tree_synchronizer.h',
406 ], 408 ],
407 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 409 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
408 'msvs_disabled_warnings': [ 4267, ], 410 'msvs_disabled_warnings': [ 4267, ],
409 }, 411 },
410 ], 412 ],
411 } 413 }
OLDNEW
« no previous file with comments | « cc/base/switches.cc ('k') | cc/layers/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698