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

Unified Diff: content/content.gyp

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add generated enum class to BUILD.gn 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/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 5a7355f7ff3fd67933bb1ac3e388368c31b0430a..f14ad65f855437f2b370629ef65e82600f314fb3 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -436,6 +436,7 @@
'content_gamepad_mapping',
'gesture_event_type_java',
'popup_item_type_java',
+ 'resource_kind_java',
'result_codes_java',
'selection_event_type_java',
'speech_recognition_error_java',
@@ -494,6 +495,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'resource_kind_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'public/browser/android/resource_manager.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'result_codes_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698