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

Unified Diff: ios/chrome/test/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « ios/chrome/browser/voice/speech_input_locale_config_impl.mm ('k') | ios/chrome/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/BUILD.gn
diff --git a/ios/chrome/test/BUILD.gn b/ios/chrome/test/BUILD.gn
index 885d6e01f2958006e7bf337678fb7c76c6d0b2a3..c68df34461693258c320184ebc8a7235a885d1e6 100644
--- a/ios/chrome/test/BUILD.gn
+++ b/ios/chrome/test/BUILD.gn
@@ -19,7 +19,7 @@ source_set("test_support") {
deps = [
"//base",
- "//base/test:test_support",
+ "//components/content_settings/core/common",
"//components/network_time",
"//components/prefs",
"//components/prefs:test_support",
@@ -29,6 +29,7 @@ source_set("test_support") {
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:test_support",
"//ios/web",
+ "//ios/web:test_support",
"//net",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « ios/chrome/browser/voice/speech_input_locale_config_impl.mm ('k') | ios/chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698