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

Unified Diff: components/BUILD.gn

Issue 1232343006: components: Fix 'gn check' errors for omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix link failure of components_unittests Created 5 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 | « .gn ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 591d2fd4cdf575ffe6e70b368704c4f4627b2411..0d73dc18b2b97f5069f490022575c4690f8deecb 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -298,13 +298,14 @@ test("components_unittests") {
"//components/undo:unit_tests",
"//components/update_client:unit_tests",
"//components/variations:unit_tests",
- "//components/web_resource:unit_tests",
"//components/webcrypto:unit_tests",
+ "//components/web_resource:unit_tests",
"//components/webdata/common:unit_tests",
# These are the deps required by the code in this target.
"//base",
"//base/test:test_support",
+ "//components/sessions",
"//content/test:test_support",
"//net",
"//ui/base",
« no previous file with comments | « .gn ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698