summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-16 02:14:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-16 10:15:08 +0000
commitea51ccc1468884583e280edc68f794ec3d4583cb (patch)
treec09744387403f54df3e46d68e545dc3be700657a /components/dom_distiller
parent7166a40fe2f409afe31ec7c018bda683ef0984e1 (diff)
downloadchromium_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/dom_distiller')
-rw-r--r--components/dom_distiller/core/BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 5e667f8..2782d16 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -15,14 +15,14 @@ source_set("core") {
"article_entry.h",
"distilled_content_store.cc",
"distilled_content_store.h",
- "distiller.cc",
- "distiller.h",
- "distiller_page.cc",
- "distiller_page.h",
"distilled_page_prefs.cc",
"distilled_page_prefs.h",
"distilled_page_prefs_android.cc",
"distilled_page_prefs_android.h",
+ "distiller.cc",
+ "distiller.h",
+ "distiller_page.cc",
+ "distiller_page.h",
"distiller_url_fetcher.cc",
"distiller_url_fetcher.h",
"dom_distiller_constants.cc",
@@ -40,10 +40,10 @@ source_set("core") {
"task_tracker.h",
"url_constants.cc",
"url_constants.h",
- "url_utils_android.cc",
- "url_utils_android.h",
"url_utils.cc",
"url_utils.h",
+ "url_utils_android.cc",
+ "url_utils_android.h",
"viewer.cc",
"viewer.h",
]