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

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: 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 | « no previous file | cc/cc.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 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "resources/memory_history.h", 385 "resources/memory_history.h",
386 "resources/platform_color.h", 386 "resources/platform_color.h",
387 "resources/release_callback.h", 387 "resources/release_callback.h",
388 "resources/resource.h", 388 "resources/resource.h",
389 "resources/resource_format.cc", 389 "resources/resource_format.cc",
390 "resources/resource_format.h", 390 "resources/resource_format.h",
391 "resources/resource_pool.cc", 391 "resources/resource_pool.cc",
392 "resources/resource_pool.h", 392 "resources/resource_pool.h",
393 "resources/resource_provider.cc", 393 "resources/resource_provider.cc",
394 "resources/resource_provider.h", 394 "resources/resource_provider.h",
395 "resources/resource_util.h",
395 "resources/returned_resource.h", 396 "resources/returned_resource.h",
396 "resources/scoped_resource.cc", 397 "resources/scoped_resource.cc",
397 "resources/scoped_resource.h", 398 "resources/scoped_resource.h",
398 "resources/scoped_ui_resource.cc", 399 "resources/scoped_ui_resource.cc",
399 "resources/scoped_ui_resource.h", 400 "resources/scoped_ui_resource.h",
400 "resources/shared_bitmap.cc", 401 "resources/shared_bitmap.cc",
401 "resources/shared_bitmap.h", 402 "resources/shared_bitmap.h",
402 "resources/shared_bitmap_manager.h", 403 "resources/shared_bitmap_manager.h",
403 "resources/single_release_callback.cc", 404 "resources/single_release_callback.cc",
404 "resources/single_release_callback.h", 405 "resources/single_release_callback.h",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 "playback/recording_source_unittest.cc", 789 "playback/recording_source_unittest.cc",
789 "quads/draw_quad_unittest.cc", 790 "quads/draw_quad_unittest.cc",
790 "quads/render_pass_unittest.cc", 791 "quads/render_pass_unittest.cc",
791 "raster/scoped_gpu_raster_unittest.cc", 792 "raster/scoped_gpu_raster_unittest.cc",
792 "raster/task_graph_runner_unittest.cc", 793 "raster/task_graph_runner_unittest.cc",
793 "raster/texture_compressor_etc1_unittest.cc", 794 "raster/texture_compressor_etc1_unittest.cc",
794 "raster/tile_task_worker_pool_unittest.cc", 795 "raster/tile_task_worker_pool_unittest.cc",
795 "resources/platform_color_unittest.cc", 796 "resources/platform_color_unittest.cc",
796 "resources/resource_pool_unittest.cc", 797 "resources/resource_pool_unittest.cc",
797 "resources/resource_provider_unittest.cc", 798 "resources/resource_provider_unittest.cc",
799 "resources/resource_util_unittest.cc",
798 "resources/scoped_resource_unittest.cc", 800 "resources/scoped_resource_unittest.cc",
799 "resources/video_resource_updater_unittest.cc", 801 "resources/video_resource_updater_unittest.cc",
800 "scheduler/begin_frame_source_unittest.cc", 802 "scheduler/begin_frame_source_unittest.cc",
801 "scheduler/compositor_timing_history_unittest.cc", 803 "scheduler/compositor_timing_history_unittest.cc",
802 "scheduler/delay_based_time_source_unittest.cc", 804 "scheduler/delay_based_time_source_unittest.cc",
803 "scheduler/scheduler_state_machine_unittest.cc", 805 "scheduler/scheduler_state_machine_unittest.cc",
804 "scheduler/scheduler_unittest.cc", 806 "scheduler/scheduler_unittest.cc",
805 "test/layer_tree_json_parser_unittest.cc", 807 "test/layer_tree_json_parser_unittest.cc",
806 "test/test_web_graphics_context_3d_unittest.cc", 808 "test/test_web_graphics_context_3d_unittest.cc",
807 "tiles/picture_layer_tiling_set_unittest.cc", 809 "tiles/picture_layer_tiling_set_unittest.cc",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 "//ui/gl", 918 "//ui/gl",
917 "//ui/gl:test_support", 919 "//ui/gl:test_support",
918 ] 920 ]
919 921
920 if (is_android) { 922 if (is_android) {
921 isolate_file = "cc_perftests.isolate" 923 isolate_file = "cc_perftests.isolate"
922 } 924 }
923 } 925 }
924 # When adding support for isolates, please have a look at run-time dependencies 926 # When adding support for isolates, please have a look at run-time dependencies
925 # in the cc_unittests_run target in cc_tests.gyp. 927 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698