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

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

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 years, 4 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/signin/core/browser/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/BUILD.gn
diff --git a/components/spellcheck/browser/BUILD.gn b/components/spellcheck/browser/BUILD.gn
index 0d50e3a8d6c71cbcd2b6cbec131bc460fa3642b8..e7315b84e3cb9f2d3253cf24096cf9658175bfbf 100644
--- a/components/spellcheck/browser/BUILD.gn
+++ b/components/spellcheck/browser/BUILD.gn
@@ -34,16 +34,18 @@ source_set("browser") {
"word_trimmer.h",
]
- deps = [
+ public_deps = [
"//base",
- "//components/data_use_measurement/core:core",
- "//components/prefs:prefs",
"//components/spellcheck/common",
- "//components/user_prefs:user_prefs",
+ ]
+ deps = [
+ "//components/data_use_measurement/core",
+ "//components/prefs",
+ "//components/user_prefs",
"//content/public/browser",
"//content/public/common",
- "//google_apis:google_apis",
- "//net:net",
+ "//google_apis",
+ "//net",
]
if (is_android) {
@@ -72,7 +74,7 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//components/spellcheck/common",
- "//components/variations:variations",
+ "//components/variations",
"//content/test:test_support",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « components/signin/core/browser/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698