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

Side by Side Diff: third_party/brotli/bro.gypi

Issue 1951363002: Brotli compression used on about credits html file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Guarded Windows include Created 4 years, 7 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 | « third_party/brotli/README.chromium ('k') | third_party/brotli/brotli.gyp » ('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 (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 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 # Usage: 5 # Usage:
6 # { 6 # {
7 # 'target_name': 'your_target_name', 7 # 'target_name': 'your_target_name',
8 # 'type': 'none', 8 # 'type': 'none',
9 # 'actions': [ 9 # 'actions': [
10 # { 10 # {
(...skipping 23 matching lines...) Expand all
34 ], 34 ],
35 'action': [ 35 'action': [
36 '<(bro)', 36 '<(bro)',
37 '--force', 37 '--force',
38 '--input', 38 '--input',
39 '<(input_file)', 39 '<(input_file)',
40 '--output', 40 '--output',
41 '<(output_file)', 41 '<(output_file)',
42 ], 42 ],
43 'dependencies': [ 43 'dependencies': [
44 '<(DEPTH)/third_party/brotli/brotli.gyp:bro', 44 '<(DEPTH)/third_party/brotli/brotli.gyp:bro#host',
45 ], 45 ],
46 } 46 }
OLDNEW
« no previous file with comments | « third_party/brotli/README.chromium ('k') | third_party/brotli/brotli.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698