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

Unified Diff: ios/web/public/test/http_server/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients 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 | « ios/web/public/test/http_server.mm ('k') | ios/web/public/test/http_server/data_response_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/http_server/BUILD.gn
diff --git a/ios/web/public/test/http_server/BUILD.gn b/ios/web/public/test/http_server/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..76175f2fb91787e7372ef81db774fccd09e886df
--- /dev/null
+++ b/ios/web/public/test/http_server/BUILD.gn
@@ -0,0 +1,42 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("http_server") {
+ testonly = true
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//ios/third_party/gcdwebserver",
+ "//net",
+ "//url",
+ ]
+
+ sources = [
+ "data_response_provider.h",
+ "data_response_provider.mm",
+ "delayed_response_provider.h",
+ "delayed_response_provider.mm",
+ "error_page_response_provider.h",
+ "error_page_response_provider.mm",
+ "file_based_response_provider.h",
+ "file_based_response_provider.mm",
+ "file_based_response_provider_impl.h",
+ "file_based_response_provider_impl.mm",
+ "html_response_provider.h",
+ "html_response_provider.mm",
+ "html_response_provider_impl.h",
+ "html_response_provider_impl.mm",
+ "http_auth_response_provider.h",
+ "http_auth_response_provider.mm",
+ "http_server.h",
+ "http_server.mm",
+ "http_server_util.h",
+ "http_server_util.mm",
+ "response_provider.h",
+ "response_provider.mm",
+ "string_response_provider.h",
+ "string_response_provider.mm",
+ ]
+}
« no previous file with comments | « ios/web/public/test/http_server.mm ('k') | ios/web/public/test/http_server/data_response_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698