|  | Switch to using '-t ios' for grit
grit now supports passing '-t ios', which sets is_ios, and doesn't set
is_macosx (matching the semantics of gyp). All instances of
pp_ifdef('ios') change to is_ios, matching the syntax used by other
platforms.
Because this flips the setting of is_macosx for iOS, most places where
code looked at is_macosx also now look for is_ios. This CL errs on the
side of being behavior-preserving, adding is_ios checks in some places
where they probably aren't needed, to avoid accidental regressions.
In places where it's very obvious it's not needed, it hasn't been
added.
Also adds a missing is_ios to history.html, resolving drift from
not-yet-upstreamed changes.
BUG=227781 
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218386
  
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+157 lines, -159 lines) | Patch |  
        |  | M | build/common.gypi | View | 1 | 1 chunk | +1 line, -2 lines | 0 comments | Download |  
        |  | M | chrome/app/chromium_strings.grd | View | 1 | 6 chunks | +11 lines, -11 lines | 0 comments | Download |  
        |  | M | chrome/app/generated_resources.grd | View |  | 29 chunks | +34 lines, -34 lines | 0 comments | Download |  
        |  | M | chrome/app/google_chrome_strings.grd | View | 1 | 6 chunks | +11 lines, -11 lines | 0 comments | Download |  
        |  | M | chrome/app/resources/locale_settings.grd | View |  | 3 chunks | +5 lines, -5 lines | 0 comments | Download |  
        |  | M | chrome/app/resources/locale_settings_mac.grd | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | chrome/app/theme/theme_resources.grd | View | 1 | 26 chunks | +41 lines, -41 lines | 0 comments | Download |  
        |  | M | chrome/browser/browser_resources.grd | View | 1 | 5 chunks | +9 lines, -10 lines | 0 comments | Download |  
        |  | M | chrome/browser/resources/history/history.html | View | 1 | 4 chunks | +9 lines, -9 lines | 0 comments | Download |  
        |  | M | chrome/browser/resources/history/history_mobile.css | View | 1 | 2 chunks | +2 lines, -2 lines | 0 comments | Download |  
        |  |  | chrome/browser/resources/translate_internals/prefs.html | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | chrome/renderer/resources/neterror.html | View | 1 | 9 chunks | +9 lines, -9 lines | 0 comments | Download |  
        |  | M | components/component_strings.grd | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | ui/base/strings/app_locale_settings.grd | View |  | 2 chunks | +3 lines, -3 lines | 0 comments | Download |  
        |  | M | ui/base/strings/app_locale_settings_ja.xtb | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/base/strings/app_locale_settings_ko.xtb | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/base/strings/app_locale_settings_zh-CN.xtb | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  |  | ui/base/strings/app_locale_settings_zh-TW.xtb | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/base/strings/ui_strings.grd | View | 1 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | ui/resources/ui_resources.grd | View |  | 8 chunks | +8 lines, -8 lines | 0 comments | Download |  
        |  | M | ui/webui/resources/css/overlay.css | View | 1 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/webui/resources/css/tree.css | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/webui/resources/css/widgets.css | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
    Total messages: 9 (0 generated)
     |