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

Unified Diff: BUILD.gn

Issue 2841603005: gcapi_mac: Add gn build file. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/installer/gcapi_mac/BUILD.gn » ('j') | chrome/installer/gcapi_mac/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f9c6907362d928823d7e44ed3f7ff07361d57c49..a310f481385ddbf4b27050e4c5ade5ab3cd57751 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -257,6 +257,10 @@ group("gn_all") {
]
}
+ if (is_mac) {
+ deps += [ "//chrome/installer/gcapi_mac:gcapi_example" ]
+ }
+
if (is_android) {
deps += [
"//base:base_junit_tests",
« no previous file with comments | « no previous file | chrome/installer/gcapi_mac/BUILD.gn » ('j') | chrome/installer/gcapi_mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698