Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Side by Side Diff: chrome/browser/metrics/variations/BUILD.gn

Issue 1374773002: Componentize script to generate UI string overrides mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-resources-index
Patch Set: Rebase and fix //components/variations:unit_tests build with gn Created 5 years, 2 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:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_services_manager.cc ('k') | chrome/browser/metrics/variations/generate_resources_map.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698