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

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

Issue 14884012: Added an extra flag that enables only ArrayBuffer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 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/cctest/test-api.cc ('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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 '../../src/json.js', 793 '../../src/json.js',
794 '../../src/regexp.js', 794 '../../src/regexp.js',
795 '../../src/macros.py', 795 '../../src/macros.py',
796 ], 796 ],
797 'experimental_library_files': [ 797 'experimental_library_files': [
798 '../../src/macros.py', 798 '../../src/macros.py',
799 '../../src/symbol.js', 799 '../../src/symbol.js',
800 '../../src/proxy.js', 800 '../../src/proxy.js',
801 '../../src/collection.js', 801 '../../src/collection.js',
802 '../../src/object-observe.js', 802 '../../src/object-observe.js',
803 '../../src/arraybuffer.js',
803 '../../src/typedarray.js', 804 '../../src/typedarray.js',
804 '../../src/generator.js' 805 '../../src/generator.js'
805 ], 806 ],
806 }, 807 },
807 'actions': [ 808 'actions': [
808 { 809 {
809 'action_name': 'js2c', 810 'action_name': 'js2c',
810 'inputs': [ 811 'inputs': [
811 '../../tools/js2c.py', 812 '../../tools/js2c.py',
812 '<@(library_files)', 813 '<@(library_files)',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 }], 995 }],
995 ], 996 ],
996 'dependencies': [ 997 'dependencies': [
997 'v8' 998 'v8'
998 ], 999 ],
999 }, 1000 },
1000 ], 1001 ],
1001 }], 1002 }],
1002 ], 1003 ],
1003 } 1004 }
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698