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

Unified Diff: build/all.gyp

Issue 12436010: Build app_list_unittests target for chromium_builder_tests on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: looks like this is necessary Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index cb84dce3ff80b946e49335064eb865de5d2f0be4..ba5e6602fc7fd3ce0290fb5a3d1c88af27939130 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -282,6 +282,11 @@
'../sandbox/sandbox.gyp:sandbox_linux_unittests',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../ui/app_list/app_list.gyp:app_list_unittests',
+ ],
+ }],
],
}, # target_name: chromium_builder_tests
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698