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

Unified Diff: cc/BUILD.gn

Issue 1635613002: [mojo-bindings] Support reuse of native enum classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more missing public_deps Created 4 years, 11 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 | components/mus/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 0a166e038e953b8b72e67445e3bc09ce9a79cc3c..ae99110ed5b88908c4ee22cd6f7f7ff6656ebc77 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -727,6 +727,7 @@ source_set("test_support") {
public_deps = [
":cc",
"//gpu:test_support",
+ "//skia",
]
deps = [
"//base",
@@ -741,7 +742,6 @@ source_set("test_support") {
"//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
"//media",
- "//skia",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx",
« no previous file with comments | « no previous file | components/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698