diff options
author | satorux <satorux@chromium.org> | 2015-02-16 02:14:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-16 10:15:08 +0000 |
commit | ea51ccc1468884583e280edc68f794ec3d4583cb (patch) | |
tree | c09744387403f54df3e46d68e545dc3be700657a /components/sync_driver | |
parent | 7166a40fe2f409afe31ec7c018bda683ef0984e1 (diff) | |
download | chromium_src-ea51ccc1468884583e280edc68f794ec3d4583cb.zip chromium_src-ea51ccc1468884583e280edc68f794ec3d4583cb.tar.gz chromium_src-ea51ccc1468884583e280edc68f794ec3d4583cb.tar.bz2 |
Sort GN files under components
For tools/sort_sources.py to be useful, existing GN files
should be sorted.
BUG=456014
TEST=everything should build as before
Review URL: https://codereview.chromium.org/934483002
Cr-Commit-Position: refs/heads/master@{#316447}
Diffstat (limited to 'components/sync_driver')
-rw-r--r-- | components/sync_driver/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn index f55383a..5100e1a 100644 --- a/components/sync_driver/BUILD.gn +++ b/components/sync_driver/BUILD.gn @@ -45,11 +45,11 @@ static_library("sync_driver") { "pref_names.h", "proxy_data_type_controller.cc", "proxy_data_type_controller.h", - "sync_api_component_factory.h", "shared_change_processor.cc", "shared_change_processor.h", "shared_change_processor_ref.cc", "shared_change_processor_ref.h", + "sync_api_component_factory.h", "sync_frontend.cc", "sync_frontend.h", "sync_prefs.cc", |