summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authortapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 06:08:14 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 06:08:14 +0000
commitdfa5e845b95675281dec5fa930982ff490878e1b (patch)
tree1786cf379c5601d10bf00586a1d4465a65fdfcb7 /build/all.gyp
parent3f4f636b9faf0d3c5a949d9cbc1205a632ffa7bc (diff)
downloadchromium_src-dfa5e845b95675281dec5fa930982ff490878e1b.zip
chromium_src-dfa5e845b95675281dec5fa930982ff490878e1b.tar.gz
chromium_src-dfa5e845b95675281dec5fa930982ff490878e1b.tar.bz2
Add app_list_unittests as a default builder target.
Prior to this change, app_list_unittests was built only on aura targets. However, the app list has been ported to Windows, and a mac port is in progress. Once this change bakes, a trybot target will be added for the builders in the tools repo. app_list_unittests is currently small and quick (runs in <10 seconds). BUG=138633 TEST=builders succeed their compile phase Review URL: https://chromiumcodereview.appspot.com/11820019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 4309175..b62c9b9 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -162,6 +162,11 @@
'../net/third_party/nss/ssl.gyp:*',
],
}],
+ ['enable_app_list==1', {
+ 'dependencies': [
+ '../ui/app_list/app_list.gyp:*',
+ ],
+ }],
],
}, # target_name: All
{
@@ -234,6 +239,7 @@
'../sandbox/sandbox.gyp:sbox_unittests',
'../sandbox/sandbox.gyp:sbox_validation_tests',
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
+ '../ui/app_list/app_list.gyp:app_list_unittests',
'../ui/views/views.gyp:views_unittests',
'../webkit/webkit.gyp:test_shell_common',
],