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

Side by Side Diff: components/spellcheck/common/BUILD.gn

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5
6 # probably just skip on iOS
7
8 source_set("common") {
9 sources = [
10 "spellcheck_bdict_language.h",
11 "spellcheck_common.cc",
12 "spellcheck_common.h",
13 "spellcheck_marker.h",
14 "spellcheck_messages.h",
15 "spellcheck_result.h",
16 ]
17
18 deps = [
19 "//base",
20 "//ipc",
21 "//third_party/icu",
22 ]
23 }
OLDNEW
« no previous file with comments | « components/spellcheck/browser/word_trimmer_unittest.cc ('k') | components/spellcheck/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698