| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| 11 import("//chrome/chrome_repack_locales.gni") | 11 import("//chrome/chrome_repack_locales.gni") |
| 12 import("//chrome/test/base/js2gtest.gni") | 12 import("//chrome/test/base/js2gtest.gni") |
| 13 import("//components/os_crypt/features.gni") | 13 import("//components/os_crypt/features.gni") |
| 14 import("//ppapi/features/features.gni") | 14 import("//ppapi/features/features.gni") |
| 15 import("//remoting/remoting_enable.gni") |
| 15 import("//services/shell/public/service_manifest.gni") | 16 import("//services/shell/public/service_manifest.gni") |
| 16 import("//testing/test.gni") | 17 import("//testing/test.gni") |
| 17 import("//v8/gni/v8.gni") | 18 import("//v8/gni/v8.gni") |
| 18 | 19 |
| 19 if (is_android) { | 20 if (is_android) { |
| 20 import("//build/config/android/rules.gni") | 21 import("//build/config/android/rules.gni") |
| 21 } | 22 } |
| 22 | 23 |
| 23 # This target exists to reference other test executables to bring these files | 24 # This target exists to reference other test executables to bring these files |
| 24 # into the build. | 25 # into the build. |
| (...skipping 4996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5021 "touch_hud", | 5022 "touch_hud", |
| 5022 "ui", | 5023 "ui", |
| 5023 ] | 5024 ] |
| 5024 | 5025 |
| 5025 if (is_linux && !is_android) { | 5026 if (is_linux && !is_android) { |
| 5026 deps += [ "//components/font_service:manifest" ] | 5027 deps += [ "//components/font_service:manifest" ] |
| 5027 packaged_services += [ "font_service" ] | 5028 packaged_services += [ "font_service" ] |
| 5028 } | 5029 } |
| 5029 } | 5030 } |
| 5030 } | 5031 } |
| OLD | NEW |