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

Unified Diff: ios/chrome/common/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/webp_transcode/BUILD.gn ('k') | ios/chrome/common/app_group/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/BUILD.gn
diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
index 688f7fd21fdc73dcc2d540977a0a613e3ba91e45..cb5f778e91b683eb23740c19cf082a97936b86a0 100644
--- a/ios/chrome/common/BUILD.gn
+++ b/ios/chrome/common/BUILD.gn
@@ -19,8 +19,17 @@ source_set("common") {
"//ios/chrome/common/physical_web:physical_web",
]
- libs = [
- "CoreGraphics.framework",
- "Foundation.framework",
+ libs = [ "QuartzCore.framework" ]
+}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "string_util_unittest.mm",
+ ]
+ deps = [
+ ":common",
+ "//base",
+ "//testing/gtest",
]
}
« no previous file with comments | « ios/chrome/browser/webp_transcode/BUILD.gn ('k') | ios/chrome/common/app_group/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698