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

Unified Diff: ui/base/BUILD.gn

Issue 1531403002: Revert "Delete CC." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 51592af0934f9e05f43fa98b5f7f83ed0f399373..fcb16da87b6893e7894d049e8ff3026a50e2e9c6 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -52,7 +52,10 @@ component("base") {
}
if (is_android) {
- deps += [ ":ui_base_jni_headers" ]
+ deps += [
+ ":ui_base_jni_headers",
+ "//cc",
+ ]
libs += [ "jnigraphics" ]
}
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698