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

Side by Side Diff: cc/BUILD.gn

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « build/whitespace_file.txt ('k') | cc/base/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 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 20 matching lines...) Expand all
31 "animation/scrollbar_animation_controller_linear_fade.cc", 31 "animation/scrollbar_animation_controller_linear_fade.cc",
32 "animation/scrollbar_animation_controller_linear_fade.h", 32 "animation/scrollbar_animation_controller_linear_fade.h",
33 "animation/scrollbar_animation_controller_thinning.cc", 33 "animation/scrollbar_animation_controller_thinning.cc",
34 "animation/scrollbar_animation_controller_thinning.h", 34 "animation/scrollbar_animation_controller_thinning.h",
35 "animation/timing_function.cc", 35 "animation/timing_function.cc",
36 "animation/timing_function.h", 36 "animation/timing_function.h",
37 "animation/transform_operation.cc", 37 "animation/transform_operation.cc",
38 "animation/transform_operation.h", 38 "animation/transform_operation.h",
39 "animation/transform_operations.cc", 39 "animation/transform_operations.cc",
40 "animation/transform_operations.h", 40 "animation/transform_operations.h",
41 "base/completion_event.h",
42 "base/delayed_unique_notifier.cc",
43 "base/delayed_unique_notifier.h",
44 "base/invalidation_region.cc",
45 "base/invalidation_region.h",
46 "base/latency_info_swap_promise.cc",
47 "base/latency_info_swap_promise.h",
48 "base/latency_info_swap_promise_monitor.cc",
49 "base/latency_info_swap_promise_monitor.h",
50 "base/math_util.cc",
51 "base/math_util.h",
52 "base/ref_counted_managed.h",
53 "base/region.cc",
54 "base/region.h",
55 "base/rolling_time_delta_history.cc",
56 "base/rolling_time_delta_history.h",
57 "base/scoped_ptr_algorithm.h",
58 "base/scoped_ptr_deque.h",
59 "base/scoped_ptr_vector.h",
60 "base/simple_enclosed_region.cc",
61 "base/simple_enclosed_region.h",
62 "base/swap_promise.h",
63 "base/swap_promise_monitor.cc",
64 "base/swap_promise_monitor.h",
65 "base/switches.cc",
66 "base/switches.h",
67 "base/synced_property.h",
68 "base/tiling_data.cc",
69 "base/tiling_data.h",
70 "base/time_util.h",
71 "base/unique_notifier.cc",
72 "base/unique_notifier.h",
73 "base/util.h",
74 "debug/benchmark_instrumentation.cc", 41 "debug/benchmark_instrumentation.cc",
75 "debug/benchmark_instrumentation.h", 42 "debug/benchmark_instrumentation.h",
76 "debug/debug_colors.cc", 43 "debug/debug_colors.cc",
77 "debug/debug_colors.h", 44 "debug/debug_colors.h",
78 "debug/debug_rect_history.cc", 45 "debug/debug_rect_history.cc",
79 "debug/debug_rect_history.h", 46 "debug/debug_rect_history.h",
80 "debug/devtools_instrumentation.h", 47 "debug/devtools_instrumentation.h",
81 "debug/frame_rate_counter.cc", 48 "debug/frame_rate_counter.cc",
82 "debug/frame_rate_counter.h", 49 "debug/frame_rate_counter.h",
83 "debug/frame_timing_request.cc", 50 "debug/frame_timing_request.cc",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "output/filter_operations.cc", 220 "output/filter_operations.cc",
254 "output/filter_operations.h", 221 "output/filter_operations.h",
255 "output/geometry_binding.cc", 222 "output/geometry_binding.cc",
256 "output/geometry_binding.h", 223 "output/geometry_binding.h",
257 "output/gl_frame_data.cc", 224 "output/gl_frame_data.cc",
258 "output/gl_frame_data.h", 225 "output/gl_frame_data.h",
259 "output/gl_renderer.cc", 226 "output/gl_renderer.cc",
260 "output/gl_renderer.h", 227 "output/gl_renderer.h",
261 "output/gl_renderer_draw_cache.cc", 228 "output/gl_renderer_draw_cache.cc",
262 "output/gl_renderer_draw_cache.h", 229 "output/gl_renderer_draw_cache.h",
230 "output/latency_info_swap_promise.cc",
231 "output/latency_info_swap_promise.h",
263 "output/managed_memory_policy.cc", 232 "output/managed_memory_policy.cc",
264 "output/managed_memory_policy.h", 233 "output/managed_memory_policy.h",
265 "output/output_surface.cc", 234 "output/output_surface.cc",
266 "output/output_surface.h", 235 "output/output_surface.h",
267 "output/output_surface_client.h", 236 "output/output_surface_client.h",
268 "output/overlay_candidate.cc", 237 "output/overlay_candidate.cc",
269 "output/overlay_candidate.h", 238 "output/overlay_candidate.h",
270 "output/overlay_candidate_validator.h", 239 "output/overlay_candidate_validator.h",
271 "output/overlay_processor.cc", 240 "output/overlay_processor.cc",
272 "output/overlay_processor.h", 241 "output/overlay_processor.h",
273 "output/overlay_strategy_single_on_top.cc", 242 "output/overlay_strategy_single_on_top.cc",
274 "output/overlay_strategy_single_on_top.h", 243 "output/overlay_strategy_single_on_top.h",
275 "output/program_binding.cc", 244 "output/program_binding.cc",
276 "output/program_binding.h", 245 "output/program_binding.h",
277 "output/render_surface_filters.cc", 246 "output/render_surface_filters.cc",
278 "output/render_surface_filters.h", 247 "output/render_surface_filters.h",
279 "output/renderer.cc", 248 "output/renderer.cc",
280 "output/renderer.h", 249 "output/renderer.h",
250 "output/renderer_capabilities.cc",
251 "output/renderer_capabilities.h",
281 "output/renderer_settings.cc", 252 "output/renderer_settings.cc",
282 "output/renderer_settings.h", 253 "output/renderer_settings.h",
283 "output/shader.cc", 254 "output/shader.cc",
284 "output/shader.h", 255 "output/shader.h",
285 "output/software_frame_data.cc", 256 "output/software_frame_data.cc",
286 "output/software_frame_data.h", 257 "output/software_frame_data.h",
287 "output/software_output_device.cc", 258 "output/software_output_device.cc",
288 "output/software_output_device.h", 259 "output/software_output_device.h",
289 "output/software_renderer.cc", 260 "output/software_renderer.cc",
290 "output/software_renderer.h", 261 "output/software_renderer.h",
291 "output/static_geometry_binding.cc", 262 "output/static_geometry_binding.cc",
292 "output/static_geometry_binding.h", 263 "output/static_geometry_binding.h",
264 "output/swap_promise.h",
293 "output/viewport_selection_bound.cc", 265 "output/viewport_selection_bound.cc",
294 "output/viewport_selection_bound.h", 266 "output/viewport_selection_bound.h",
295 "output/vsync_parameter_observer.h", 267 "output/vsync_parameter_observer.h",
296 "quads/checkerboard_draw_quad.cc", 268 "quads/checkerboard_draw_quad.cc",
297 "quads/checkerboard_draw_quad.h", 269 "quads/checkerboard_draw_quad.h",
298 "quads/content_draw_quad_base.cc", 270 "quads/content_draw_quad_base.cc",
299 "quads/content_draw_quad_base.h", 271 "quads/content_draw_quad_base.h",
300 "quads/debug_border_draw_quad.cc", 272 "quads/debug_border_draw_quad.cc",
301 "quads/debug_border_draw_quad.h", 273 "quads/debug_border_draw_quad.h",
302 "quads/draw_polygon.cc", 274 "quads/draw_polygon.cc",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "scheduler/scheduler_settings.cc", 464 "scheduler/scheduler_settings.cc",
493 "scheduler/scheduler_settings.h", 465 "scheduler/scheduler_settings.h",
494 "scheduler/scheduler_state_machine.cc", 466 "scheduler/scheduler_state_machine.cc",
495 "scheduler/scheduler_state_machine.h", 467 "scheduler/scheduler_state_machine.h",
496 "trees/blocking_task_runner.cc", 468 "trees/blocking_task_runner.cc",
497 "trees/blocking_task_runner.h", 469 "trees/blocking_task_runner.h",
498 "trees/damage_tracker.cc", 470 "trees/damage_tracker.cc",
499 "trees/damage_tracker.h", 471 "trees/damage_tracker.h",
500 "trees/draw_property_utils.cc", 472 "trees/draw_property_utils.cc",
501 "trees/draw_property_utils.h", 473 "trees/draw_property_utils.h",
474 "trees/latency_info_swap_promise_monitor.cc",
475 "trees/latency_info_swap_promise_monitor.h",
502 "trees/layer_tree_host.cc", 476 "trees/layer_tree_host.cc",
503 "trees/layer_tree_host.h", 477 "trees/layer_tree_host.h",
504 "trees/layer_tree_host_client.h", 478 "trees/layer_tree_host_client.h",
505 "trees/layer_tree_host_common.cc", 479 "trees/layer_tree_host_common.cc",
506 "trees/layer_tree_host_common.h", 480 "trees/layer_tree_host_common.h",
507 "trees/layer_tree_host_impl.cc", 481 "trees/layer_tree_host_impl.cc",
508 "trees/layer_tree_host_impl.h", 482 "trees/layer_tree_host_impl.h",
509 "trees/layer_tree_host_single_thread_client.h", 483 "trees/layer_tree_host_single_thread_client.h",
510 "trees/layer_tree_impl.cc", 484 "trees/layer_tree_impl.cc",
511 "trees/layer_tree_impl.h", 485 "trees/layer_tree_impl.h",
512 "trees/layer_tree_settings.cc", 486 "trees/layer_tree_settings.cc",
513 "trees/layer_tree_settings.h", 487 "trees/layer_tree_settings.h",
514 "trees/occlusion.cc", 488 "trees/occlusion.cc",
515 "trees/occlusion.h", 489 "trees/occlusion.h",
516 "trees/occlusion_tracker.cc", 490 "trees/occlusion_tracker.cc",
517 "trees/occlusion_tracker.h", 491 "trees/occlusion_tracker.h",
518 "trees/property_tree.cc", 492 "trees/property_tree.cc",
519 "trees/property_tree.h", 493 "trees/property_tree.h",
520 "trees/property_tree_builder.cc", 494 "trees/property_tree_builder.cc",
521 "trees/property_tree_builder.h", 495 "trees/property_tree_builder.h",
522 "trees/proxy.cc", 496 "trees/proxy.cc",
523 "trees/proxy.h", 497 "trees/proxy.h",
524 "trees/proxy_timing_history.cc", 498 "trees/proxy_timing_history.cc",
525 "trees/proxy_timing_history.h", 499 "trees/proxy_timing_history.h",
526 "trees/scoped_abort_remaining_swap_promises.h", 500 "trees/scoped_abort_remaining_swap_promises.h",
527 "trees/single_thread_proxy.cc", 501 "trees/single_thread_proxy.cc",
528 "trees/single_thread_proxy.h", 502 "trees/single_thread_proxy.h",
503 "trees/swap_promise_monitor.cc",
504 "trees/swap_promise_monitor.h",
529 "trees/thread_proxy.cc", 505 "trees/thread_proxy.cc",
530 "trees/thread_proxy.h", 506 "trees/thread_proxy.h",
531 "trees/tree_synchronizer.cc", 507 "trees/tree_synchronizer.cc",
532 "trees/tree_synchronizer.h", 508 "trees/tree_synchronizer.h",
533 ] 509 ]
534 510
535 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
536 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 512 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
537 513
538 public_deps = [ 514 public_deps = [
515 "//cc/base",
539 "//skia", 516 "//skia",
540 ] 517 ]
541 deps = [ 518 deps = [
542 "//base", 519 "//base",
543 "//base/third_party/dynamic_annotations", 520 "//base/third_party/dynamic_annotations",
544 "//cc/surfaces:surface_id", 521 "//cc/surfaces:surface_id",
545 "//gpu", 522 "//gpu",
546 "//gpu/command_buffer/client:gles2_interface", 523 "//gpu/command_buffer/client:gles2_interface",
547 "//gpu/command_buffer/client:gpu_memory_buffer_manager", 524 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
548 "//ui/events:events_base", 525 "//ui/events:events_base",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 "//testing/gmock", 883 "//testing/gmock",
907 "//testing/gtest", 884 "//testing/gtest",
908 "//testing/perf", 885 "//testing/perf",
909 "//ui/gfx", 886 "//ui/gfx",
910 "//ui/gfx/geometry", 887 "//ui/gfx/geometry",
911 "//ui/gl", 888 "//ui/gl",
912 ] 889 ]
913 } 890 }
914 # When adding support for isolates, please have a look at run-time dependencies 891 # When adding support for isolates, please have a look at run-time dependencies
915 # in the cc_unittests_run target in cc_tests.gyp. 892 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | cc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698