summaryrefslogtreecommitdiffstats
path: root/components/omnibox.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/omnibox.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/omnibox.gypi')
-rw-r--r--components/omnibox.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/omnibox.gypi b/components/omnibox.gypi
index a2a89d1..2680cf0 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -31,8 +31,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'omnibox/answers_cache.h',
'omnibox/answers_cache.cc',
+ 'omnibox/answers_cache.h',
'omnibox/autocomplete_input.cc',
'omnibox/autocomplete_input.h',
'omnibox/autocomplete_match.cc',