| 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 bundle_data("resources") { | 5 bundle_data("resources") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/bookmarks_bar_bg.png", | 7 "resources/bookmarks_bar_bg.png", |
| 8 "resources/bookmarks_bar_bg@2x.png", | 8 "resources/bookmarks_bar_bg@2x.png", |
| 9 "resources/bookmarks_bar_bg@2x~ipad.png", | 9 "resources/bookmarks_bar_bg@2x~ipad.png", |
| 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", | 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "//ios/chrome/browser/ui/ntp/recent_tabs", | 186 "//ios/chrome/browser/ui/ntp/recent_tabs", |
| 187 "//ios/chrome/browser/ui/overscroll_actions", | 187 "//ios/chrome/browser/ui/overscroll_actions", |
| 188 "//ios/chrome/browser/ui/toolbar", | 188 "//ios/chrome/browser/ui/toolbar", |
| 189 "//ios/chrome/browser/ui/toolbar:resource_macros", | 189 "//ios/chrome/browser/ui/toolbar:resource_macros", |
| 190 "//ios/chrome/browser/web_state_list", | 190 "//ios/chrome/browser/web_state_list", |
| 191 "//ios/chrome/common", | 191 "//ios/chrome/common", |
| 192 "//ios/public/provider/chrome/browser", | 192 "//ios/public/provider/chrome/browser", |
| 193 "//ios/public/provider/chrome/browser/images", | 193 "//ios/public/provider/chrome/browser/images", |
| 194 "//ios/public/provider/chrome/browser/ui", | 194 "//ios/public/provider/chrome/browser/ui", |
| 195 "//ios/public/provider/chrome/browser/voice", | 195 "//ios/public/provider/chrome/browser/voice", |
| 196 "//ios/shared/chrome/browser/ui/commands", |
| 196 "//ios/third_party/material_components_ios", | 197 "//ios/third_party/material_components_ios", |
| 197 "//ios/third_party/material_roboto_font_loader_ios", | 198 "//ios/third_party/material_roboto_font_loader_ios", |
| 198 "//ios/web", | 199 "//ios/web", |
| 199 "//net", | 200 "//net", |
| 200 "//skia", | 201 "//skia", |
| 201 "//ui/base", | 202 "//ui/base", |
| 202 "//ui/gfx", | 203 "//ui/gfx", |
| 203 "//url", | 204 "//url", |
| 204 ] | 205 ] |
| 205 libs = [ | 206 libs = [ |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "new_tab_page_perftest.mm", | 283 "new_tab_page_perftest.mm", |
| 283 ] | 284 ] |
| 284 deps = [ | 285 deps = [ |
| 285 "//base/test:test_support", | 286 "//base/test:test_support", |
| 286 "//ios/chrome/browser/sessions", | 287 "//ios/chrome/browser/sessions", |
| 287 "//ios/chrome/browser/tabs", | 288 "//ios/chrome/browser/tabs", |
| 288 "//ios/chrome/browser/test:perf_test_support", | 289 "//ios/chrome/browser/test:perf_test_support", |
| 289 "//ios/chrome/browser/ui:ui_internal", | 290 "//ios/chrome/browser/ui:ui_internal", |
| 290 ] | 291 ] |
| 291 } | 292 } |
| OLD | NEW |