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

Unified Diff: ui/base/BUILD.gn

Issue 819233002: ui/base: Enable ui_java dep in the GN version ui_base target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 e4cd291288838ba9aeee2097d5377fe1b128e8c6..8620e954deff95a8b1a9f941880b2c1d2df6d8a3 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -641,10 +641,7 @@ component("base") {
}
if (is_android && is_android_webview_build) {
- deps += [
- #TODO(GYP): port this component to GN.
- #"//ui/android:ui_java",
- ]
+ deps += [ "//ui/android:ui_java" ]
}
if (is_android && !use_aura) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698