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

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

Issue 2338093003: Revert of gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: 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")
8 import("//remoting/remoting_enable.gni") 9 import("//remoting/remoting_enable.gni")
9 import("//remoting/remoting_locales.gni") 10 import("//remoting/remoting_locales.gni")
10 import("//remoting/remoting_options.gni") 11 import("//remoting/remoting_options.gni")
11 import("//remoting/remoting_version.gni") 12 import("//remoting/remoting_version.gni")
12 import("//remoting/tools/build/remoting_localize.gni") 13 import("//remoting/tools/build/remoting_localize.gni")
13 import("//testing/test.gni") 14 import("//testing/test.gni")
14 15
15 if (is_win) { 16 if (is_win) {
16 import("//build/config/win/manifest.gni") 17 import("//build/config/win/manifest.gni")
17 import("//remoting/host/predefines_win.gni") 18 import("//remoting/host/predefines_win.gni")
18 } else if (is_mac) { 19 } else if (is_mac) {
19 import("//build/config/mac/rules.gni") 20 import("//build/config/mac/rules.gni")
20 import("//third_party/icu/config.gni") 21 import("//third_party/icu/config.gni")
21 } 22 }
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