client.gyp: Sort.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/657303003
This commit is contained in:
Mark Mentovai 2014-10-17 14:38:30 -04:00
parent 7d84d6512b
commit b9db7543a3

View File

@ -40,11 +40,11 @@
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'client', 'client',
'../util/util.gyp:util',
'../util/util.gyp:util_test_lib',
'../third_party/gtest/gtest.gyp:gtest', '../third_party/gtest/gtest.gyp:gtest',
'../third_party/gtest/gtest.gyp:gtest_main', '../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base', '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
'../util/util.gyp:util',
'../util/util.gyp:util_test_lib',
], ],
'include_dirs': [ 'include_dirs': [
'..', '..',