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

Side by Side Diff: cc/BUILD.gn

Issue 338633004: GN: Fix up various gpu targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 19 matching lines...) Expand all
30 "animation/scrollbar_animation_controller_linear_fade.h", 30 "animation/scrollbar_animation_controller_linear_fade.h",
31 "animation/scrollbar_animation_controller_thinning.cc", 31 "animation/scrollbar_animation_controller_thinning.cc",
32 "animation/scrollbar_animation_controller_thinning.h", 32 "animation/scrollbar_animation_controller_thinning.h",
33 "animation/timing_function.cc", 33 "animation/timing_function.cc",
34 "animation/timing_function.h", 34 "animation/timing_function.h",
35 "animation/transform_operation.cc", 35 "animation/transform_operation.cc",
36 "animation/transform_operation.h", 36 "animation/transform_operation.h",
37 "animation/transform_operations.cc", 37 "animation/transform_operations.cc",
38 "animation/transform_operations.h", 38 "animation/transform_operations.h",
39 "base/completion_event.h", 39 "base/completion_event.h",
40 "base/delayed_unique_notifier.cc",
41 "base/delayed_unique_notifier.h",
40 "base/invalidation_region.cc", 42 "base/invalidation_region.cc",
41 "base/invalidation_region.h", 43 "base/invalidation_region.h",
42 "base/latency_info_swap_promise.cc", 44 "base/latency_info_swap_promise.cc",
43 "base/latency_info_swap_promise.h", 45 "base/latency_info_swap_promise.h",
44 "base/latency_info_swap_promise_monitor.cc", 46 "base/latency_info_swap_promise_monitor.cc",
45 "base/latency_info_swap_promise_monitor.h", 47 "base/latency_info_swap_promise_monitor.h",
46 "base/math_util.cc", 48 "base/math_util.cc",
47 "base/math_util.h", 49 "base/math_util.h",
48 "base/ref_counted_managed.h", 50 "base/ref_counted_managed.h",
49 "base/region.cc", 51 "base/region.cc",
50 "base/region.h", 52 "base/region.h",
51 "base/rolling_time_delta_history.cc", 53 "base/rolling_time_delta_history.cc",
52 "base/rolling_time_delta_history.h", 54 "base/rolling_time_delta_history.h",
53 "base/scoped_ptr_algorithm.h", 55 "base/scoped_ptr_algorithm.h",
54 "base/scoped_ptr_deque.h", 56 "base/scoped_ptr_deque.h",
55 "base/scoped_ptr_vector.h", 57 "base/scoped_ptr_vector.h",
56 "base/swap_promise.h", 58 "base/swap_promise.h",
57 "base/swap_promise_monitor.cc", 59 "base/swap_promise_monitor.cc",
58 "base/swap_promise_monitor.h", 60 "base/swap_promise_monitor.h",
59 "base/switches.cc", 61 "base/switches.cc",
60 "base/switches.h", 62 "base/switches.h",
61 "base/tiling_data.cc", 63 "base/tiling_data.cc",
62 "base/tiling_data.h", 64 "base/tiling_data.h",
65 "base/unique_notifier.cc",
66 "base/unique_notifier.h",
63 "base/util.h", 67 "base/util.h",
64 "debug/benchmark_instrumentation.cc", 68 "debug/benchmark_instrumentation.cc",
65 "debug/benchmark_instrumentation.h", 69 "debug/benchmark_instrumentation.h",
66 "debug/debug_colors.cc", 70 "debug/debug_colors.cc",
67 "debug/debug_colors.h", 71 "debug/debug_colors.h",
68 "debug/debug_rect_history.cc", 72 "debug/debug_rect_history.cc",
69 "debug/debug_rect_history.h", 73 "debug/debug_rect_history.h",
70 "debug/devtools_instrumentation.h", 74 "debug/devtools_instrumentation.h",
71 "debug/frame_rate_counter.cc", 75 "debug/frame_rate_counter.cc",
72 "debug/frame_rate_counter.h", 76 "debug/frame_rate_counter.h",
73 "debug/frame_viewer_instrumentation.h", 77 "debug/frame_viewer_instrumentation.h",
78 "debug/invalidation_benchmark.cc",
79 "debug/invalidation_benchmark.h",
74 "debug/lap_timer.cc", 80 "debug/lap_timer.cc",
75 "debug/lap_timer.h", 81 "debug/lap_timer.h",
76 "debug/layer_tree_debug_state.cc", 82 "debug/layer_tree_debug_state.cc",
77 "debug/layer_tree_debug_state.h", 83 "debug/layer_tree_debug_state.h",
78 "debug/micro_benchmark.cc", 84 "debug/micro_benchmark.cc",
79 "debug/micro_benchmark.h", 85 "debug/micro_benchmark.h",
80 "debug/micro_benchmark_impl.cc", 86 "debug/micro_benchmark_impl.cc",
81 "debug/micro_benchmark_impl.h", 87 "debug/micro_benchmark_impl.h",
82 "debug/micro_benchmark_controller.cc", 88 "debug/micro_benchmark_controller.cc",
83 "debug/micro_benchmark_controller.h", 89 "debug/micro_benchmark_controller.h",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "test/layer_tree_host_common_test.h", 563 "test/layer_tree_host_common_test.h",
558 "test/layer_tree_json_parser.cc", 564 "test/layer_tree_json_parser.cc",
559 "test/layer_tree_json_parser.h", 565 "test/layer_tree_json_parser.h",
560 "test/layer_tree_pixel_test.cc", 566 "test/layer_tree_pixel_test.cc",
561 "test/layer_tree_pixel_test.h", 567 "test/layer_tree_pixel_test.h",
562 "test/layer_tree_test.cc", 568 "test/layer_tree_test.cc",
563 "test/layer_tree_test.h", 569 "test/layer_tree_test.h",
564 "test/mock_occlusion_tracker.h", 570 "test/mock_occlusion_tracker.h",
565 "test/mock_quad_culler.cc", 571 "test/mock_quad_culler.cc",
566 "test/mock_quad_culler.h", 572 "test/mock_quad_culler.h",
573 "test/ordered_simple_task_runner.cc",
574 "test/ordered_simple_task_runner.h",
567 "test/ordered_texture_map.cc", 575 "test/ordered_texture_map.cc",
568 "test/ordered_texture_map.h", 576 "test/ordered_texture_map.h",
569 "test/paths.cc", 577 "test/paths.cc",
570 "test/paths.h", 578 "test/paths.h",
571 "test/pixel_comparator.cc", 579 "test/pixel_comparator.cc",
572 "test/pixel_comparator.h", 580 "test/pixel_comparator.h",
573 "test/pixel_test.cc", 581 "test/pixel_test.cc",
574 "test/pixel_test.h", 582 "test/pixel_test.h",
575 "test/pixel_test_output_surface.cc", 583 "test/pixel_test_output_surface.cc",
576 "test/pixel_test_output_surface.h", 584 "test/pixel_test_output_surface.h",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 "//ui/gfx", 780 "//ui/gfx",
773 "//ui/gfx/geometry", 781 "//ui/gfx/geometry",
774 ] 782 ]
775 } 783 }
776 784
777 test("cc_perftests") { 785 test("cc_perftests") {
778 # TODO(GYP) 786 # TODO(GYP)
779 } 787 }
780 788
781 } # if false 789 } # if false
OLDNEW
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698