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

Side by Side Diff: ios/testing/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("ocmock_support") { 7 source_set("ocmock_support") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
11 "//base", 11 "//base",
12 ] 12 ]
13 13
14 public_deps = [ 14 public_deps = [
15 "//third_party/google_toolbox_for_mac", 15 "//third_party/google_toolbox_for_mac",
16 "//third_party/ocmock", 16 "//third_party/ocmock",
17 ] 17 ]
18 18
19 sources = [ 19 sources = [
20 "ocmock_complex_type_helper.h", 20 "ocmock_complex_type_helper.h",
21 "ocmock_complex_type_helper.mm", 21 "ocmock_complex_type_helper.mm",
22 ] 22 ]
23 } 23 }
24 24
25 test("ocmock_support_unittest") { 25 test("ocmock_support_unittest") {
26 deps = [ 26 deps = [
27 ":ocmock_support",
27 "//base/test:run_all_unittests", 28 "//base/test:run_all_unittests",
28 "//base/test:test_support", 29 "//base/test:test_support",
29 "//testing/gmock", 30 "//testing/gmock",
30 "//testing/gtest", 31 "//testing/gtest",
31 "//third_party/ocmock", 32 "//third_party/ocmock",
32 ":ocmock_support",
33 ] 33 ]
34 } 34 }
OLDNEW
« no previous file with comments | « ios/net/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698