| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "//ios/chrome/test/earl_grey:test_support", | 259 "//ios/chrome/test/earl_grey:test_support", |
| 260 "//ios/testing:ios_test_support", | 260 "//ios/testing:ios_test_support", |
| 261 "//ios/testing/earl_grey:earl_grey_support", | 261 "//ios/testing/earl_grey:earl_grey_support", |
| 262 "//ios/third_party/earl_grey", | 262 "//ios/third_party/earl_grey", |
| 263 "//ui/base", | 263 "//ui/base", |
| 264 ] | 264 ] |
| 265 libs = [ "XCTest.framework" ] | 265 libs = [ "XCTest.framework" ] |
| 266 } | 266 } |
| 267 | 267 |
| 268 source_set("perf_tests") { | 268 source_set("perf_tests") { |
| 269 configs += [ "//build/config/compiler:enable_arc" ] |
| 269 testonly = true | 270 testonly = true |
| 270 sources = [ | 271 sources = [ |
| 271 "new_tab_page_perftest.mm", | 272 "new_tab_page_perftest.mm", |
| 272 ] | 273 ] |
| 273 deps = [ | 274 deps = [ |
| 274 "//base/test:test_support", | 275 "//base/test:test_support", |
| 275 "//ios/chrome/browser/sessions", | 276 "//ios/chrome/browser/sessions", |
| 276 "//ios/chrome/browser/tabs", | 277 "//ios/chrome/browser/tabs", |
| 277 "//ios/chrome/browser/test:perf_test_support", | 278 "//ios/chrome/browser/test:perf_test_support", |
| 278 "//ios/chrome/browser/ui:ui_internal", | 279 "//ios/chrome/browser/ui:ui_internal", |
| 279 ] | 280 ] |
| 280 } | 281 } |
| OLD | NEW |