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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 import("//testing/test.gni") |
8 | 9 |
9 # Most targets in this file are private actions so use that as the default. | 10 # Most targets in this file are private actions so use that as the default. |
10 visibility = [ ":*" ] | 11 visibility = [ ":*" ] |
11 | 12 |
12 sky_platform_output_dir = "$root_gen_dir/sky/platform" | 13 sky_platform_output_dir = "$root_gen_dir/sky/platform" |
13 | 14 |
14 action("font_family_names") { | 15 action("font_family_names") { |
15 script = "../build/scripts/make_names.py" | 16 script = "../build/scripts/make_names.py" |
16 | 17 |
17 font_family_names_in = "fonts/FontFamilyNames.in" | 18 font_family_names_in = "fonts/FontFamilyNames.in" |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 767 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
767 # TODO(GYP) | 768 # TODO(GYP) |
768 #'cflags': ['-marm'], | 769 #'cflags': ['-marm'], |
769 # 'conditions': [ | 770 # 'conditions': [ |
770 # ['OS=="android"', { | 771 # ['OS=="android"', { |
771 # 'cflags!': ['-mthumb'], | 772 # 'cflags!': ['-mthumb'], |
772 # }], | 773 # }], |
773 # ], | 774 # ], |
774 } | 775 } |
775 } | 776 } |
OLD | NEW |