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

Unified Diff: components/BUILD.gn

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « chrome/test/base/testing_profile.cc ('k') | components/components.gyp » ('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 f9f02d4b6fef40c113c9a8c82d951cd3e98621f6..0d2508e55508b1b5eb7156d853478f59f57e8299 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -197,11 +197,11 @@ test("components_unittests") {
"//components/scheduler:unit_tests",
"//components/test_runner:test_runner",
"//components/tracing:unit_tests",
- "//components/ui/zoom:unit_tests",
"//components/visitedlink/test:unit_tests",
"//components/wallpaper:unit_tests",
"//components/web_cache/browser:unit_tests",
"//components/webcrypto:unit_tests",
+ "//components/zoom:unit_tests",
# These are the deps required by the code in this target.
"//components/policy:policy_component",
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698