Index: blimp/client/test/BUILD.gn |
diff --git a/ios/chrome/tools/strings/BUILD.gn b/blimp/client/test/BUILD.gn |
similarity index 57% |
copy from ios/chrome/tools/strings/BUILD.gn |
copy to blimp/client/test/BUILD.gn |
index be879ccc0c7d062bee54fe641aac639049e55496..81b33062abffc89d5ea24de15465ad2f81e0990f 100644 |
--- a/ios/chrome/tools/strings/BUILD.gn |
+++ b/blimp/client/test/BUILD.gn |
@@ -2,13 +2,16 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-executable("generate_localizable_strings") { |
+source_set("test") { |
+ testonly = true |
+ |
sources = [ |
- "generate_localizable_strings.mm", |
+ "test_blimp_client_context_delegate.cc", |
+ "test_blimp_client_context_delegate.h", |
] |
+ |
deps = [ |
"//base", |
- "//ui/base:ui_data_pack", |
+ "//blimp/client/public", |
] |
- libs = [ "Foundation.framework" ] |
} |