| OLD | NEW |
| 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("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("//ui/vector_icons/vector_icons.gni") | 7 import("//ui/vector_icons/vector_icons.gni") |
| 8 | 8 |
| 9 aggregate_vector_icons("app_list_vector_icons") { | 9 aggregate_vector_icons("app_list_vector_icons") { |
| 10 icon_directory = "vector_icons" | 10 icon_directory = "vector_icons" |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "views/contents_view.h", | 138 "views/contents_view.h", |
| 139 "views/custom_launcher_page_view.cc", | 139 "views/custom_launcher_page_view.cc", |
| 140 "views/custom_launcher_page_view.h", | 140 "views/custom_launcher_page_view.h", |
| 141 "views/folder_background_view.cc", | 141 "views/folder_background_view.cc", |
| 142 "views/folder_background_view.h", | 142 "views/folder_background_view.h", |
| 143 "views/folder_header_view.cc", | 143 "views/folder_header_view.cc", |
| 144 "views/folder_header_view.h", | 144 "views/folder_header_view.h", |
| 145 "views/folder_header_view_delegate.h", | 145 "views/folder_header_view_delegate.h", |
| 146 "views/image_shadow_animator.cc", | 146 "views/image_shadow_animator.cc", |
| 147 "views/image_shadow_animator.h", | 147 "views/image_shadow_animator.h", |
| 148 "views/indicator_chip_view.cc", |
| 149 "views/indicator_chip_view.h", |
| 148 "views/page_switcher.h", | 150 "views/page_switcher.h", |
| 149 "views/page_switcher_horizontal.cc", | 151 "views/page_switcher_horizontal.cc", |
| 150 "views/page_switcher_horizontal.h", | 152 "views/page_switcher_horizontal.h", |
| 151 "views/page_switcher_vertical.cc", | 153 "views/page_switcher_vertical.cc", |
| 152 "views/page_switcher_vertical.h", | 154 "views/page_switcher_vertical.h", |
| 153 "views/pulsing_block_view.cc", | 155 "views/pulsing_block_view.cc", |
| 154 "views/pulsing_block_view.h", | 156 "views/pulsing_block_view.h", |
| 155 "views/search_box_view.cc", | 157 "views/search_box_view.cc", |
| 156 "views/search_box_view.h", | 158 "views/search_box_view.h", |
| 157 "views/search_box_view_delegate.h", | 159 "views/search_box_view_delegate.h", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "views/test/apps_grid_view_test_api.cc", | 296 "views/test/apps_grid_view_test_api.cc", |
| 295 "views/test/apps_grid_view_test_api.h", | 297 "views/test/apps_grid_view_test_api.h", |
| 296 ] | 298 ] |
| 297 deps += [ | 299 deps += [ |
| 298 "//ui/accessibility", | 300 "//ui/accessibility", |
| 299 "//ui/views", | 301 "//ui/views", |
| 300 "//ui/views:test_support", | 302 "//ui/views:test_support", |
| 301 ] | 303 ] |
| 302 } | 304 } |
| 303 } | 305 } |
| OLD | NEW |