commit | 37e8e740cb9888582189876d07e0b4dbdc1cae37 | [log] [tgz] |
---|---|---|
author | dbeam <[email protected]> | Wed Feb 10 22:58:20 2016 |
committer | Commit bot <[email protected]> | Wed Feb 10 23:00:46 2016 |
tree | 6c5772059e65c4b142b953422b2bfda04e66e8d5 | |
parent | 2901378a3c187dbe7ce9c4ac9a5201194d6e4e49 [diff] [blame] |
Add presubmit warning about deprecated compiled_resources.gyp Just use v2 instead ;) (compiled_resources2.gyp) [email protected],[email protected] BUG=585553 Review URL: https://codereview.chromium.org/1686663002 Cr-Commit-Position: refs/heads/master@{#374762}
diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py index 8e15d8c..f68c134 100644 --- a/PRESUBMIT_test_mocks.py +++ b/PRESUBMIT_test_mocks.py
@@ -97,6 +97,9 @@ self._new_contents = new_contents self._changed_contents = [(i + 1, l) for i, l in enumerate(new_contents)] + def Action(self): + return 'A' # TODO(dbeam): feel free to change if your test actually uses. + def ChangedContents(self): return self._changed_contents