Home | History | Annotate | Download | only in app
      1 # Copyright 2014 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 import("//tools/grit/grit_rule.gni")
      6 
      7 # GYP version: chrome/chrome_resources.gyp:chrome_strings
      8 #              (generate_generated_resources action)
      9 grit("generated_resources") {
     10   source = "generated_resources.grd"
     11 }
     12 
     13 # GYP version: chrome/chrome_resources.gyp:chrome_strings
     14 #              (generate_google_chrome_strings action)
     15 grit("google_chrome_strings") {
     16   source = "google_chrome_strings.grd"
     17 }
     18 
     19 # GYP version: chrome/chrome_resources.gyp:chrome_strings
     20 #              (generate_chromium_strings action)
     21 grit("chromium_strings") {
     22   source = "chromium_strings.grd"
     23 }
     24