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

Side by Side Diff: remoting/build/config/remoting_build.gni

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Move branding_file_path to chrome/process_version_rc_template.gni Created 4 years, 3 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
« no previous file with comments | « media/cdm/ppapi/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/version.gni") 7 import("//build/util/version.gni")
8 import("//chrome/version.gni")
9 import("//remoting/remoting_enable.gni") 8 import("//remoting/remoting_enable.gni")
10 import("//remoting/remoting_locales.gni") 9 import("//remoting/remoting_locales.gni")
11 import("//remoting/remoting_options.gni") 10 import("//remoting/remoting_options.gni")
12 import("//remoting/remoting_version.gni") 11 import("//remoting/remoting_version.gni")
13 import("//remoting/tools/build/remoting_localize.gni") 12 import("//remoting/tools/build/remoting_localize.gni")
14 import("//testing/test.gni") 13 import("//testing/test.gni")
15 14
16 if (is_win) { 15 if (is_win) {
17 import("//build/config/win/manifest.gni") 16 import("//build/config/win/manifest.gni")
18 import("//remoting/host/predefines_win.gni") 17 import("//remoting/host/predefines_win.gni")
19 } else if (is_mac) { 18 } else if (is_mac) {
20 import("//build/config/mac/rules.gni") 19 import("//build/config/mac/rules.gni")
21 import("//third_party/icu/config.gni") 20 import("//third_party/icu/config.gni")
22 } 21 }
OLDNEW
« no previous file with comments | « media/cdm/ppapi/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698