diff options
author | satorux <satorux@chromium.org> | 2015-02-12 22:33:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-13 06:34:17 +0000 |
commit | ced025c6fcedd32af290e484ec6d8b4d756b6017 (patch) | |
tree | 27b13526fcdc31cc6dc7f7138bbfcbd50652ec91 /dbus | |
parent | 39ba360d0817ecd6824036d47d44af5899c05e2c (diff) | |
download | chromium_src-ced025c6fcedd32af290e484ec6d8b4d756b6017.zip chromium_src-ced025c6fcedd32af290e484ec6d8b4d756b6017.tar.gz chromium_src-ced025c6fcedd32af290e484ec6d8b4d756b6017.tar.bz2 |
Sort GN files under dbus
BUG=456014
TEST=everything should build as before
Review URL: https://codereview.chromium.org/920903003
Cr-Commit-Position: refs/heads/master@{#316177}
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn index ef6674e..4abcdb8 100644 --- a/dbus/BUILD.gn +++ b/dbus/BUILD.gn @@ -30,10 +30,10 @@ component("dbus") { "scoped_dbus_error.h", "string_util.cc", "string_util.h", - "values_util.cc", - "values_util.h", "util.cc", "util.h", + "values_util.cc", + "values_util.h", ] defines = [ "DBUS_IMPLEMENTATION" ] |