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

Side by Side Diff: cc/BUILD.gn

Issue 455783002: GPU context creation code duplication cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix even more build dependencies Created 6 years, 4 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 | « android_webview/browser/hardware_renderer.cc ('k') | 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "test", 609 "test",
610 ] 610 ]
611 611
612 deps = [ 612 deps = [
613 "//base", 613 "//base",
614 "//base/third_party/dynamic_annotations", 614 "//base/third_party/dynamic_annotations",
615 "//gpu:test_support", 615 "//gpu:test_support",
616 "//gpu/command_buffer/client:gles2_c_lib", 616 "//gpu/command_buffer/client:gles2_c_lib",
617 "//gpu/command_buffer/client:gles2_implementation", 617 "//gpu/command_buffer/client:gles2_implementation",
618 "//gpu/command_buffer/client:gl_in_process_context", 618 "//gpu/command_buffer/client:gl_in_process_context",
619 "//gpu/command_buffer/common:gles2_utils",
619 "//gpu/skia_bindings", 620 "//gpu/skia_bindings",
620 "//skia", 621 "//skia",
621 "//testing/gmock", 622 "//testing/gmock",
622 "//testing/gtest", 623 "//testing/gtest",
623 "//ui/gfx", 624 "//ui/gfx",
624 "//ui/gfx/geometry", 625 "//ui/gfx/geometry",
625 "//ui/gfx:test_support", 626 "//ui/gfx:test_support",
626 "//ui/gl", 627 "//ui/gl",
627 ] 628 ]
628 629
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "test/cc_test_suite.cc", 754 "test/cc_test_suite.cc",
754 ] 755 ]
755 756
756 deps = [ 757 deps = [
757 ":cc", 758 ":cc",
758 ":test_support", 759 ":test_support",
759 "//base/test:test_support", 760 "//base/test:test_support",
760 "//cc/surfaces", 761 "//cc/surfaces",
761 "//gpu", 762 "//gpu",
762 "//gpu:test_support", 763 "//gpu:test_support",
764 "//gpu/command_buffer/common:gles2_utils",
763 "//media", 765 "//media",
764 "//testing/gmock", 766 "//testing/gmock",
765 "//testing/gtest", 767 "//testing/gtest",
766 "//ui/events:events_base", 768 "//ui/events:events_base",
767 "//ui/gfx", 769 "//ui/gfx",
768 "//ui/gfx/geometry", 770 "//ui/gfx/geometry",
769 ] 771 ]
770 } 772 }
771 773
772 test("cc_perftests") { 774 test("cc_perftests") {
(...skipping 11 matching lines...) Expand all
784 "trees/layer_tree_host_perftest.cc", 786 "trees/layer_tree_host_perftest.cc",
785 "trees/occlusion_tracker_perftest.cc", 787 "trees/occlusion_tracker_perftest.cc",
786 ] 788 ]
787 789
788 deps = [ 790 deps = [
789 ":cc", 791 ":cc",
790 ":test_support", 792 ":test_support",
791 "//base", 793 "//base",
792 "//gpu", 794 "//gpu",
793 "//gpu:test_support", 795 "//gpu:test_support",
796 "//gpu/command_buffer/common:gles2_utils",
794 "//media", 797 "//media",
795 "//skia", 798 "//skia",
796 "//testing/gmock", 799 "//testing/gmock",
797 "//testing/gtest", 800 "//testing/gtest",
798 "//testing/perf", 801 "//testing/perf",
799 "//ui/gfx", 802 "//ui/gfx",
800 "//ui/gfx/geometry", 803 "//ui/gfx/geometry",
801 ] 804 ]
802 } 805 }
OLDNEW
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698