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

Side by Side Diff: ios/showcase/core/BUILD.gn

Issue 2646483002: [Showcase] Load Roboto as Typography font (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ios/showcase/DEPS ('k') | ios/showcase/core/app_delegate.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("core") { 5 source_set("core") {
6 sources = [ 6 sources = [
7 "app_delegate.h", 7 "app_delegate.h",
8 "app_delegate.mm", 8 "app_delegate.mm",
9 "showcase_model.h", 9 "showcase_model.h",
10 "showcase_model.mm", 10 "showcase_model.mm",
11 "showcase_view_controller.h", 11 "showcase_view_controller.h",
12 "showcase_view_controller.mm", 12 "showcase_view_controller.mm",
13 ] 13 ]
14 deps = [ 14 deps = [
15 "//base", 15 "//base",
16 "//ios/showcase/common", 16 "//ios/showcase/common",
17 "//ios/third_party/material_components_ios",
18 "//ios/third_party/material_roboto_font_loader_ios",
17 ] 19 ]
18 libs = [ "UIKit.framework" ] 20 libs = [ "UIKit.framework" ]
19 configs += [ "//build/config/compiler:enable_arc" ] 21 configs += [ "//build/config/compiler:enable_arc" ]
20 } 22 }
21 23
22 source_set("main") { 24 source_set("main") {
23 sources = [ 25 sources = [
24 "main.mm", 26 "main.mm",
25 ] 27 ]
26 deps = [ 28 deps = [
(...skipping 14 matching lines...) Expand all
41 testonly = true 43 testonly = true
42 sources = [ 44 sources = [
43 "showcase_egtest.mm", 45 "showcase_egtest.mm",
44 ] 46 ]
45 deps = [ 47 deps = [
46 "//ios/showcase/test", 48 "//ios/showcase/test",
47 "//ios/third_party/earl_grey", 49 "//ios/third_party/earl_grey",
48 ] 50 ]
49 configs += [ "//build/config/compiler:enable_arc" ] 51 configs += [ "//build/config/compiler:enable_arc" ]
50 } 52 }
OLDNEW
« no previous file with comments | « ios/showcase/DEPS ('k') | ios/showcase/core/app_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698