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

Unified Diff: content/content.gyp

Issue 924833003: [Android WebView] Synthesize a fake page loading event on page source modification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android_aosp & rebased Created 5 years, 10 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/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7bc40bfbc37e795809d9673d135d7542dcca910a..01bd90a93ed67ae3afb890033f8d5d8c67ea74bb 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -443,6 +443,7 @@
'content_strings_grd',
'content_gamepad_mapping',
'gesture_event_type_java',
+ 'invalidate_types_java',
'navigation_controller_java',
'popup_item_type_java',
'result_codes_java',
@@ -495,6 +496,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'invalidate_types_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'public/browser/invalidate_type.h',
mnaganov (inactive) 2015/02/23 22:17:55 Note to self: we can now get rid of the manual mir
mnaganov (inactive) 2015/02/24 11:28:42 Done.
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'navigation_controller_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698