summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-16 17:16:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 01:17:21 +0000
commitba9fc86fe522e1993861ca98d78a2372222e23f0 (patch)
treec75fb8effcd3e17e3a8e64efc333e4eebe0eda0e /components/dom_distiller.gypi
parent6c722ad0253f53d50e71ba2fb853f85462f44800 (diff)
downloadchromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.zip
chromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.tar.gz
chromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.tar.bz2
Sort GYP files under components
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/929883002 Cr-Commit-Position: refs/heads/master@{#316519}
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 2c290595..0180f6f 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -95,10 +95,10 @@
'dom_distiller/core/theme_list.h',
'dom_distiller/core/url_constants.cc',
'dom_distiller/core/url_constants.h',
- 'dom_distiller/core/url_utils_android.cc',
- 'dom_distiller/core/url_utils_android.h',
'dom_distiller/core/url_utils.cc',
'dom_distiller/core/url_utils.h',
+ 'dom_distiller/core/url_utils_android.cc',
+ 'dom_distiller/core/url_utils_android.h',
'dom_distiller/core/viewer.cc',
'dom_distiller/core/viewer.h',
],