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

Side by Side Diff: build/config/ios/BUILD.gn

Issue 2220823002: Add a target //build/config/ios:xctest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-bundle-creation
Patch Set: Rebase on origin/master. Created 4 years, 4 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ios/ios_sdk.gni") 5 import("//build/config/ios/ios_sdk.gni")
6 import("//build/config/sysroot.gni") 6 import("//build/config/sysroot.gni")
7 import("//build/toolchain/toolchain.gni") 7 import("//build/toolchain/toolchain.gni")
8 8
9 # This is included by reference in the //build/config/compiler:runtime_library 9 # This is included by reference in the //build/config/compiler:runtime_library
10 # config that is applied to all targets. It is here to separate out the logic 10 # config that is applied to all targets. It is here to separate out the logic
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ] 53 ]
54 54
55 cflags = common_flags 55 cflags = common_flags
56 ldflags = common_flags 56 ldflags = common_flags
57 57
58 libs = [ 58 libs = [
59 "Foundation.framework", 59 "Foundation.framework",
60 "XCTest.framework", 60 "XCTest.framework",
61 ] 61 ]
62 } 62 }
63
64 group("xctest") {
65 public_configs = [ ":xctest_config" ]
66 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698