| OLD | NEW |
| 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 } |
| OLD | NEW |