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

Side by Side Diff: ios/third_party/material_components_ios/BUILD.gn

Issue 2937733003: [CRD iOS] Branching internal and external implementations (Closed)
Patch Set: Fix presenting check Created 3 years, 6 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 | « no previous file | remoting/ios/app/BUILD.gn » ('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 import("//build/config/locales.gni") 5 import("//build/config/locales.gni")
6 6
7 config("config") { 7 config("config") {
8 visibility = [ ":material_components_ios" ] 8 visibility = [ ":material_components_ios" ]
9 include_dirs = [ 9 include_dirs = [
10 "src/components/AppBar/src", 10 "src/components/AppBar/src",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "src/components/Snackbar/src/MDCSnackbarMessageView.h", 156 "src/components/Snackbar/src/MDCSnackbarMessageView.h",
157 "src/components/Snackbar/src/MDCSnackbarMessageView.m", 157 "src/components/Snackbar/src/MDCSnackbarMessageView.m",
158 "src/components/Snackbar/src/MaterialSnackbar.h", 158 "src/components/Snackbar/src/MaterialSnackbar.h",
159 "src/components/Snackbar/src/private/MDCSnackbarMessageInternal.h", 159 "src/components/Snackbar/src/private/MDCSnackbarMessageInternal.h",
160 "src/components/Snackbar/src/private/MDCSnackbarMessageViewInternal.h", 160 "src/components/Snackbar/src/private/MDCSnackbarMessageViewInternal.h",
161 "src/components/Snackbar/src/private/MDCSnackbarOverlayView.h", 161 "src/components/Snackbar/src/private/MDCSnackbarOverlayView.h",
162 "src/components/Snackbar/src/private/MDCSnackbarOverlayView.m", 162 "src/components/Snackbar/src/private/MDCSnackbarOverlayView.m",
163 "src/components/Typography/src/MDCTypography.h", 163 "src/components/Typography/src/MDCTypography.h",
164 "src/components/Typography/src/MDCTypography.m", 164 "src/components/Typography/src/MDCTypography.m",
165 "src/components/Typography/src/MaterialTypography.h", 165 "src/components/Typography/src/MaterialTypography.h",
166 "src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.h",
167 "src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.m",
166 "src/components/private/Application/src/MaterialApplication.h", 168 "src/components/private/Application/src/MaterialApplication.h",
167 "src/components/private/Application/src/UIApplication+AppExtensions.h", 169 "src/components/private/Application/src/UIApplication+AppExtensions.h",
168 "src/components/private/Application/src/UIApplication+AppExtensions.m", 170 "src/components/private/Application/src/UIApplication+AppExtensions.m",
169 "src/components/private/Icons/icons/ic_arrow_back/src/MaterialIcons+ic_arrow _back.h", 171 "src/components/private/Icons/icons/ic_arrow_back/src/MaterialIcons+ic_arrow _back.h",
170 "src/components/private/Icons/icons/ic_arrow_back/src/MaterialIcons+ic_arrow _back.m", 172 "src/components/private/Icons/icons/ic_arrow_back/src/MaterialIcons+ic_arrow _back.m",
171 "src/components/private/Icons/icons/ic_check/src/MaterialIcons+ic_check.h", 173 "src/components/private/Icons/icons/ic_check/src/MaterialIcons+ic_check.h",
172 "src/components/private/Icons/icons/ic_check/src/MaterialIcons+ic_check.m", 174 "src/components/private/Icons/icons/ic_check/src/MaterialIcons+ic_check.m",
173 "src/components/private/Icons/icons/ic_check_circle/src/MaterialIcons+ic_che ck_circle.h", 175 "src/components/private/Icons/icons/ic_check_circle/src/MaterialIcons+ic_che ck_circle.h",
174 "src/components/private/Icons/icons/ic_check_circle/src/MaterialIcons+ic_che ck_circle.m", 176 "src/components/private/Icons/icons/ic_check_circle/src/MaterialIcons+ic_che ck_circle.m",
175 "src/components/private/Icons/icons/ic_chevron_right/src/MaterialIcons+ic_ch evron_right.h", 177 "src/components/private/Icons/icons/ic_chevron_right/src/MaterialIcons+ic_ch evron_right.h",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ] 364 ]
363 } 365 }
364 } 366 }
365 367
366 foreach(icon_name, _icon_names) { 368 foreach(icon_name, _icon_names) {
367 material_component_icon_bundle("material_component_${icon_name}_bundle") { 369 material_component_icon_bundle("material_component_${icon_name}_bundle") {
368 visibility = [ ":material_components_ios" ] 370 visibility = [ ":material_components_ios" ]
369 icon_name = "$icon_name" 371 icon_name = "$icon_name"
370 } 372 }
371 } 373 }
OLDNEW
« no previous file with comments | « no previous file | remoting/ios/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698