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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1419103010: Aura on Android: Compile extensions gn target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: Updated the comment. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 94319662cca9d371520eebf0d63d2d8fcc9a1ee8..526e669b33d09024f5228632317a1b3f7e0cf138 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -646,8 +646,8 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
Right to Left
</message>
- <!-- content area context menus. Android does not use it -->
- <if expr="not is_android">
+ <!-- content area context menus. -->
+ <if expr="not is_android or use_aura">
<message name="IDS_CONTENT_CONTEXT_INSPECTELEMENT" desc="The name of the Inspect Element command in the content area context menu">
I&amp;nspect
</message>
@@ -10039,8 +10039,8 @@ I don't think this site should be blocked!
Platform
</message>
- <!-- chrome://settings. Android uses native UI for settings -->
- <if expr="not is_android">
+ <!-- chrome://settings. Non-Aura Android uses native UI for settings -->
+ <if expr="not is_android or use_aura">
<if expr="chromeos">
<message name="IDS_OPTIONS_INTERNET_TAB_LABEL" desc="The title of the Internet tab">
Internet
@@ -14101,7 +14101,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</if>
<!-- Media Galleries. -->
- <if expr="not is_android">
+ <if expr="not is_android or use_aura">
<message name="IDS_MEDIA_GALLERIES_DIALOG_HEADER" desc="Header for media gallery permissions dialog.">
Media-File Permissions for "<ph name="EXTENSION">$1<ex>Photo Editor</ex></ph>"
</message>

Powered by Google App Engine
This is Rietveld 408576698