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

Side by Side Diff: cc/BUILD.gn

Issue 1832573004: Gpu Image Decode Controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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_tests.gyp » ('j') | cc/tiles/gpu_image_decode_controller.cc » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "scheduler/commit_earlyout_reason_unittest.cc", 873 "scheduler/commit_earlyout_reason_unittest.cc",
874 "scheduler/compositor_timing_history_unittest.cc", 874 "scheduler/compositor_timing_history_unittest.cc",
875 "scheduler/delay_based_time_source_unittest.cc", 875 "scheduler/delay_based_time_source_unittest.cc",
876 "scheduler/scheduler_state_machine_unittest.cc", 876 "scheduler/scheduler_state_machine_unittest.cc",
877 "scheduler/scheduler_unittest.cc", 877 "scheduler/scheduler_unittest.cc",
878 "test/begin_frame_source_test_unittest.cc", 878 "test/begin_frame_source_test_unittest.cc",
879 "test/layer_tree_json_parser_unittest.cc", 879 "test/layer_tree_json_parser_unittest.cc",
880 "test/mock_helper_unittest.cc", 880 "test/mock_helper_unittest.cc",
881 "test/ordered_simple_task_runner_unittest.cc", 881 "test/ordered_simple_task_runner_unittest.cc",
882 "test/test_web_graphics_context_3d_unittest.cc", 882 "test/test_web_graphics_context_3d_unittest.cc",
883 "tiles/gpu_image_decode_controller_unittest.cc",
883 "tiles/picture_layer_tiling_set_unittest.cc", 884 "tiles/picture_layer_tiling_set_unittest.cc",
884 "tiles/picture_layer_tiling_unittest.cc", 885 "tiles/picture_layer_tiling_unittest.cc",
885 "tiles/software_image_decode_controller_unittest.cc", 886 "tiles/software_image_decode_controller_unittest.cc",
886 "tiles/tile_manager_unittest.cc", 887 "tiles/tile_manager_unittest.cc",
887 "tiles/tile_priority_unittest.cc", 888 "tiles/tile_priority_unittest.cc",
888 "trees/blocking_task_runner_unittest.cc", 889 "trees/blocking_task_runner_unittest.cc",
889 "trees/damage_tracker_unittest.cc", 890 "trees/damage_tracker_unittest.cc",
890 "trees/layer_tree_host_common_unittest.cc", 891 "trees/layer_tree_host_common_unittest.cc",
891 "trees/layer_tree_host_impl_unittest.cc", 892 "trees/layer_tree_host_impl_unittest.cc",
892 "trees/layer_tree_host_pixeltest_blending.cc", 893 "trees/layer_tree_host_pixeltest_blending.cc",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "//ui/gl", 1007 "//ui/gl",
1007 "//ui/gl:test_support", 1008 "//ui/gl:test_support",
1008 ] 1009 ]
1009 1010
1010 if (is_android) { 1011 if (is_android) {
1011 isolate_file = "cc_perftests.isolate" 1012 isolate_file = "cc_perftests.isolate"
1012 } 1013 }
1013 } 1014 }
1014 # When adding support for isolates, please have a look at run-time dependencies 1015 # When adding support for isolates, please have a look at run-time dependencies
1015 # in the cc_unittests_run target in cc_tests.gyp. 1016 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/tiles/gpu_image_decode_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698