| Index: android_webview/build/jarjar_resources.gypi
|
| diff --git a/android_webview/build/jarjar_resources.gypi b/android_webview/build/jarjar_resources.gypi
|
| index 17838c6a7674ecd3a8275590e967b56340aa20dc..0f6cb06a8c19592e306456d012ee0a914b61aff7 100644
|
| --- a/android_webview/build/jarjar_resources.gypi
|
| +++ b/android_webview/build/jarjar_resources.gypi
|
| @@ -23,7 +23,7 @@
|
| 'variables': {
|
| 'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)',
|
| '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': [{
|
| 'action_name': 'jarjar resources',
|
|
|