OLD | NEW |
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("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 # Convenience meta-target for all of Blimp's production & test code. | 9 # Convenience meta-target for all of Blimp's production & test code. |
10 group("blimp") { | 10 group("blimp") { |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 args = [ | 168 args = [ |
169 "--build-dir", | 169 "--build-dir", |
170 _rebased_out_dir, | 170 _rebased_out_dir, |
171 "--filelist", | 171 "--filelist", |
172 _rebased_dockerfile, | 172 _rebased_dockerfile, |
173 _rebased_dockerfile_base, | 173 _rebased_dockerfile_base, |
174 "--manifest", | 174 "--manifest", |
175 _rebased_blimp_engine_env_tests_manifest, | 175 _rebased_blimp_engine_env_tests_manifest, |
176 "--output", | 176 "--output", |
177 rebase_path(_bundle), | 177 rebase_path(_bundle), |
| 178 "--tar-contents-rooted-in", |
| 179 rebase_path("//") |
178 ] | 180 ] |
179 } | 181 } |
180 } | 182 } |
OLD | NEW |