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

Side by Side Diff: cc/cc.gyp

Issue 1154393003: cc: Use CheckedNumeric for resource size calculations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: initialize var Created 5 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/raster/pixel_buffer_tile_task_worker_pool.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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'resources/memory_history.cc', 454 'resources/memory_history.cc',
455 'resources/memory_history.h', 455 'resources/memory_history.h',
456 'resources/platform_color.h', 456 'resources/platform_color.h',
457 'resources/prioritized_resource.cc', 457 'resources/prioritized_resource.cc',
458 'resources/prioritized_resource.h', 458 'resources/prioritized_resource.h',
459 'resources/prioritized_resource_manager.cc', 459 'resources/prioritized_resource_manager.cc',
460 'resources/prioritized_resource_manager.h', 460 'resources/prioritized_resource_manager.h',
461 'resources/priority_calculator.cc', 461 'resources/priority_calculator.cc',
462 'resources/priority_calculator.h', 462 'resources/priority_calculator.h',
463 'resources/release_callback.h', 463 'resources/release_callback.h',
464 'resources/resource.cc',
465 'resources/resource.h', 464 'resources/resource.h',
466 'resources/resource_format.cc', 465 'resources/resource_format.cc',
467 'resources/resource_format.h', 466 'resources/resource_format.h',
468 'resources/resource_pool.cc', 467 'resources/resource_pool.cc',
469 'resources/resource_pool.h', 468 'resources/resource_pool.h',
470 'resources/resource_provider.cc', 469 'resources/resource_provider.cc',
471 'resources/resource_provider.h', 470 'resources/resource_provider.h',
472 'resources/resource_update.cc', 471 'resources/resource_update.cc',
473 'resources/resource_update.h', 472 'resources/resource_update.h',
474 'resources/resource_update_controller.cc', 473 'resources/resource_update_controller.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'raster/texture_compressor_etc1_sse.h', 673 'raster/texture_compressor_etc1_sse.h',
675 ], 674 ],
676 'cflags': [ 675 'cflags': [
677 '-msse2', 676 '-msse2',
678 ], 677 ],
679 }], 678 }],
680 ], 679 ],
681 }, 680 },
682 ], 681 ],
683 } 682 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/pixel_buffer_tile_task_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698