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

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

Issue 2832133003: Roll MaterialComponents to be7b95b05d0e6257c59546a3f45264202f046e3b (Closed)
Patch Set: Created 3 years, 8 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 | « DEPS ('k') | no next file » | 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "src/components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIc ons+ic_radio_button_unchecked.h", 182 "src/components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIc ons+ic_radio_button_unchecked.h",
183 "src/components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIc ons+ic_radio_button_unchecked.m", 183 "src/components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIc ons+ic_radio_button_unchecked.m",
184 "src/components/private/Icons/icons/ic_reorder/src/MaterialIcons+ic_reorder. h", 184 "src/components/private/Icons/icons/ic_reorder/src/MaterialIcons+ic_reorder. h",
185 "src/components/private/Icons/icons/ic_reorder/src/MaterialIcons+ic_reorder. m", 185 "src/components/private/Icons/icons/ic_reorder/src/MaterialIcons+ic_reorder. m",
186 "src/components/private/Icons/src/MDCIcons+BundleLoader.h", 186 "src/components/private/Icons/src/MDCIcons+BundleLoader.h",
187 "src/components/private/Icons/src/MDCIcons.h", 187 "src/components/private/Icons/src/MDCIcons.h",
188 "src/components/private/Icons/src/MDCIcons.m", 188 "src/components/private/Icons/src/MDCIcons.m",
189 "src/components/private/Icons/src/MaterialIcons.h", 189 "src/components/private/Icons/src/MaterialIcons.h",
190 "src/components/private/KeyboardWatcher/src/MDCKeyboardWatcher.h", 190 "src/components/private/KeyboardWatcher/src/MDCKeyboardWatcher.h",
191 "src/components/private/KeyboardWatcher/src/MDCKeyboardWatcher.m", 191 "src/components/private/KeyboardWatcher/src/MDCKeyboardWatcher.m",
192 "src/components/private/Math/src/MDCMath.h",
193 "src/components/private/Math/src/MaterialMath.h",
192 "src/components/private/Overlay/src/MDCOverlayImplementor.h", 194 "src/components/private/Overlay/src/MDCOverlayImplementor.h",
193 "src/components/private/Overlay/src/MDCOverlayObserver.h", 195 "src/components/private/Overlay/src/MDCOverlayObserver.h",
194 "src/components/private/Overlay/src/MDCOverlayObserver.m", 196 "src/components/private/Overlay/src/MDCOverlayObserver.m",
195 "src/components/private/Overlay/src/MDCOverlayTransitioning.h", 197 "src/components/private/Overlay/src/MDCOverlayTransitioning.h",
196 "src/components/private/Overlay/src/MaterialOverlays.h", 198 "src/components/private/Overlay/src/MaterialOverlays.h",
197 "src/components/private/Overlay/src/private/MDCOverlayAnimationObserver.h", 199 "src/components/private/Overlay/src/private/MDCOverlayAnimationObserver.h",
198 "src/components/private/Overlay/src/private/MDCOverlayAnimationObserver.m", 200 "src/components/private/Overlay/src/private/MDCOverlayAnimationObserver.m",
199 "src/components/private/Overlay/src/private/MDCOverlayObserverOverlay.h", 201 "src/components/private/Overlay/src/private/MDCOverlayObserverOverlay.h",
200 "src/components/private/Overlay/src/private/MDCOverlayObserverOverlay.m", 202 "src/components/private/Overlay/src/private/MDCOverlayObserverOverlay.m",
201 "src/components/private/Overlay/src/private/MDCOverlayObserverTransition.h", 203 "src/components/private/Overlay/src/private/MDCOverlayObserverTransition.h",
(...skipping 15 matching lines...) Expand all
217 "src/components/private/ThumbTrack/src/MDCThumbView.m", 219 "src/components/private/ThumbTrack/src/MDCThumbView.m",
218 "src/components/private/ThumbTrack/src/MaterialThumbTrack.h", 220 "src/components/private/ThumbTrack/src/MaterialThumbTrack.h",
219 ] 221 ]
220 include_dirs = [ 222 include_dirs = [
221 "src/components/ActivityIndicator/src", 223 "src/components/ActivityIndicator/src",
222 "src/components/AnimationTiming/src", 224 "src/components/AnimationTiming/src",
223 "src/components/AppBar/src", 225 "src/components/AppBar/src",
224 "src/components/ButtonBar/src", 226 "src/components/ButtonBar/src",
225 "src/components/NavigationBar/src", 227 "src/components/NavigationBar/src",
226 "src/components/OverlayWindow/src", 228 "src/components/OverlayWindow/src",
229 "src/components/private/Math/src",
227 "src/components/private/Application/src", 230 "src/components/private/Application/src",
228 "src/components/private/Color/src", 231 "src/components/private/Color/src",
229 "src/components/private/Icons/src", 232 "src/components/private/Icons/src",
230 "src/components/private/Icons/icons/ic_arrow_back/src", 233 "src/components/private/Icons/icons/ic_arrow_back/src",
231 "src/components/private/Icons/icons/ic_check/src", 234 "src/components/private/Icons/icons/ic_check/src",
232 "src/components/private/Icons/icons/ic_check_circle/src", 235 "src/components/private/Icons/icons/ic_check_circle/src",
233 "src/components/private/Icons/icons/ic_chevron_right/src", 236 "src/components/private/Icons/icons/ic_chevron_right/src",
234 "src/components/private/Icons/icons/ic_info/src", 237 "src/components/private/Icons/icons/ic_info/src",
235 "src/components/private/Icons/icons/ic_radio_button_unchecked/src", 238 "src/components/private/Icons/icons/ic_radio_button_unchecked/src",
236 "src/components/private/Icons/icons/ic_reorder/src", 239 "src/components/private/Icons/icons/ic_reorder/src",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ] 365 ]
363 } 366 }
364 } 367 }
365 368
366 foreach(icon_name, _icon_names) { 369 foreach(icon_name, _icon_names) {
367 material_component_icon_bundle("material_component_${icon_name}_bundle") { 370 material_component_icon_bundle("material_component_${icon_name}_bundle") {
368 visibility = [ ":material_components_ios" ] 371 visibility = [ ":material_components_ios" ]
369 icon_name = "$icon_name" 372 icon_name = "$icon_name"
370 } 373 }
371 } 374 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698