Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698