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

Side by Side Diff: components/domain_reliability.gypi

Issue 1430043002: Support script response files in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment, random build fix Created 5 years, 1 month 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 | « chrome/installer/mini_installer/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'includes': [ 6 'includes': [
7 'domain_reliability/baked_in_configs.gypi', 7 'domain_reliability/baked_in_configs.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<@(baked_in_configs)', 65 '<@(baked_in_configs)',
66 ], 66 ],
67 'outputs': [ 67 'outputs': [
68 '<(baked_in_configs_cc)' 68 '<(baked_in_configs_cc)'
69 ], 69 ],
70 # The actual list of JSON files will overflow the command line length 70 # The actual list of JSON files will overflow the command line length
71 # limit on Windows, so pass the name of the .gypi file and 71 # limit on Windows, so pass the name of the .gypi file and
72 # bake_in_configs.py will read the filenames out of it manually. 72 # bake_in_configs.py will read the filenames out of it manually.
73 'action': ['python', 73 'action': ['python',
74 '<(bake_in_configs_script)', 74 '<(bake_in_configs_script)',
75 '.', 75 '--gypi-relative-to=.',
76 'domain_reliability/baked_in_configs.gypi', 76 '--gypi-file=domain_reliability/baked_in_configs.gypi',
77 '<(baked_in_configs_cc)'], 77 '--output=<(baked_in_configs_cc)'],
78 'process_outputs_as_sources': 1, 78 'process_outputs_as_sources': 1,
79 'message': 'Baking in Domain Reliability configs', 79 'message': 'Baking in Domain Reliability configs',
80 }, 80 },
81 ], 81 ],
82 }, 82 },
83 ], 83 ],
84 } 84 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698