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

Side by Side Diff: cc/BUILD.gn

Issue 666163006: Allow layers to signal that additional sequences are needed before surface destruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | cc/cc_tests.gyp » ('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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "layers/nine_patch_layer_unittest.cc", 697 "layers/nine_patch_layer_unittest.cc",
698 "layers/painted_scrollbar_layer_impl_unittest.cc", 698 "layers/painted_scrollbar_layer_impl_unittest.cc",
699 "layers/picture_image_layer_impl_unittest.cc", 699 "layers/picture_image_layer_impl_unittest.cc",
700 "layers/picture_layer_impl_unittest.cc", 700 "layers/picture_layer_impl_unittest.cc",
701 "layers/picture_layer_unittest.cc", 701 "layers/picture_layer_unittest.cc",
702 "layers/render_surface_unittest.cc", 702 "layers/render_surface_unittest.cc",
703 "layers/render_surface_impl_unittest.cc", 703 "layers/render_surface_impl_unittest.cc",
704 "layers/scrollbar_layer_unittest.cc", 704 "layers/scrollbar_layer_unittest.cc",
705 "layers/solid_color_layer_impl_unittest.cc", 705 "layers/solid_color_layer_impl_unittest.cc",
706 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 706 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
707 "layers/surface_layer_unittest.cc",
707 "layers/surface_layer_impl_unittest.cc", 708 "layers/surface_layer_impl_unittest.cc",
708 "layers/texture_layer_unittest.cc", 709 "layers/texture_layer_unittest.cc",
709 "layers/texture_layer_impl_unittest.cc", 710 "layers/texture_layer_impl_unittest.cc",
710 "layers/tiled_layer_impl_unittest.cc", 711 "layers/tiled_layer_impl_unittest.cc",
711 "layers/tiled_layer_unittest.cc", 712 "layers/tiled_layer_unittest.cc",
712 "layers/ui_resource_layer_impl_unittest.cc", 713 "layers/ui_resource_layer_impl_unittest.cc",
713 "layers/ui_resource_layer_unittest.cc", 714 "layers/ui_resource_layer_unittest.cc",
714 "layers/video_layer_impl_unittest.cc", 715 "layers/video_layer_impl_unittest.cc",
715 "output/begin_frame_args_unittest.cc", 716 "output/begin_frame_args_unittest.cc",
716 "output/delegating_renderer_unittest.cc", 717 "output/delegating_renderer_unittest.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "//gpu/command_buffer/common:gles2_utils", 832 "//gpu/command_buffer/common:gles2_utils",
832 "//media", 833 "//media",
833 "//skia", 834 "//skia",
834 "//testing/gmock", 835 "//testing/gmock",
835 "//testing/gtest", 836 "//testing/gtest",
836 "//testing/perf", 837 "//testing/perf",
837 "//ui/gfx", 838 "//ui/gfx",
838 "//ui/gfx/geometry", 839 "//ui/gfx/geometry",
839 ] 840 ]
840 } 841 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698