From a8fd892e15856d9a2a887f7a9a0e95eac2adce5c Mon Sep 17 00:00:00 2001
From: "nsylvain@chromium.org"
 <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 3 Mar 2010 19:44:48 +0000
Subject: [PATCH] Add nacl_ui_tests to the mac target, since we will be running
 the tests on mac soon.

Review URL: http://codereview.chromium.org/664004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40530 0039d316-1c4b-4281-b951-d872f2087c98
---
 build/all.gyp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/all.gyp b/build/all.gyp
index ffa6837511d1f..cb9d689bb5139 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -143,6 +143,7 @@
             '../media/media.gyp:media_unittests',
             '../printing/printing.gyp:printing_unittests',
             '../chrome/chrome.gyp:browser_tests',
+            '../chrome/chrome.gyp:nacl_ui_tests',
             '../chrome/chrome.gyp:ui_tests',
             '../chrome/chrome.gyp:unit_tests',
             'temp_gyp/googleurl.gyp:googleurl_unittests',
@@ -155,6 +156,7 @@
             '../app/app.gyp:app_unittests',
             '../chrome/chrome.gyp:browser_tests',
             '../chrome/chrome.gyp:memory_test',
+            '../chrome/chrome.gyp:nacl_ui_tests',
             '../chrome/chrome.gyp:page_cycler_tests',
             '../chrome/chrome.gyp:startup_tests',
             '../chrome/chrome.gyp:tab_switching_test',
-- 
GitLab