Skip to content

Commit

Permalink
Add app_list_unittests as a default builder target.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tapted@chromium.org committed Jan 23, 2013
1 parent 3f4f636 commit dfa5e84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
'../net/third_party/nss/ssl.gyp:*',
],
}],
['enable_app_list==1', {
'dependencies': [
'../ui/app_list/app_list.gyp:*',
],
}],
],
}, # target_name: All
{
Expand Down Expand Up @@ -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',
],
Expand Down

0 comments on commit dfa5e84

Please sign in to comment.