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

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

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build failure Created 6 years, 1 month 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 94bb8780b175dc4329e8302a76f1652db1a82db0..1d33c62d9def31020b80c128aaca51c980a6dca0 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -112,6 +112,7 @@ java_cpp_enum("content_public_android_java_enums_srcjar") {
"//content/browser/android/gesture_event_type.h",
"//content/browser/renderer_host/input/selection_event_type.h",
"//content/browser/gamepad/gamepad_standard_mappings.h",
+ "//content/public/browser/android/resource_manager.h",
"//content/public/common/result_codes.h",
"//content/public/common/screen_orientation_values.h",
"//content/public/common/speech_recognition_error.h",
@@ -127,6 +128,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/content_public/resources/AndroidResourceType.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698