| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |