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

Unified Diff: components/spellcheck/common/BUILD.gn

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed) 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 side-by-side diff with in-line comments
Download patch
Index: components/spellcheck/common/BUILD.gn
diff --git a/services/user/public/cpp/BUILD.gn b/components/spellcheck/common/BUILD.gn
similarity index 69%
copy from services/user/public/cpp/BUILD.gn
copy to components/spellcheck/common/BUILD.gn
index f341a18b19af81ef3555e0516a57d41519a3b99b..d9fa04b98b4fccf92b4b37bfbf6bc90c56c3dd02 100644
--- a/services/user/public/cpp/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
+source_set("common") {
sources = [
- "constants.cc",
- "constants.h",
+ "spellcheck_switches.cc",
+ "spellcheck_switches.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698