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

Unified Diff: content/content.gyp

Issue 970883002: [Android WebView] Synthesize a fake page loading event on page source modification (Re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed findbugs warning 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
« no previous file with comments | « content/browser/web_contents/web_contents_android.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 ef9d21aa853f9687bd2c32187a512a9163fa97c8..3d73378c51bbd5de8acd08c7cadd3e53fe909b81 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -444,6 +444,7 @@
'content_strings_grd',
'content_gamepad_mapping',
'gesture_event_type_java',
+ 'invalidate_types_java',
'navigation_controller_java',
'popup_item_type_java',
'result_codes_java',
@@ -496,6 +497,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'invalidate_types_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'public/browser/invalidate_type.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'navigation_controller_java',
'type': 'none',
'variables': {
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698