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

Unified Diff: content/public/android/BUILD.gn

Issue 1137393003: Add style information to the snapshot node (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add content dependency to ui_accessibility_java for GN 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: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 659cc1e19e114229fd7f3d740661546f5efbb590..988a87a2285c8970a30e11fb6393a41a5c382dbd 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -41,6 +41,7 @@ android_library("content_java") {
"//third_party/android_tools:android_support_v13_java",
"//third_party/mojo/src/mojo/public/java:bindings",
"//third_party/mojo/src/mojo/public/java:system",
+ "//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",
"//third_party/jsr-305:jsr_305_javalib",
"//third_party/WebKit/public:blink_headers_java",

Powered by Google App Engine
This is Rietveld 408576698