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

Side by Side Diff: cc/BUILD.gn

Issue 668123003: cc: Support texture rect targets for masks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_for_texture_rect_changes
Patch Set: virtual CreateResourceAndRasterWorkerPool 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/layer_tree_pixel_resource_test.h » ('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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "test/geometry_test_utils.h", 563 "test/geometry_test_utils.h",
564 "test/test_in_process_context_provider.cc", 564 "test/test_in_process_context_provider.cc",
565 "test/test_in_process_context_provider.h", 565 "test/test_in_process_context_provider.h",
566 "test/impl_side_painting_settings.h", 566 "test/impl_side_painting_settings.h",
567 "test/layer_test_common.cc", 567 "test/layer_test_common.cc",
568 "test/layer_test_common.h", 568 "test/layer_test_common.h",
569 "test/layer_tree_host_common_test.cc", 569 "test/layer_tree_host_common_test.cc",
570 "test/layer_tree_host_common_test.h", 570 "test/layer_tree_host_common_test.h",
571 "test/layer_tree_json_parser.cc", 571 "test/layer_tree_json_parser.cc",
572 "test/layer_tree_json_parser.h", 572 "test/layer_tree_json_parser.h",
573 "test/layer_tree_pixel_resource_test.cc",
574 "test/layer_tree_pixel_resource_test.h",
573 "test/layer_tree_pixel_test.cc", 575 "test/layer_tree_pixel_test.cc",
574 "test/layer_tree_pixel_test.h", 576 "test/layer_tree_pixel_test.h",
575 "test/layer_tree_test.cc", 577 "test/layer_tree_test.cc",
576 "test/layer_tree_test.h", 578 "test/layer_tree_test.h",
577 "test/mock_occlusion_tracker.h", 579 "test/mock_occlusion_tracker.h",
578 "test/ordered_simple_task_runner.cc", 580 "test/ordered_simple_task_runner.cc",
579 "test/ordered_simple_task_runner.h", 581 "test/ordered_simple_task_runner.h",
580 "test/ordered_texture_map.cc", 582 "test/ordered_texture_map.cc",
581 "test/ordered_texture_map.h", 583 "test/ordered_texture_map.h",
582 "test/paths.cc", 584 "test/paths.cc",
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "//gpu/command_buffer/common:gles2_utils", 829 "//gpu/command_buffer/common:gles2_utils",
828 "//media", 830 "//media",
829 "//skia", 831 "//skia",
830 "//testing/gmock", 832 "//testing/gmock",
831 "//testing/gtest", 833 "//testing/gtest",
832 "//testing/perf", 834 "//testing/perf",
833 "//ui/gfx", 835 "//ui/gfx",
834 "//ui/gfx/geometry", 836 "//ui/gfx/geometry",
835 ] 837 ]
836 } 838 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/layer_tree_pixel_resource_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698