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

Unified Diff: blimp/client/test/BUILD.gn

Issue 2132163002: Add BlimpClientContext and factory with real and dummy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-core-public-to-blimp-client
Patch Set: merge origin/master for good measure 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
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" ]
}

Powered by Google App Engine
This is Rietveld 408576698