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

Side by Side Diff: cc/cc.gyp

Issue 1202843008: cc: Fix BytesPerPixel issue and refactor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected comments. Created 5 years, 5 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
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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'resources/memory_history.h', 434 'resources/memory_history.h',
435 'resources/platform_color.h', 435 'resources/platform_color.h',
436 'resources/release_callback.h', 436 'resources/release_callback.h',
437 'resources/resource.h', 437 'resources/resource.h',
438 'resources/resource_format.cc', 438 'resources/resource_format.cc',
439 'resources/resource_format.h', 439 'resources/resource_format.h',
440 'resources/resource_pool.cc', 440 'resources/resource_pool.cc',
441 'resources/resource_pool.h', 441 'resources/resource_pool.h',
442 'resources/resource_provider.cc', 442 'resources/resource_provider.cc',
443 'resources/resource_provider.h', 443 'resources/resource_provider.h',
444 'resources/resource_util.cc',
445 'resources/resource_util.h',
444 'resources/returned_resource.h', 446 'resources/returned_resource.h',
445 'resources/scoped_resource.cc', 447 'resources/scoped_resource.cc',
446 'resources/scoped_resource.h', 448 'resources/scoped_resource.h',
447 'resources/scoped_ui_resource.cc', 449 'resources/scoped_ui_resource.cc',
448 'resources/scoped_ui_resource.h', 450 'resources/scoped_ui_resource.h',
449 'resources/shared_bitmap.cc', 451 'resources/shared_bitmap.cc',
450 'resources/shared_bitmap.h', 452 'resources/shared_bitmap.h',
451 'resources/shared_bitmap_manager.h', 453 'resources/shared_bitmap_manager.h',
452 'resources/single_release_callback.cc', 454 'resources/single_release_callback.cc',
453 'resources/single_release_callback.h', 455 'resources/single_release_callback.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'surfaces/surface_resource_holder.cc', 606 'surfaces/surface_resource_holder.cc',
605 'surfaces/surface_resource_holder.h', 607 'surfaces/surface_resource_holder.h',
606 'surfaces/surfaces_export.h', 608 'surfaces/surfaces_export.h',
607 ], 609 ],
608 'includes': [ 610 'includes': [
609 '../build/android/increase_size_for_speed.gypi', 611 '../build/android/increase_size_for_speed.gypi',
610 ], 612 ],
611 }, 613 },
612 ], 614 ],
613 } 615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698