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

Unified Diff: BUILD.gn

Issue 946963002: Add GN build files for apple_sample_code and molokocacao targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-copies Created 5 years, 10 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 | third_party/apple_sample_code/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 674295487db6989269a8fd3df9529ce430bdeda8..6f9777b543dfc197547871b591ede7d035cc0a66 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -271,6 +271,11 @@ group("root") {
#
if (is_mac) {
+ deps += [
+ "//third_party/apple_sample_code",
+ "//third_party/molokocacao",
+ ]
+
# TODO(dpranke): These are as-yet untriaged but need at least the above.
deps -= [
"//apps",
« no previous file with comments | « no previous file | third_party/apple_sample_code/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698