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

Unified Diff: chrome/app/generated_resources.grd

Issue 1560503002: Removing the code added to make chrome compile on Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo delete of aura_android.gni - will delete in a separate CL. Created 4 years, 11 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/media_galleries/android/mtp_device_delegate_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index eac42fb6ab5c166ea1a2d4093695a8a567794fdb..22fb54728a2ad26744e5f30695c4db07c61c1d2b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -494,8 +494,8 @@ are declared in build/common.gypi.
Right to Left
</message>
- <!-- content area context menus. -->
- <if expr="not is_android or use_aura">
+ <!-- content area context menus. Android does not use it -->
+ <if expr="not is_android">
<message name="IDS_CONTENT_CONTEXT_INSPECTELEMENT" desc="The name of the Inspect Element command in the content area context menu">
I&amp;nspect
</message>
@@ -9289,8 +9289,8 @@ I don't think this site should be blocked!
Platform
</message>
- <!-- chrome://settings. Non-Aura Android uses native UI for settings -->
- <if expr="not is_android or use_aura">
+ <!-- chrome://settings. Android uses native UI for settings -->
+ <if expr="not is_android">
<if expr="chromeos">
<message name="IDS_OPTIONS_INTERNET_TAB_LABEL" desc="The title of the Internet tab">
Internet
@@ -13262,7 +13262,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 or use_aura">
+ <if expr="not is_android">
<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>
« no previous file with comments | « no previous file | chrome/browser/media_galleries/android/mtp_device_delegate_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698