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

Side by Side Diff: ios/chrome/browser/ui/BUILD.gn

Issue 2798903002: [ObjC ARC] Converts ios/chrome/browser/ui:perf_tests to ARC. (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 | « no previous file | ios/chrome/browser/ui/omnibox_perftest.mm » ('j') | 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/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 source_set("ui") { 7 source_set("ui") {
8 sources = [ 8 sources = [
9 "UIView+SizeClassSupport.h", 9 "UIView+SizeClassSupport.h",
10 "UIView+SizeClassSupport.mm", 10 "UIView+SizeClassSupport.mm",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "//url", 402 "//url",
403 ] 403 ]
404 libs = [ 404 libs = [
405 "UIKit.framework", 405 "UIKit.framework",
406 "WebKit.framework", 406 "WebKit.framework",
407 "XCTest.framework", 407 "XCTest.framework",
408 ] 408 ]
409 } 409 }
410 410
411 source_set("perf_tests") { 411 source_set("perf_tests") {
412 configs += [ "//build/config/compiler:enable_arc" ]
412 testonly = true 413 testonly = true
413 sources = [ 414 sources = [
414 "omnibox_perftest.mm", 415 "omnibox_perftest.mm",
415 ] 416 ]
416 deps = [ 417 deps = [
417 "//base", 418 "//base",
418 "//base/test:test_support", 419 "//base/test:test_support",
419 "//components/toolbar:test_support", 420 "//components/toolbar:test_support",
420 "//ios/chrome/browser/autocomplete", 421 "//ios/chrome/browser/autocomplete",
421 "//ios/chrome/browser/browser_state:test_support", 422 "//ios/chrome/browser/browser_state:test_support",
422 "//ios/chrome/browser/search_engines", 423 "//ios/chrome/browser/search_engines",
423 "//ios/chrome/browser/store_kit", 424 "//ios/chrome/browser/store_kit",
424 "//ios/chrome/browser/tabs", 425 "//ios/chrome/browser/tabs",
425 "//ios/chrome/browser/tabs:tabs_internal", 426 "//ios/chrome/browser/tabs:tabs_internal",
426 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 427 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
427 "//ios/chrome/browser/ui/toolbar", 428 "//ios/chrome/browser/ui/toolbar",
428 "//ios/chrome/test/base:perf_test_support", 429 "//ios/chrome/test/base:perf_test_support",
429 "//ios/shared/chrome/browser/tabs", 430 "//ios/shared/chrome/browser/tabs",
430 "//ios/shared/chrome/browser/tabs:test_support", 431 "//ios/shared/chrome/browser/tabs:test_support",
431 "//ios/web:test_support", 432 "//ios/web:test_support",
432 "//testing/gtest", 433 "//testing/gtest",
433 "//third_party/ocmock", 434 "//third_party/ocmock",
434 "//ui/base:test_support", 435 "//ui/base:test_support",
435 ] 436 ]
436 libs = [ "UIKit.framework" ] 437 libs = [ "UIKit.framework" ]
437 } 438 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/omnibox_perftest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698