diff options
author | satorux <satorux@chromium.org> | 2015-02-12 23:19:59 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-13 07:20:40 +0000 |
commit | b7a72eaaa731a39ef36b6aa79ee808222f2aac96 (patch) | |
tree | 317ae1e5ee6b648f53319dd4502045b19e09a234 /chrome/tools | |
parent | b7ce34930ca44306117eef8a14191cf39bcd0083 (diff) | |
download | chromium_src-b7a72eaaa731a39ef36b6aa79ee808222f2aac96.zip chromium_src-b7a72eaaa731a39ef36b6aa79ee808222f2aac96.tar.gz chromium_src-b7a72eaaa731a39ef36b6aa79ee808222f2aac96.tar.bz2 |
Sort GN files under chrome
For tools/sort_sources.py to be useful, existing GYP files
should be sorted.
BUG=456014
TEST=everything should build as before
Review URL: https://codereview.chromium.org/923863002
Cr-Commit-Position: refs/heads/master@{#316184}
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/profile_reset/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/profile_reset/BUILD.gn b/chrome/tools/profile_reset/BUILD.gn index d58b38d..b1c488f 100644 --- a/chrome/tools/profile_reset/BUILD.gn +++ b/chrome/tools/profile_reset/BUILD.gn @@ -19,10 +19,10 @@ source_set("jtl_compiler_lib") { sources = [ "//chrome/browser/profile_resetter/jtl_foundation.h", "//chrome/browser/profile_resetter/jtl_instructions.h", - "jtl_compiler.h", "jtl_compiler.cc", - "jtl_parser.h", + "jtl_compiler.h", "jtl_parser.cc", + "jtl_parser.h", ] deps = [ "//base", |