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

Side by Side Diff: cc/BUILD.gn

Issue 665463003: gpu: Add CHROMIUM_image support to in-process command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-gpu-memory-buffer-factory-to-gpu-image-factory
Patch Set: make code more consistent with command buffer proxy Created 6 years, 2 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/test_gpu_memory_buffer_manager.cc » ('J')
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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "test/solid_color_content_layer_client.cc", 601 "test/solid_color_content_layer_client.cc",
602 "test/solid_color_content_layer_client.h", 602 "test/solid_color_content_layer_client.h",
603 "test/test_context_provider.cc", 603 "test/test_context_provider.cc",
604 "test/test_context_provider.h", 604 "test/test_context_provider.h",
605 "test/test_context_support.cc", 605 "test/test_context_support.cc",
606 "test/test_context_support.h", 606 "test/test_context_support.h",
607 "test/test_gles2_interface.cc", 607 "test/test_gles2_interface.cc",
608 "test/test_gles2_interface.h", 608 "test/test_gles2_interface.h",
609 "test/test_gpu_memory_buffer_manager.cc", 609 "test/test_gpu_memory_buffer_manager.cc",
610 "test/test_gpu_memory_buffer_manager.h", 610 "test/test_gpu_memory_buffer_manager.h",
611 "test/test_image_factory.cc",
612 "test/test_image_factory.h",
611 "test/test_now_source.cc", 613 "test/test_now_source.cc",
612 "test/test_now_source.h", 614 "test/test_now_source.h",
613 "test/test_occlusion_tracker.h", 615 "test/test_occlusion_tracker.h",
614 "test/test_shared_bitmap_manager.cc", 616 "test/test_shared_bitmap_manager.cc",
615 "test/test_shared_bitmap_manager.h", 617 "test/test_shared_bitmap_manager.h",
616 "test/test_texture.cc", 618 "test/test_texture.cc",
617 "test/test_texture.h", 619 "test/test_texture.h",
618 "test/test_tile_priorities.cc", 620 "test/test_tile_priorities.cc",
619 "test/test_tile_priorities.h", 621 "test/test_tile_priorities.h",
620 "test/test_web_graphics_context_3d.cc", 622 "test/test_web_graphics_context_3d.cc",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "//gpu/command_buffer/common:gles2_utils", 825 "//gpu/command_buffer/common:gles2_utils",
824 "//media", 826 "//media",
825 "//skia", 827 "//skia",
826 "//testing/gmock", 828 "//testing/gmock",
827 "//testing/gtest", 829 "//testing/gtest",
828 "//testing/perf", 830 "//testing/perf",
829 "//ui/gfx", 831 "//ui/gfx",
830 "//ui/gfx/geometry", 832 "//ui/gfx/geometry",
831 ] 833 ]
832 } 834 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/test_gpu_memory_buffer_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698