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

Unified Diff: ios/chrome/browser/web_resource/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 2 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/chrome/browser/web/BUILD.gn ('k') | ios/chrome/browser/webp_transcode/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web_resource/BUILD.gn
diff --git a/components/client_update_protocol/BUILD.gn b/ios/chrome/browser/web_resource/BUILD.gn
similarity index 61%
copy from components/client_update_protocol/BUILD.gn
copy to ios/chrome/browser/web_resource/BUILD.gn
index e22ee24d20ed545dd95d5243214e42ea5b9b5eb1..2fa083f2901889594e2f6edf00420d2eb0740573 100644
--- a/components/client_update_protocol/BUILD.gn
+++ b/ios/chrome/browser/web_resource/BUILD.gn
@@ -2,28 +2,27 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("client_update_protocol") {
+source_set("web_resource") {
sources = [
- "ecdsa.cc",
- "ecdsa.h",
+ "web_resource_util.cc",
+ "web_resource_util.h",
]
-
deps = [
"//base",
- "//crypto",
+ "//components/web_resource",
+ "//ios/web",
]
}
source_set("unit_tests") {
testonly = true
sources = [
- "ecdsa_unittest.cc",
+ "web_resource_util_unittest.cc",
]
-
deps = [
- ":client_update_protocol",
+ ":web_resource",
"//base",
- "//crypto",
+ "//ios/web",
"//testing/gtest",
]
}
« no previous file with comments | « ios/chrome/browser/web/BUILD.gn ('k') | ios/chrome/browser/webp_transcode/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698