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

Side by Side Diff: cc/cc.gyp

Issue 1922393002: CC Animation: Unify ElementId in Blink Compositor Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@player
Patch Set: Remove NextElementId. Created 4 years, 7 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/blink/web_layer_impl.cc ('k') | cc/layers/layer.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 (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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'tiles/tiling_set_raster_queue_required.h', 538 'tiles/tiling_set_raster_queue_required.h',
539 'trees/blocking_task_runner.cc', 539 'trees/blocking_task_runner.cc',
540 'trees/blocking_task_runner.h', 540 'trees/blocking_task_runner.h',
541 'trees/channel_impl.h', 541 'trees/channel_impl.h',
542 'trees/channel_main.h', 542 'trees/channel_main.h',
543 'trees/compositor_mode.h', 543 'trees/compositor_mode.h',
544 'trees/damage_tracker.cc', 544 'trees/damage_tracker.cc',
545 'trees/damage_tracker.h', 545 'trees/damage_tracker.h',
546 'trees/draw_property_utils.cc', 546 'trees/draw_property_utils.cc',
547 'trees/draw_property_utils.h', 547 'trees/draw_property_utils.h',
548 'trees/element_id.h',
548 'trees/latency_info_swap_promise_monitor.cc', 549 'trees/latency_info_swap_promise_monitor.cc',
549 'trees/latency_info_swap_promise_monitor.h', 550 'trees/latency_info_swap_promise_monitor.h',
550 'trees/layer_tree_host.cc', 551 'trees/layer_tree_host.cc',
551 'trees/layer_tree_host.h', 552 'trees/layer_tree_host.h',
552 'trees/layer_tree_host_client.h', 553 'trees/layer_tree_host_client.h',
553 'trees/layer_tree_host_common.cc', 554 'trees/layer_tree_host_common.cc',
554 'trees/layer_tree_host_common.h', 555 'trees/layer_tree_host_common.h',
555 'trees/layer_tree_host_impl.cc', 556 'trees/layer_tree_host_impl.cc',
556 'trees/layer_tree_host_impl.h', 557 'trees/layer_tree_host_impl.h',
557 'trees/layer_tree_host_single_thread_client.h', 558 'trees/layer_tree_host_single_thread_client.h',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.cc', 702 'surfaces/surface_resource_holder.cc',
702 'surfaces/surface_resource_holder.h', 703 'surfaces/surface_resource_holder.h',
703 'surfaces/surfaces_export.h', 704 'surfaces/surfaces_export.h',
704 ], 705 ],
705 'includes': [ 706 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 707 '../build/android/increase_size_for_speed.gypi',
707 ], 708 ],
708 }, 709 },
709 ], 710 ],
710 } 711 }
OLDNEW
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698