Index: testing_support/patches_data.py |
diff --git a/testing_support/patches_data.py b/testing_support/patches_data.py |
index 3134a98a26ca5d3a13167719ca5cb2bef1aeaafd..1acd83265f2aaf64a82570ce7e8593685cbe667b 100644 |
--- a/testing_support/patches_data.py |
+++ b/testing_support/patches_data.py |
@@ -292,6 +292,16 @@ class GIT(object): |
'old mode 100644\n' |
'new mode 100755\n') |
+ NEW_NOT_EXECUTABLE = ( |
+ 'diff --git a/build/android/ant/create.js b/build/android/ant/create.js\n' |
+ 'new file mode 100644\n' |
+ 'index 0000000000000000000..542a89e978feada38dd\n' |
+ '--- /dev/null\n' |
+ '+++ b/build/android/ant/create.js\n' |
+ '@@ -0,0 +1,1 @@\n' |
+ '+// Copyright (c) 2012 The Chromium Authors. All rights reserved.\n' |
+ ) |
+ |
FOUR_HUNKS = ( |
'Index: presubmit_support.py\n' |
'diff --git a/presubmit_support.py b/presubmit_support.py\n' |