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

Unified Diff: chrome/chrome_browser.gypi

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Fix filename? Created 4 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ec73df5b8bcdcc3481b71cbd0956666f3c8fa925..fa6d7a4338d0ea72980957778c9a3cb325722a85 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4134,6 +4134,15 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ # GN: //chrome/android:chrome_android_java_enums_srcjar
+ 'target_name': 'button_info_type_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../ui/message_center/notification.h',
Michael van Ouwerkerk 2016/04/07 14:19:20 I do doubt whether you're meant to include sources
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
#GN: //chrome/browser:client_discourse_context_proto
'target_name': 'client_discourse_context_proto',
'type': 'static_library',

Powered by Google App Engine
This is Rietveld 408576698