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

Unified Diff: ui/base/BUILD.gn

Issue 1533773002: Delete CC. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2e
Patch Set: rebase 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 fcb16da87b6893e7894d049e8ff3026a50e2e9c6..51592af0934f9e05f43fa98b5f7f83ed0f399373 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -52,10 +52,7 @@ component("base") {
}
if (is_android) {
- deps += [
- ":ui_base_jni_headers",
- "//cc",
- ]
+ deps += [ ":ui_base_jni_headers" ]
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