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

Side by Side Diff: cc/BUILD.gn

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « build/whitespace_file.txt ('k') | cc/animation/animation.h » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "base/scoped_ptr_vector.h", 57 "base/scoped_ptr_vector.h",
58 "base/simple_enclosed_region.cc", 58 "base/simple_enclosed_region.cc",
59 "base/simple_enclosed_region.h", 59 "base/simple_enclosed_region.h",
60 "base/swap_promise.h", 60 "base/swap_promise.h",
61 "base/swap_promise_monitor.cc", 61 "base/swap_promise_monitor.cc",
62 "base/swap_promise_monitor.h", 62 "base/swap_promise_monitor.h",
63 "base/switches.cc", 63 "base/switches.cc",
64 "base/switches.h", 64 "base/switches.h",
65 "base/tiling_data.cc", 65 "base/tiling_data.cc",
66 "base/tiling_data.h", 66 "base/tiling_data.h",
67 "base/time_util.h",
67 "base/unique_notifier.cc", 68 "base/unique_notifier.cc",
68 "base/unique_notifier.h", 69 "base/unique_notifier.h",
69 "base/util.h", 70 "base/util.h",
70 "debug/benchmark_instrumentation.cc", 71 "debug/benchmark_instrumentation.cc",
71 "debug/benchmark_instrumentation.h", 72 "debug/benchmark_instrumentation.h",
72 "debug/debug_colors.cc", 73 "debug/debug_colors.cc",
73 "debug/debug_colors.h", 74 "debug/debug_colors.h",
74 "debug/debug_rect_history.cc", 75 "debug/debug_rect_history.cc",
75 "debug/debug_rect_history.h", 76 "debug/debug_rect_history.h",
76 "debug/devtools_instrumentation.h", 77 "debug/devtools_instrumentation.h",
(...skipping 28 matching lines...) Expand all
105 "debug/rendering_stats_instrumentation.h", 106 "debug/rendering_stats_instrumentation.h",
106 "debug/ring_buffer.h", 107 "debug/ring_buffer.h",
107 "debug/traced_picture.cc", 108 "debug/traced_picture.cc",
108 "debug/traced_picture.h", 109 "debug/traced_picture.h",
109 "debug/traced_value.cc", 110 "debug/traced_value.cc",
110 "debug/traced_value.h", 111 "debug/traced_value.h",
111 "debug/unittest_only_benchmark.cc", 112 "debug/unittest_only_benchmark.cc",
112 "debug/unittest_only_benchmark.h", 113 "debug/unittest_only_benchmark.h",
113 "debug/unittest_only_benchmark_impl.cc", 114 "debug/unittest_only_benchmark_impl.cc",
114 "debug/unittest_only_benchmark_impl.h", 115 "debug/unittest_only_benchmark_impl.h",
116 "input/input_handler.cc",
115 "input/input_handler.h", 117 "input/input_handler.h",
116 "input/page_scale_animation.cc", 118 "input/page_scale_animation.cc",
117 "input/page_scale_animation.h", 119 "input/page_scale_animation.h",
118 "input/layer_selection_bound.cc", 120 "input/layer_selection_bound.cc",
119 "input/layer_selection_bound.h", 121 "input/layer_selection_bound.h",
122 "input/scroll_elasticity_helper.cc",
123 "input/scroll_elasticity_helper.h",
120 "input/selection_bound_type.h", 124 "input/selection_bound_type.h",
121 "input/top_controls_manager.cc", 125 "input/top_controls_manager.cc",
122 "input/top_controls_manager.h", 126 "input/top_controls_manager.h",
123 "input/top_controls_manager_client.h", 127 "input/top_controls_manager_client.h",
124 "layers/append_quads_data.h", 128 "layers/append_quads_data.h",
125 "layers/content_layer.cc", 129 "layers/content_layer.cc",
126 "layers/content_layer.h", 130 "layers/content_layer.h",
127 "layers/content_layer_client.h", 131 "layers/content_layer_client.h",
128 "layers/contents_scaling_layer.cc", 132 "layers/contents_scaling_layer.cc",
129 "layers/contents_scaling_layer.h", 133 "layers/contents_scaling_layer.h",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "resources/one_copy_raster_worker_pool.cc", 343 "resources/one_copy_raster_worker_pool.cc",
340 "resources/one_copy_raster_worker_pool.h", 344 "resources/one_copy_raster_worker_pool.h",
341 "resources/picture.cc", 345 "resources/picture.cc",
342 "resources/picture.h", 346 "resources/picture.h",
343 "resources/picture_layer_tiling.cc", 347 "resources/picture_layer_tiling.cc",
344 "resources/picture_layer_tiling.h", 348 "resources/picture_layer_tiling.h",
345 "resources/picture_layer_tiling_set.cc", 349 "resources/picture_layer_tiling_set.cc",
346 "resources/picture_layer_tiling_set.h", 350 "resources/picture_layer_tiling_set.h",
347 "resources/picture_pile.cc", 351 "resources/picture_pile.cc",
348 "resources/picture_pile.h", 352 "resources/picture_pile.h",
349 "resources/picture_pile_base.cc",
350 "resources/picture_pile_base.h",
351 "resources/picture_pile_impl.cc", 353 "resources/picture_pile_impl.cc",
352 "resources/picture_pile_impl.h", 354 "resources/picture_pile_impl.h",
353 "resources/pixel_buffer_raster_worker_pool.cc", 355 "resources/pixel_buffer_raster_worker_pool.cc",
354 "resources/pixel_buffer_raster_worker_pool.h", 356 "resources/pixel_buffer_raster_worker_pool.h",
355 "resources/platform_color.h", 357 "resources/platform_color.h",
356 "resources/prioritized_resource.cc", 358 "resources/prioritized_resource.cc",
357 "resources/prioritized_resource.h", 359 "resources/prioritized_resource.h",
358 "resources/prioritized_resource_manager.cc", 360 "resources/prioritized_resource_manager.cc",
359 "resources/prioritized_resource_manager.h", 361 "resources/prioritized_resource_manager.h",
360 "resources/priority_calculator.cc", 362 "resources/priority_calculator.cc",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "test/fake_output_surface_client.cc", 527 "test/fake_output_surface_client.cc",
526 "test/fake_output_surface_client.h", 528 "test/fake_output_surface_client.h",
527 "test/fake_painted_scrollbar_layer.cc", 529 "test/fake_painted_scrollbar_layer.cc",
528 "test/fake_painted_scrollbar_layer.h", 530 "test/fake_painted_scrollbar_layer.h",
529 "test/fake_picture_layer.cc", 531 "test/fake_picture_layer.cc",
530 "test/fake_picture_layer.h", 532 "test/fake_picture_layer.h",
531 "test/fake_picture_layer_impl.cc", 533 "test/fake_picture_layer_impl.cc",
532 "test/fake_picture_layer_impl.h", 534 "test/fake_picture_layer_impl.h",
533 "test/fake_picture_layer_tiling_client.cc", 535 "test/fake_picture_layer_tiling_client.cc",
534 "test/fake_picture_layer_tiling_client.h", 536 "test/fake_picture_layer_tiling_client.h",
537 "test/fake_picture_pile.h",
535 "test/fake_picture_pile_impl.cc", 538 "test/fake_picture_pile_impl.cc",
536 "test/fake_picture_pile_impl.h", 539 "test/fake_picture_pile_impl.h",
537 "test/fake_proxy.cc", 540 "test/fake_proxy.cc",
538 "test/fake_proxy.h", 541 "test/fake_proxy.h",
539 "test/fake_renderer_client.cc", 542 "test/fake_renderer_client.cc",
540 "test/fake_renderer_client.h", 543 "test/fake_renderer_client.h",
541 "test/fake_rendering_stats_instrumentation.h", 544 "test/fake_rendering_stats_instrumentation.h",
542 "test/fake_scoped_ui_resource.cc", 545 "test/fake_scoped_ui_resource.cc",
543 "test/fake_scoped_ui_resource.h", 546 "test/fake_scoped_ui_resource.h",
544 "test/fake_scrollbar.cc", 547 "test/fake_scrollbar.cc",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "//gpu:test_support", 819 "//gpu:test_support",
817 "//gpu/command_buffer/common:gles2_utils", 820 "//gpu/command_buffer/common:gles2_utils",
818 "//skia", 821 "//skia",
819 "//testing/gmock", 822 "//testing/gmock",
820 "//testing/gtest", 823 "//testing/gtest",
821 "//testing/perf", 824 "//testing/perf",
822 "//ui/gfx", 825 "//ui/gfx",
823 "//ui/gfx/geometry", 826 "//ui/gfx/geometry",
824 ] 827 ]
825 } 828 }
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | cc/animation/animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698