# Copyright 2014 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("ios_sdk.gni") | |
config("xctest_config") { | |
common_flags = [ | |
"-F", | |
"$ios_sdk_platform_path/Developer/Library/Frameworks", | |
] | |
cflags = common_flags | |
ldflags = common_flags | |
libs = [ | |
"Foundation.framework", | |
"XCTest.framework", | |
] | |
} |