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

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

Issue 1411153006: Variations string overrides now handles more .grd files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//components/variations/service/generate_ui_string_overrider.gni") 5 import("//components/variations/service/generate_ui_string_overrider.gni")
6 6
7 # GYP version: chrome/chrome_resources.gyp:chrome_ui_string_overrider_factory 7 # GYP version: chrome/chrome_resources.gyp:chrome_ui_string_overrider_factory
8 generate_ui_string_overrider("chrome_ui_string_overrider_factory") { 8 generate_ui_string_overrider("chrome_ui_string_overrider_factory") {
9 inputs = [ 9 inputs = [
10 "$root_gen_dir/chrome/grit/generated_resources.h", 10 "$root_gen_dir/chrome/grit/generated_resources.h",
11 "$root_gen_dir/chrome/grit/google_chrome_strings.h",
12 "$root_gen_dir/chrome/grit/chromium_strings.h",
13 "$root_gen_dir/chrome/grit/settings_strings.h",
14 "$root_gen_dir/chrome/grit/settings_chromium_strings.h",
15 "$root_gen_dir/chrome/grit/settings_google_chrome_strings.h",
11 ] 16 ]
12 deps = [ 17 deps = [
13 "//chrome/app:generated_resources", 18 "//chrome/app:generated_resources",
19 "//chrome/app:google_chrome_strings",
20 "//chrome/app:chromium_strings",
21 "//chrome/app:settings_strings",
22 "//chrome/app:settings_chromium_strings",
23 "//chrome/app:settings_google_chrome_strings",
14 ] 24 ]
15 namespace = "chrome_variations" 25 namespace = "chrome_variations"
16 header_filename = "ui_string_overrider_factory.h" 26 header_filename = "ui_string_overrider_factory.h"
17 source_filename = "ui_string_overrider_factory.cc" 27 source_filename = "ui_string_overrider_factory.cc"
18 } 28 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | components/variations/service/generate_ui_string_overrider.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698