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

Unified Diff: ios/chrome/browser/ui/elements/BUILD.gn

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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/ui/downloads/BUILD.gn ('k') | ios/chrome/browser/ui/fancy_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/elements/BUILD.gn
diff --git a/ios/chrome/browser/ui/elements/BUILD.gn b/ios/chrome/browser/ui/elements/BUILD.gn
index 4a287e83f96dbcfaaebeb0748f95930b39020a4c..2eb19d630576ffb361094044c0a19ac49f4bad6d 100644
--- a/ios/chrome/browser/ui/elements/BUILD.gn
+++ b/ios/chrome/browser/ui/elements/BUILD.gn
@@ -22,14 +22,33 @@ source_set("elements") {
source_set("unit_tests") {
testonly = true
sources = [
+ "activity_overlay_coordinator_unittest.mm",
"selector_coordinator_unittest.mm",
"selector_picker_view_controller_unittest.mm",
]
deps = [
":elements",
+ ":elements_internal",
"//base",
"//base/test:test_support",
"//testing/gtest",
"//third_party/ocmock",
]
}
+
+source_set("elements_internal") {
+ sources = [
+ "activity_overlay_coordinator.h",
+ "activity_overlay_coordinator.mm",
+ "activity_overlay_view_controller.h",
+ "activity_overlay_view_controller.mm",
+ ]
+ deps = [
+ "//base",
+ "//ios/chrome/browser",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/browser/ui/material_components",
+ "//ios/third_party/material_components_ios",
+ ]
+ libs = [ "UIKit.framework" ]
+}
« no previous file with comments | « ios/chrome/browser/ui/downloads/BUILD.gn ('k') | ios/chrome/browser/ui/fancy_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698