diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 23:33:42 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 23:33:42 +0000 |
commit | c1e3a42a79767f5517ea0f2e7c6331829a98b91e (patch) | |
tree | 66b0b91b22d95267bc9745415b88c4679d0535f1 /build | |
parent | c4255f634933303ebe8ac73596fe32f49e51fd79 (diff) | |
download | chromium_src-c1e3a42a79767f5517ea0f2e7c6331829a98b91e.zip chromium_src-c1e3a42a79767f5517ea0f2e7c6331829a98b91e.tar.gz chromium_src-c1e3a42a79767f5517ea0f2e7c6331829a98b91e.tar.bz2 |
Sort dependencies.
No functional change.
R=cmp@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7461145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index b61b478..220997a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -275,9 +275,9 @@ 'dependencies': [ 'chromium_builder_qa', # needed for pyauto '../chrome/chrome.gyp:performance_ui_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:sync_performance_tests', + '../chrome/chrome.gyp:ui_tests', ], }, # target_name: chromium_builder_perf { |