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

Side by Side Diff: components/spellcheck.gypi

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update components/OWNERS 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
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698