| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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("//printing/features/features.gni") |
| 7 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 8 import("//third_party/skia/gn/shared_sources.gni") | 9 import("//third_party/skia/gn/shared_sources.gni") |
| 9 | 10 |
| 10 if (current_cpu == "arm") { | 11 if (current_cpu == "arm") { |
| 11 import("//build/config/arm.gni") | 12 import("//build/config/arm.gni") |
| 12 } | 13 } |
| 13 if (current_cpu == "mipsel" || current_cpu == "mips64el") { | 14 if (current_cpu == "mipsel" || current_cpu == "mips64el") { |
| 14 import("//build/config/mips.gni") | 15 import("//build/config/mips.gni") |
| 15 } | 16 } |
| 16 | 17 |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 | 723 |
| 723 deps = [ | 724 deps = [ |
| 724 ":skia", | 725 ":skia", |
| 725 "//base", | 726 "//base", |
| 726 "//base/test:test_support", | 727 "//base/test:test_support", |
| 727 "//build/config/sanitizers:deps", | 728 "//build/config/sanitizers:deps", |
| 728 "//build/win:default_exe_manifest", | 729 "//build/win:default_exe_manifest", |
| 729 ] | 730 ] |
| 730 } | 731 } |
| 731 } | 732 } |
| OLD | NEW |