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

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: address sievers review 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 685bd3db97333c8d753e6b43e38dfabfb818a556..57949952cfaa4b11a0006caca6a5a962d6c720d8 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -50,6 +50,7 @@ android_library("content_java") {
srcjar_deps = [
":common_aidl",
":content_public_android_java_enums_srcjar",
+ "//ui/accessibility:ax_enumerations_srcjar",
"//ui/touch_selection:ui_touch_selection_enums_srcjar",
"//ui/touch_selection:ui_touch_handle_orientation_srcjar",
]

Powered by Google App Engine
This is Rietveld 408576698