update_engine: Disable source file name checking in gyp
This is done to ignore *unittest.cc <-> *test.cc until it is fixed.
BUG=none
TEST=repo upload passes without error
Change-Id: Iabc8cdb6eeedc18c8d17433329ff098a193155bb
Reviewed-on: https://chromium-review.googlesource.com/1238986
Commit-Ready: Amin Hassani <ahassani@chromium.org>
Tested-by: Amin Hassani <ahassani@chromium.org>
Reviewed-by: Xiaochu Liu <xiaochu@chromium.org>
diff --git a/update_engine.gyp b/update_engine.gyp
index cbdce2b..b18cc1c 100644
--- a/update_engine.gyp
+++ b/update_engine.gyp
@@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+
+# TODO: Rename these files to pass this check.
+# gyplint: disable=GypLintSourceFileNames
{
'variables': {
'USE_chrome_network_proxy': '1',