Commit c7cee69c authored by torne's avatar torne Committed by Commit bot

Sort jarjar resource list for makefile stability.

Sort the list of input resource files for the jarjar resource step so
that the contents of generated makefiles in WebView have a stable
ordering.

BUG=

Review URL: https://codereview.chromium.org/516293003

Cr-Commit-Position: refs/heads/master@{#292671}
parent ac4bd761
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
'variables': { 'variables': {
'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)', 'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)',
'jarjar_stamp': '<(intermediate_dir)/jarjar_resources.stamp', 'jarjar_stamp': '<(intermediate_dir)/jarjar_resources.stamp',
'resource_input_paths': ['<!@(find <(res_dir) -type f)'], 'resource_input_paths': ['<!@(find <(res_dir) -type f | sort)'],
}, },
'actions': [{ 'actions': [{
'action_name': 'jarjar resources', 'action_name': 'jarjar resources',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment