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

Unified Diff: build/all.gyp

Issue 9226024: aura_builder target needs to work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 8fc61ace66d1becb2c394363aa91304f81d35a64..6604f728266d080585e1f36e2fb8dc97d2f93c36 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -605,6 +605,16 @@
'../ui/ui.gyp:gfx_unittests',
],
}],
+ ['OS=="mac"', {
+ # Exclude dependencies that are not currently implemented.
+ 'dependencies!': [
+ '../ash/ash.gyp:aura_shell_unittests',
+ '../chrome/chrome.gyp:chrome',
+ '../chrome/chrome.gyp:unit_tests',
+ '../chrome/chrome.gyp:ui_tests',
+ '../ui/views/views.gyp:views_unittests',
+ ],
+ }],
],
},
], # targets

Powered by Google App Engine
This is Rietveld 408576698