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

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: gn support 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..7d0a56a912edfde95bf63bc5f2ffe96a7dc02439 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -120,6 +120,7 @@ java_cpp_enum("content_public_android_java_enums_srcjar") {
"//content/public/common/screen_orientation_values.h",
"//content/public/common/speech_recognition_error.h",
"//content/public/common/top_controls_state.h",
+ "//ui/accessibility/ax_enums.idl",
]
outputs = [
"org/chromium/content/browser/GestureEventType.java",
@@ -135,6 +136,7 @@ java_cpp_enum("content_public_android_java_enums_srcjar") {
"org/chromium/content_public/common/ScreenOrientationValues.java",
"org/chromium/content_public/common/SpeechRecognitionErrorCode.java",
"org/chromium/content_public/common/TopControlsState.java",
+ "org/chromium/ui/accessibility/AXTextStyle.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698