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

Side by Side Diff: tools/gyp/v8.gyp

Issue 11225058: Initial JS stub implementation of Object.observe. Adds support for .object/.unobserve/.notify/.deli… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: install functions on Object, not Object.prototype Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 '../../src/liveedit-debugger.js', 773 '../../src/liveedit-debugger.js',
774 '../../src/date.js', 774 '../../src/date.js',
775 '../../src/json.js', 775 '../../src/json.js',
776 '../../src/regexp.js', 776 '../../src/regexp.js',
777 '../../src/macros.py', 777 '../../src/macros.py',
778 ], 778 ],
779 'experimental_library_files': [ 779 'experimental_library_files': [
780 '../../src/macros.py', 780 '../../src/macros.py',
781 '../../src/proxy.js', 781 '../../src/proxy.js',
782 '../../src/collection.js', 782 '../../src/collection.js',
783 '../../src/object-observe.js'
783 ], 784 ],
784 }, 785 },
785 'actions': [ 786 'actions': [
786 { 787 {
787 'action_name': 'js2c', 788 'action_name': 'js2c',
788 'inputs': [ 789 'inputs': [
789 '../../tools/js2c.py', 790 '../../tools/js2c.py',
790 '<@(library_files)', 791 '<@(library_files)',
791 ], 792 ],
792 'outputs': [ 793 'outputs': [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 }], 999 }],
999 ], 1000 ],
1000 'dependencies': [ 1001 'dependencies': [
1001 'v8' 1002 'v8'
1002 ], 1003 ],
1003 }, 1004 },
1004 ], 1005 ],
1005 }], 1006 }],
1006 ], 1007 ],
1007 } 1008 }
OLDNEW
« src/object-observe.js ('K') | « test/mjsunit/harmony/object-observe.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698