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

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: Rebase 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "test/geometry_test_utils.h", 564 "test/geometry_test_utils.h",
565 "test/test_in_process_context_provider.cc", 565 "test/test_in_process_context_provider.cc",
566 "test/test_in_process_context_provider.h", 566 "test/test_in_process_context_provider.h",
567 "test/impl_side_painting_settings.h", 567 "test/impl_side_painting_settings.h",
568 "test/layer_test_common.cc", 568 "test/layer_test_common.cc",
569 "test/layer_test_common.h", 569 "test/layer_test_common.h",
570 "test/layer_tree_host_common_test.cc", 570 "test/layer_tree_host_common_test.cc",
571 "test/layer_tree_host_common_test.h", 571 "test/layer_tree_host_common_test.h",
572 "test/layer_tree_json_parser.cc", 572 "test/layer_tree_json_parser.cc",
573 "test/layer_tree_json_parser.h", 573 "test/layer_tree_json_parser.h",
574 "test/layer_tree_pixel_resource_test.cc",
575 "test/layer_tree_pixel_resource_test.h",
574 "test/layer_tree_pixel_test.cc", 576 "test/layer_tree_pixel_test.cc",
575 "test/layer_tree_pixel_test.h", 577 "test/layer_tree_pixel_test.h",
576 "test/layer_tree_test.cc", 578 "test/layer_tree_test.cc",
577 "test/layer_tree_test.h", 579 "test/layer_tree_test.h",
578 "test/mock_occlusion_tracker.h", 580 "test/mock_occlusion_tracker.h",
579 "test/ordered_simple_task_runner.cc", 581 "test/ordered_simple_task_runner.cc",
580 "test/ordered_simple_task_runner.h", 582 "test/ordered_simple_task_runner.h",
581 "test/ordered_texture_map.cc", 583 "test/ordered_texture_map.cc",
582 "test/ordered_texture_map.h", 584 "test/ordered_texture_map.h",
583 "test/paths.cc", 585 "test/paths.cc",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 "//gpu/command_buffer/common:gles2_utils", 831 "//gpu/command_buffer/common:gles2_utils",
830 "//media", 832 "//media",
831 "//skia", 833 "//skia",
832 "//testing/gmock", 834 "//testing/gmock",
833 "//testing/gtest", 835 "//testing/gtest",
834 "//testing/perf", 836 "//testing/perf",
835 "//ui/gfx", 837 "//ui/gfx",
836 "//ui/gfx/geometry", 838 "//ui/gfx/geometry",
837 ] 839 ]
838 } 840 }
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