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

Unified Diff: components/BUILD.gn

Issue 2907863002: Remove references to extensions from //components/guest_view/. (Closed)
Patch Set: Created 3 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 | « no previous file | components/guest_view/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 0c176a8e27337ddcc22e05ff4bda7d69e72c05f8..1deb2cad95008d98ffe5ccf2e1a341a993bbda7b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -5,7 +5,6 @@
import("//build/config/chrome_build.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
-import("//extensions/features/features.gni")
import("//printing/features/features.gni")
import("//rlz/features/features.gni")
import("//testing/test.gni")
@@ -161,10 +160,6 @@ test("components_unittests") {
deps += [ "//components/nacl/browser:unit_tests" ]
}
- if (enable_extensions) {
- deps += [ "//components/guest_view/browser:unit_tests" ]
- }
-
if (is_ios) {
deps += [
"//components/image_fetcher/ios:unit_tests",
@@ -281,6 +276,10 @@ test("components_unittests") {
deps += [
"//components/cryptauth:unit_tests",
"//components/feedback:unit_tests",
+
+ # See comment in components/guest_view/browser/BUILD.gn for why
+ # guest_view is currently non-mobile.
+ "//components/guest_view/browser:unit_tests",
"//components/proximity_auth:unit_tests",
"//components/storage_monitor:unit_tests",
"//components/web_modal:unit_tests",
« no previous file with comments | « no previous file | components/guest_view/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698