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

Unified 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: rebase + --no-find-copies 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/spellcheck/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck.gypi
diff --git a/components/spellcheck.gypi b/components/spellcheck.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..064f3c7ee7262195d5fc2ea698b6c51fd7f3ab40
--- /dev/null
+++ b/components/spellcheck.gypi
@@ -0,0 +1,20 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ # GN version: //components/spellcheck/common
+ 'target_name': 'spellcheck_common',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'spellcheck/common/spellcheck_switches.cc',
+ 'spellcheck/common/spellcheck_switches.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components.gyp ('k') | components/spellcheck/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698