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

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: Fixed Android build break. Created 5 years, 4 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/cc_tests.gyp » ('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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'resources/memory_history.h', 442 'resources/memory_history.h',
443 'resources/platform_color.h', 443 'resources/platform_color.h',
444 'resources/release_callback.h', 444 'resources/release_callback.h',
445 'resources/resource.h', 445 'resources/resource.h',
446 'resources/resource_format.cc', 446 'resources/resource_format.cc',
447 'resources/resource_format.h', 447 'resources/resource_format.h',
448 'resources/resource_pool.cc', 448 'resources/resource_pool.cc',
449 'resources/resource_pool.h', 449 'resources/resource_pool.h',
450 'resources/resource_provider.cc', 450 'resources/resource_provider.cc',
451 'resources/resource_provider.h', 451 'resources/resource_provider.h',
452 'resources/resource_util.h',
452 'resources/returned_resource.h', 453 'resources/returned_resource.h',
453 'resources/scoped_resource.cc', 454 'resources/scoped_resource.cc',
454 'resources/scoped_resource.h', 455 'resources/scoped_resource.h',
455 'resources/scoped_ui_resource.cc', 456 'resources/scoped_ui_resource.cc',
456 'resources/scoped_ui_resource.h', 457 'resources/scoped_ui_resource.h',
457 'resources/shared_bitmap.cc', 458 'resources/shared_bitmap.cc',
458 'resources/shared_bitmap.h', 459 'resources/shared_bitmap.h',
459 'resources/shared_bitmap_manager.h', 460 'resources/shared_bitmap_manager.h',
460 'resources/single_release_callback.cc', 461 'resources/single_release_callback.cc',
461 'resources/single_release_callback.h', 462 'resources/single_release_callback.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'surfaces/surface_resource_holder.cc', 614 'surfaces/surface_resource_holder.cc',
614 'surfaces/surface_resource_holder.h', 615 'surfaces/surface_resource_holder.h',
615 'surfaces/surfaces_export.h', 616 'surfaces/surfaces_export.h',
616 ], 617 ],
617 'includes': [ 618 'includes': [
618 '../build/android/increase_size_for_speed.gypi', 619 '../build/android/increase_size_for_speed.gypi',
619 ], 620 ],
620 }, 621 },
621 ], 622 ],
622 } 623 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698