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

Side by Side Diff: cc/cc.gyp

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 | « cc/base/swap_promise_monitor.cc ('k') | cc/cc_unittests.isolate » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'animation/timing_function.h', 62 'animation/timing_function.h',
63 'animation/transform_operation.cc', 63 'animation/transform_operation.cc',
64 'animation/transform_operation.h', 64 'animation/transform_operation.h',
65 'animation/transform_operations.cc', 65 'animation/transform_operations.cc',
66 'animation/transform_operations.h', 66 'animation/transform_operations.h',
67 'base/completion_event.h', 67 'base/completion_event.h',
68 'base/delayed_unique_notifier.cc', 68 'base/delayed_unique_notifier.cc',
69 'base/delayed_unique_notifier.h', 69 'base/delayed_unique_notifier.h',
70 'base/invalidation_region.cc', 70 'base/invalidation_region.cc',
71 'base/invalidation_region.h', 71 'base/invalidation_region.h',
72 'base/latency_info_swap_promise.cc',
73 'base/latency_info_swap_promise.h',
74 'base/latency_info_swap_promise_monitor.cc',
75 'base/latency_info_swap_promise_monitor.h',
76 'base/math_util.cc', 72 'base/math_util.cc',
77 'base/math_util.h', 73 'base/math_util.h',
78 'base/ref_counted_managed.h', 74 'base/ref_counted_managed.h',
79 'base/region.cc', 75 'base/region.cc',
80 'base/region.h', 76 'base/region.h',
81 'base/rolling_time_delta_history.cc', 77 'base/rolling_time_delta_history.cc',
82 'base/rolling_time_delta_history.h', 78 'base/rolling_time_delta_history.h',
83 'base/scoped_ptr_algorithm.h', 79 'base/scoped_ptr_algorithm.h',
84 'base/scoped_ptr_deque.h', 80 'base/scoped_ptr_deque.h',
85 'base/scoped_ptr_vector.h', 81 'base/scoped_ptr_vector.h',
86 'base/simple_enclosed_region.cc', 82 'base/simple_enclosed_region.cc',
87 'base/simple_enclosed_region.h', 83 'base/simple_enclosed_region.h',
88 'base/swap_promise.h',
89 'base/swap_promise_monitor.cc',
90 'base/swap_promise_monitor.h',
91 'base/switches.cc', 84 'base/switches.cc',
92 'base/switches.h', 85 'base/switches.h',
93 'base/synced_property.h', 86 'base/synced_property.h',
94 'base/tiling_data.cc', 87 'base/tiling_data.cc',
95 'base/tiling_data.h', 88 'base/tiling_data.h',
96 'base/time_util.h', 89 'base/time_util.h',
97 'base/unique_notifier.cc', 90 'base/unique_notifier.cc',
98 'base/unique_notifier.h', 91 'base/unique_notifier.h',
99 'base/util.h', 92 'base/util.h',
100 'debug/benchmark_instrumentation.cc', 93 'debug/benchmark_instrumentation.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'output/filter_operations.cc', 279 'output/filter_operations.cc',
287 'output/filter_operations.h', 280 'output/filter_operations.h',
288 'output/geometry_binding.cc', 281 'output/geometry_binding.cc',
289 'output/geometry_binding.h', 282 'output/geometry_binding.h',
290 'output/gl_frame_data.cc', 283 'output/gl_frame_data.cc',
291 'output/gl_frame_data.h', 284 'output/gl_frame_data.h',
292 'output/gl_renderer.cc', 285 'output/gl_renderer.cc',
293 'output/gl_renderer.h', 286 'output/gl_renderer.h',
294 'output/gl_renderer_draw_cache.cc', 287 'output/gl_renderer_draw_cache.cc',
295 'output/gl_renderer_draw_cache.h', 288 'output/gl_renderer_draw_cache.h',
289 'output/latency_info_swap_promise.cc',
290 'output/latency_info_swap_promise.h',
296 'output/managed_memory_policy.cc', 291 'output/managed_memory_policy.cc',
297 'output/managed_memory_policy.h', 292 'output/managed_memory_policy.h',
298 'output/output_surface.cc', 293 'output/output_surface.cc',
299 'output/output_surface.h', 294 'output/output_surface.h',
300 'output/output_surface_client.h', 295 'output/output_surface_client.h',
301 'output/overlay_candidate.cc', 296 'output/overlay_candidate.cc',
302 'output/overlay_candidate.h', 297 'output/overlay_candidate.h',
303 'output/overlay_candidate_validator.h', 298 'output/overlay_candidate_validator.h',
304 'output/overlay_processor.cc', 299 'output/overlay_processor.cc',
305 'output/overlay_processor.h', 300 'output/overlay_processor.h',
306 'output/overlay_strategy_single_on_top.cc', 301 'output/overlay_strategy_single_on_top.cc',
307 'output/overlay_strategy_single_on_top.h', 302 'output/overlay_strategy_single_on_top.h',
308 'output/program_binding.cc', 303 'output/program_binding.cc',
309 'output/program_binding.h', 304 'output/program_binding.h',
310 'output/render_surface_filters.cc', 305 'output/render_surface_filters.cc',
311 'output/render_surface_filters.h', 306 'output/render_surface_filters.h',
312 'output/renderer.cc', 307 'output/renderer.cc',
313 'output/renderer.h', 308 'output/renderer.h',
309 'output/renderer_capabilities.cc',
310 'output/renderer_capabilities.h',
314 'output/renderer_settings.cc', 311 'output/renderer_settings.cc',
315 'output/renderer_settings.h', 312 'output/renderer_settings.h',
316 'output/shader.cc', 313 'output/shader.cc',
317 'output/shader.h', 314 'output/shader.h',
318 'output/software_frame_data.cc', 315 'output/software_frame_data.cc',
319 'output/software_frame_data.h', 316 'output/software_frame_data.h',
320 'output/software_output_device.cc', 317 'output/software_output_device.cc',
321 'output/software_output_device.h', 318 'output/software_output_device.h',
322 'output/software_renderer.cc', 319 'output/software_renderer.cc',
323 'output/software_renderer.h', 320 'output/software_renderer.h',
324 'output/static_geometry_binding.cc', 321 'output/static_geometry_binding.cc',
325 'output/static_geometry_binding.h', 322 'output/static_geometry_binding.h',
323 'output/swap_promise.h',
326 'output/viewport_selection_bound.cc', 324 'output/viewport_selection_bound.cc',
327 'output/viewport_selection_bound.h', 325 'output/viewport_selection_bound.h',
328 'output/vsync_parameter_observer.h', 326 'output/vsync_parameter_observer.h',
329 'quads/checkerboard_draw_quad.cc', 327 'quads/checkerboard_draw_quad.cc',
330 'quads/checkerboard_draw_quad.h', 328 'quads/checkerboard_draw_quad.h',
331 'quads/content_draw_quad_base.cc', 329 'quads/content_draw_quad_base.cc',
332 'quads/content_draw_quad_base.h', 330 'quads/content_draw_quad_base.h',
333 'quads/debug_border_draw_quad.cc', 331 'quads/debug_border_draw_quad.cc',
334 'quads/debug_border_draw_quad.h', 332 'quads/debug_border_draw_quad.h',
335 'quads/draw_polygon.cc', 333 'quads/draw_polygon.cc',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'scheduler/scheduler_settings.cc', 526 'scheduler/scheduler_settings.cc',
529 'scheduler/scheduler_settings.h', 527 'scheduler/scheduler_settings.h',
530 'scheduler/scheduler_state_machine.cc', 528 'scheduler/scheduler_state_machine.cc',
531 'scheduler/scheduler_state_machine.h', 529 'scheduler/scheduler_state_machine.h',
532 'trees/blocking_task_runner.cc', 530 'trees/blocking_task_runner.cc',
533 'trees/blocking_task_runner.h', 531 'trees/blocking_task_runner.h',
534 'trees/damage_tracker.cc', 532 'trees/damage_tracker.cc',
535 'trees/damage_tracker.h', 533 'trees/damage_tracker.h',
536 'trees/draw_property_utils.cc', 534 'trees/draw_property_utils.cc',
537 'trees/draw_property_utils.h', 535 'trees/draw_property_utils.h',
536 'trees/latency_info_swap_promise_monitor.cc',
537 'trees/latency_info_swap_promise_monitor.h',
538 'trees/layer_tree_host.cc', 538 'trees/layer_tree_host.cc',
539 'trees/layer_tree_host.h', 539 'trees/layer_tree_host.h',
540 'trees/layer_tree_host_client.h', 540 'trees/layer_tree_host_client.h',
541 'trees/layer_tree_host_common.cc', 541 'trees/layer_tree_host_common.cc',
542 'trees/layer_tree_host_common.h', 542 'trees/layer_tree_host_common.h',
543 'trees/layer_tree_host_impl.cc', 543 'trees/layer_tree_host_impl.cc',
544 'trees/layer_tree_host_impl.h', 544 'trees/layer_tree_host_impl.h',
545 'trees/layer_tree_host_single_thread_client.h', 545 'trees/layer_tree_host_single_thread_client.h',
546 'trees/layer_tree_impl.cc', 546 'trees/layer_tree_impl.cc',
547 'trees/layer_tree_impl.h', 547 'trees/layer_tree_impl.h',
548 'trees/layer_tree_settings.cc', 548 'trees/layer_tree_settings.cc',
549 'trees/layer_tree_settings.h', 549 'trees/layer_tree_settings.h',
550 'trees/occlusion.cc', 550 'trees/occlusion.cc',
551 'trees/occlusion.h', 551 'trees/occlusion.h',
552 'trees/occlusion_tracker.cc', 552 'trees/occlusion_tracker.cc',
553 'trees/occlusion_tracker.h', 553 'trees/occlusion_tracker.h',
554 'trees/property_tree.cc', 554 'trees/property_tree.cc',
555 'trees/property_tree.h', 555 'trees/property_tree.h',
556 'trees/property_tree_builder.cc', 556 'trees/property_tree_builder.cc',
557 'trees/property_tree_builder.h', 557 'trees/property_tree_builder.h',
558 'trees/proxy.cc', 558 'trees/proxy.cc',
559 'trees/proxy.h', 559 'trees/proxy.h',
560 'trees/proxy_timing_history.cc', 560 'trees/proxy_timing_history.cc',
561 'trees/proxy_timing_history.h', 561 'trees/proxy_timing_history.h',
562 'trees/scoped_abort_remaining_swap_promises.h', 562 'trees/scoped_abort_remaining_swap_promises.h',
563 'trees/single_thread_proxy.cc', 563 'trees/single_thread_proxy.cc',
564 'trees/single_thread_proxy.h', 564 'trees/single_thread_proxy.h',
565 'trees/swap_promise_monitor.cc',
566 'trees/swap_promise_monitor.h',
565 'trees/thread_proxy.cc', 567 'trees/thread_proxy.cc',
566 'trees/thread_proxy.h', 568 'trees/thread_proxy.h',
567 'trees/tree_synchronizer.cc', 569 'trees/tree_synchronizer.cc',
568 'trees/tree_synchronizer.h', 570 'trees/tree_synchronizer.h',
569 ], 571 ],
570 'includes': [ 572 'includes': [
571 '../build/android/increase_size_for_speed.gypi', 573 '../build/android/increase_size_for_speed.gypi',
572 ], 574 ],
573 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 575 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
574 'msvs_disabled_warnings': [ 4267, ], 576 'msvs_disabled_warnings': [ 4267, ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'surfaces/surface_resource_holder.cc', 615 'surfaces/surface_resource_holder.cc',
614 'surfaces/surface_resource_holder.h', 616 'surfaces/surface_resource_holder.h',
615 'surfaces/surfaces_export.h', 617 'surfaces/surfaces_export.h',
616 ], 618 ],
617 'includes': [ 619 'includes': [
618 '../build/android/increase_size_for_speed.gypi', 620 '../build/android/increase_size_for_speed.gypi',
619 ], 621 ],
620 }, 622 },
621 ], 623 ],
622 } 624 }
OLDNEW
« no previous file with comments | « cc/base/swap_promise_monitor.cc ('k') | cc/cc_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698