OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | |
Peter Beverloo
2016/07/22 12:45:24
nit: no (c)
timvolodine
2016/07/22 17:25:35
Done.
| |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 # GYP version: components:spellcheck.gypi:spellcheck_common | |
Peter Beverloo
2016/07/22 12:45:24
I don't understand this line- the GN version is re
timvolodine
2016/07/22 17:25:35
removed, done.
| |
6 { | |
7 'targets': [ | |
8 { | |
9 # GN version: //components/spellcheck/common | |
10 'target_name': 'spellcheck_common', | |
11 'type': 'static_library', | |
12 'include_dirs': [ | |
13 '..', | |
14 ], | |
15 'sources': [ | |
16 'spellcheck/common/spellcheck_switches.cc', | |
17 'spellcheck/common/spellcheck_switches.h', | |
18 ], | |
19 }, | |
20 ], | |
21 } | |
OLD | NEW |