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

Unified Diff: cc/BUILD.gn

Issue 464153002: GN: Create a :gles2_interface target to resolve some check errors in //cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment per brettw Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 6d70f466979629a3adcce2a039cf387fd319d463..eea9ee5d5caaf1f36f1cbae03931a86057541007 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -478,6 +478,7 @@ component("cc") {
"//base",
"//base/third_party/dynamic_annotations",
"//gpu",
+ "//gpu/command_buffer/client:gles2_interface",
"//media",
"//skia",
"//ui/events:events_base",
@@ -642,6 +643,10 @@ source_set("test_support") {
if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
deps += [ "//third_party/mesa:osmesa" ]
}
+
+ forward_dependent_configs_from = [
+ "//gpu:test_support",
+ ]
}
test("cc_unittests") {
@@ -776,6 +781,7 @@ test("cc_unittests") {
"//cc/surfaces",
"//gpu",
"//gpu:test_support",
+ "//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common:gles2_utils",
"//media",
"//testing/gmock",
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698