OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 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("//components/variations/service/generate_ui_string_overrider.gni") |
| 6 |
| 7 # GYP version: chrome/chrome_resources.gyp:chrome_ui_string_overrider_factory |
| 8 generate_ui_string_overrider("chrome_ui_string_overrider_factory") { |
| 9 inputs = [ |
| 10 "$root_gen_dir/chrome/grit/generated_resources.h", |
| 11 ] |
| 12 deps = [ |
| 13 "//chrome/app:generated_resources", |
| 14 ] |
| 15 namespace = "chrome_variations" |
| 16 header_filename = "ui_string_overrider_factory.h" |
| 17 source_filename = "ui_string_overrider_factory.cc" |
| 18 } |
OLD | NEW |