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

Side by Side Diff: cc/BUILD.gn

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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/resource_format.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "resources/memory_history.h", 377 "resources/memory_history.h",
378 "resources/platform_color.h", 378 "resources/platform_color.h",
379 "resources/release_callback.h", 379 "resources/release_callback.h",
380 "resources/resource.h", 380 "resources/resource.h",
381 "resources/resource_format.cc", 381 "resources/resource_format.cc",
382 "resources/resource_format.h", 382 "resources/resource_format.h",
383 "resources/resource_pool.cc", 383 "resources/resource_pool.cc",
384 "resources/resource_pool.h", 384 "resources/resource_pool.h",
385 "resources/resource_provider.cc", 385 "resources/resource_provider.cc",
386 "resources/resource_provider.h", 386 "resources/resource_provider.h",
387 "resources/resource_util.cc",
388 "resources/resource_util.h",
387 "resources/returned_resource.h", 389 "resources/returned_resource.h",
388 "resources/scoped_resource.cc", 390 "resources/scoped_resource.cc",
389 "resources/scoped_resource.h", 391 "resources/scoped_resource.h",
390 "resources/scoped_ui_resource.cc", 392 "resources/scoped_ui_resource.cc",
391 "resources/scoped_ui_resource.h", 393 "resources/scoped_ui_resource.h",
392 "resources/shared_bitmap.cc", 394 "resources/shared_bitmap.cc",
393 "resources/shared_bitmap.h", 395 "resources/shared_bitmap.h",
394 "resources/shared_bitmap_manager.h", 396 "resources/shared_bitmap_manager.h",
395 "resources/single_release_callback.cc", 397 "resources/single_release_callback.cc",
396 "resources/single_release_callback.h", 398 "resources/single_release_callback.h",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "//ui/gfx/geometry", 878 "//ui/gfx/geometry",
877 "//ui/gl", 879 "//ui/gl",
878 ] 880 ]
879 881
880 if (is_android) { 882 if (is_android) {
881 isolate_file = "cc_perftests.isolate" 883 isolate_file = "cc_perftests.isolate"
882 } 884 }
883 } 885 }
884 # When adding support for isolates, please have a look at run-time dependencies 886 # When adding support for isolates, please have a look at run-time dependencies
885 # in the cc_unittests_run target in cc_tests.gyp. 887 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/resource_format.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698