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

Unified Diff: content/content.gyp

Issue 1040393002: The Java Client should be aware of the readback status. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build errors Created 5 years, 8 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
« no previous file with comments | « content/browser/android/content_readback_handler.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7bc40bfbc37e795809d9673d135d7542dcca910a..ba3812dd6dc1fa2b30a3040c9a8ec41ded93c8b8 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -446,6 +446,7 @@
'navigation_controller_java',
'popup_item_type_java',
'result_codes_java',
+ 'readback_response_java',
'speech_recognition_error_java',
'top_controls_state_java',
'screen_orientation_values_java',
@@ -511,6 +512,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'readback_response_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'public/browser/readback_types.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'result_codes_java',
'type': 'none',
'variables': {
« no previous file with comments | « content/browser/android/content_readback_handler.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698