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

Unified Diff: chrome/chrome.gyp

Issue 620983002: Add Permissions to the PageInfo dialog on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_info_dialog_shell_only_v2
Patch Set: Added TODO to rename class to PageInfo Created 6 years, 2 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 392698b50d3b977024c6b8b1af49bb997649f998..4a454a8a478b300101d232c668d7866a7fff638b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -584,8 +584,9 @@
'app_banner_metrics_ids_java',
'chrome_resources.gyp:chrome_strings',
'chrome_strings_grd',
- 'profile_account_management_metrics_java',
+ 'content_settings_type_java',
'page_info_connection_type_java',
+ 'profile_account_management_metrics_java',
'profile_sync_service_model_type_selection_java',
'resource_id_java',
'toolbar_model_security_levels_java',
@@ -630,6 +631,14 @@
],
},
{
+ 'target_name': 'content_settings_type_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../components/content_settings/core/common/content_settings_types.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'page_info_connection_type_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698