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

Unified Diff: ui/base/BUILD.gn

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 33886eefc3242c9414fdb1f8289d5069fe74c156..536a63c7a24b2f07e44e81f9cc2d76875c7a0a23 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -63,13 +63,6 @@ component("base") {
libs += [ "jnigraphics" ]
}
-
- if (is_android && is_android_webview_build) {
- deps += [
- #TODO(GYP): port this component to GN.
- #"//ui/android:ui_java",
- ]
- }
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698