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

Side by Side Diff: build/isolate.gypi

Issue 1390473003: Reland [swarming] Isolate v8 testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Correct includes Created 5 years, 2 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 | « build/all.gyp ('k') | src/base.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 the V8 project authors. All rights reserved. 1 # Copyright 2015 the V8 project authors. All rights reserved.
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This file is meant to be included into a target to provide a rule 6 # This file is meant to be included into a target to provide a rule
7 # to "build" .isolate files into a .isolated file. 7 # to "build" .isolate files into a .isolated file.
8 # 8 #
9 # To use this, create a gyp target with the following form: 9 # To use this, create a gyp target with the following form:
10 # 'conditions': [ 10 # 'conditions': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 # like '0' or '1', aren't stripped out by GYP. Run 'isolate.py help' 62 # like '0' or '1', aren't stripped out by GYP. Run 'isolate.py help'
63 # for more details. 63 # for more details.
64 64
65 # Path variables are used to replace file paths when loading a .isolate 65 # Path variables are used to replace file paths when loading a .isolate
66 # file 66 # file
67 '--path-variable', 'DEPTH', '<(DEPTH)', 67 '--path-variable', 'DEPTH', '<(DEPTH)',
68 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 68 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
69 69
70 '--config-variable', 'OS=<(OS)', 70 '--config-variable', 'OS=<(OS)',
71 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta rtup_data)', 71 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta rtup_data)',
72 '--config-variable', 'v8_use_snapshot=<(v8_use_snapshot)',
72 ], 73 ],
73 }, 74 },
74 ], 75 ],
75 } 76 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | src/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698