Manually specify all files part of the XcodeProj in the GN rule

This commit is contained in:
Chinmay Garde 2015-08-28 10:55:52 -07:00
parent 9734b7b108
commit 4778467d67

View File

@ -52,10 +52,11 @@ template("xcode_harness_ios") {
xcode_project_gen_target_name = app_name + "_xcode"
copy(xcode_project_gen_target_name) {
sources = [
"//build/config/ios/XcodeHarness"
"//build/config/ios/XcodeHarness/FakeMain.m",
"//build/config/ios/XcodeHarness/Harness.xcodeproj",
]
outputs = [
"$root_build_dir/$xcode_project_gen_target_name/Harness.xcodeproj",
"$root_build_dir/$xcode_project_gen_target_name/{{source_file_part}}",
]
}