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

Side by Side Diff: blimp/BUILD.gn

Issue 2154873002: Update ADD handling in Dockerfiles and test bundle creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarifying new script behavior in comments and argument naming. Created 4 years, 5 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 | blimp/engine/Dockerfile » ('j') | blimp/engine/testing/Dockerfile » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | blimp/engine/Dockerfile » ('j') | blimp/engine/testing/Dockerfile » ('J')

Powered by Google App Engine
This is Rietveld 408576698