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

Unified Diff: ios/chrome/BUILD.gn

Issue 2173873002: iOS: Re-add bits of GTM we actually use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix google_toolbox_for_mac.gyp Created 4 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 | « no previous file | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 26eceb3b181dd6c43860817d17e3a5c41889a690..7d95ec4887ced57db64e3faaf472ad7284205b2a 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -77,6 +77,7 @@ test("ios_chrome_unittests") {
"browser/web_resource/web_resource_util_unittest.cc",
"browser/webp_transcode/webp_decoder_unittest.mm",
"common/string_util_unittest.mm",
+ "test/google_toolbox_unittest.mm",
]
deps = [
@@ -116,6 +117,7 @@ test("ios_chrome_unittests") {
"//skia",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/google_toolbox_for_mac",
"//third_party/ocmock",
"//ui/gfx:test_support",
]
« no previous file with comments | « no previous file | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698