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

Side by Side Diff: cc/BUILD.gn

Issue 1819663002: Bind GrContext to GLES2Interfaces in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@function
Patch Set: Minimal GetString impl for TestGLES2Interface in skcanvas_video_renderer_unittest.cc Created 4 years, 9 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') | 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 deps = [ 975 deps = [
976 ":cc", 976 ":cc",
977 ":test_support", 977 ":test_support",
978 "//base", 978 "//base",
979 "//base/test:test_support", 979 "//base/test:test_support",
980 "//cc/surfaces", 980 "//cc/surfaces",
981 "//cc/surfaces:surface_id", 981 "//cc/surfaces:surface_id",
982 "//gpu", 982 "//gpu",
983 "//gpu:test_support", 983 "//gpu:test_support",
984 "//gpu/command_buffer/common:gles2_utils", 984 "//gpu/command_buffer/common:gles2_utils",
985 "//gpu/skia_bindings",
985 "//media", 986 "//media",
986 "//skia", 987 "//skia",
987 "//testing/gmock", 988 "//testing/gmock",
988 "//testing/gtest", 989 "//testing/gtest",
989 "//testing/perf", 990 "//testing/perf",
990 "//ui/gfx", 991 "//ui/gfx",
991 "//ui/gfx/geometry", 992 "//ui/gfx/geometry",
992 "//ui/gl", 993 "//ui/gl",
993 "//ui/gl:test_support", 994 "//ui/gl:test_support",
994 ] 995 ]
995 996
996 if (is_android) { 997 if (is_android) {
997 isolate_file = "cc_perftests.isolate" 998 isolate_file = "cc_perftests.isolate"
998 } 999 }
999 } 1000 }
1000 # When adding support for isolates, please have a look at run-time dependencies 1001 # When adding support for isolates, please have a look at run-time dependencies
1001 # in the cc_unittests_run target in cc_tests.gyp. 1002 # in the cc_unittests_run target in cc_tests.gyp.
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