Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: WATCHLISTS

Issue 133443009: A64: Synchronize with r17441. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « OWNERS ('k') | benchmarks/deltablue.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/tools/v8heapconst.py.tmpl b/WATCHLISTS
similarity index 79%
copy from tools/v8heapconst.py.tmpl
copy to WATCHLISTS
index a773f47c8b942d792ebf89bfd2ba4ac940452538..9c2bce9c5589c22649b4a2c94837f00c8d669be1 100644
--- a/tools/v8heapconst.py.tmpl
+++ b/WATCHLISTS
@@ -25,6 +25,22 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# This file is automatically generated from the V8 source and should not
-# be modified manually, run 'make grokdump' instead to update this file.
+# Watchlist Rules
+# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
+# IMPORTANT: The regular expression filepath is tested against each path using
+# re.search, so it is not usually necessary to add .*.
+
+{
+ 'WATCHLIST_DEFINITIONS': {
+ 'public_api': {
+ 'filepath': 'include/',
+ },
+ },
+
+ 'WATCHLISTS': {
+ 'public_api': [
+ 'phajdan.jr@chromium.org',
+ ],
+ },
+}
« no previous file with comments | « OWNERS ('k') | benchmarks/deltablue.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698