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

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

Issue 15943002: v8 typed arrays: add DataView type (Closed)
Patch Set: v8 typed arrays: add DataView type, v2 Created 7 years, 6 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
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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 '../../src/regexp.js', 797 '../../src/regexp.js',
798 '../../src/macros.py', 798 '../../src/macros.py',
799 ], 799 ],
800 'experimental_library_files': [ 800 'experimental_library_files': [
801 '../../src/macros.py', 801 '../../src/macros.py',
802 '../../src/symbol.js', 802 '../../src/symbol.js',
803 '../../src/proxy.js', 803 '../../src/proxy.js',
804 '../../src/collection.js', 804 '../../src/collection.js',
805 '../../src/object-observe.js', 805 '../../src/object-observe.js',
806 '../../src/arraybuffer.js', 806 '../../src/arraybuffer.js',
807 '../../src/dataview.js',
807 '../../src/typedarray.js', 808 '../../src/typedarray.js',
808 '../../src/generator.js' 809 '../../src/generator.js'
809 ], 810 ],
810 }, 811 },
811 'actions': [ 812 'actions': [
812 { 813 {
813 'action_name': 'js2c', 814 'action_name': 'js2c',
814 'inputs': [ 815 'inputs': [
815 '../../tools/js2c.py', 816 '../../tools/js2c.py',
816 '<@(library_files)', 817 '<@(library_files)',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 }], 923 }],
923 ['v8_compress_startup_data=="bz2"', { 924 ['v8_compress_startup_data=="bz2"', {
924 'libraries': [ 925 'libraries': [
925 '-lbz2', 926 '-lbz2',
926 ] 927 ]
927 }], 928 }],
928 ], 929 ],
929 }, 930 },
930 ], 931 ],
931 } 932 }
OLDNEW
« test/mjsunit/harmony/dataview.js ('K') | « test/mjsunit/harmony/dataview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698