| Index: components/spellcheck/common/BUILD.gn
|
| diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9fa04b98b4fccf92b4b37bfbf6bc90c56c3dd02
|
| --- /dev/null
|
| +++ b/components/spellcheck/common/BUILD.gn
|
| @@ -0,0 +1,10 @@
|
| +# 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.
|
| +
|
| +source_set("common") {
|
| + sources = [
|
| + "spellcheck_switches.cc",
|
| + "spellcheck_switches.h",
|
| + ]
|
| +}
|
|
|