| 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 if (cpu_arch == "arm") { | 7 if (cpu_arch == "arm") { |
| 8 import("//build/config/arm.gni") | 8 import("//build/config/arm.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 configs -= [ "//build/config/compiler:chromium_code" ] | 692 configs -= [ "//build/config/compiler:chromium_code" ] |
| 693 configs += [ | 693 configs += [ |
| 694 ":skia_config", | 694 ":skia_config", |
| 695 "//build/config/compiler:no_chromium_code" | 695 "//build/config/compiler:no_chromium_code" |
| 696 ] | 696 ] |
| 697 | 697 |
| 698 deps = [ | 698 deps = [ |
| 699 "//base", | 699 "//base", |
| 700 ] | 700 ] |
| 701 | 701 |
| 702 visibility = ":skia" | 702 visibility = [ ":skia" ] |
| 703 } | 703 } |
| OLD | NEW |