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

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

Issue 12296026: ES6 symbols: Implement Symbol intrinsic and basic functionality (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed more comments Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/harmony/symbols.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 '../../src/debug-debugger.js', 780 '../../src/debug-debugger.js',
781 '../../src/mirror-debugger.js', 781 '../../src/mirror-debugger.js',
782 '../../src/liveedit-debugger.js', 782 '../../src/liveedit-debugger.js',
783 '../../src/date.js', 783 '../../src/date.js',
784 '../../src/json.js', 784 '../../src/json.js',
785 '../../src/regexp.js', 785 '../../src/regexp.js',
786 '../../src/macros.py', 786 '../../src/macros.py',
787 ], 787 ],
788 'experimental_library_files': [ 788 'experimental_library_files': [
789 '../../src/macros.py', 789 '../../src/macros.py',
790 '../../src/symbol.js',
790 '../../src/proxy.js', 791 '../../src/proxy.js',
791 '../../src/collection.js', 792 '../../src/collection.js',
792 '../../src/object-observe.js' 793 '../../src/object-observe.js'
793 ], 794 ],
794 }, 795 },
795 'actions': [ 796 'actions': [
796 { 797 {
797 'action_name': 'js2c', 798 'action_name': 'js2c',
798 'inputs': [ 799 'inputs': [
799 '../../tools/js2c.py', 800 '../../tools/js2c.py',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 }], 1050 }],
1050 ], 1051 ],
1051 'dependencies': [ 1052 'dependencies': [
1052 'v8' 1053 'v8'
1053 ], 1054 ],
1054 }, 1055 },
1055 ], 1056 ],
1056 }], 1057 }],
1057 ], 1058 ],
1058 } 1059 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/symbols.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698