Chromium Code Reviews| Index: build/config/ios/rules.gni |
| diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni |
| index 8ef083cb0d61f1e48d77ab6869e74074f659462e..8b9648a1aa082d37a86e86a2e7131faecfe99cf7 100644 |
| --- a/build/config/ios/rules.gni |
| +++ b/build/config/ios/rules.gni |
| @@ -167,10 +167,12 @@ template("ios_app_bundle") { |
| data_deps += [ "//testing/iossim" ] |
| } |
| + product_type = "com.apple.product-type.application" |
| bundle_root_dir = "$root_out_dir/$_output_name.app" |
| bundle_resources_dir = bundle_root_dir |
| bundle_executable_dir = bundle_root_dir |
| bundle_plugins_dir = "$bundle_root_dir/Plugins" |
| + assert(product_type != "", "force use of product_type") |
|
brettw
2016/05/03 20:28:14
Ah, in that case, can you add a better comment her
sdefresne
2016/05/03 21:08:01
Done.
|
| } |
| # TODO(crbug.com/297668): |