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

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

Issue 642233003: Simplify language feature management. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: NOT FOR LANDING - example of shipping a feature Created 6 years, 2 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
« test/mjsunit/debug-script.js ('K') | « test/mjsunit/debug-script.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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 '../../src/weak-collection.js', 1589 '../../src/weak-collection.js',
1590 '../../src/collection-iterator.js', 1590 '../../src/collection-iterator.js',
1591 '../../src/promise.js', 1591 '../../src/promise.js',
1592 '../../src/messages.js', 1592 '../../src/messages.js',
1593 '../../src/json.js', 1593 '../../src/json.js',
1594 '../../src/array-iterator.js', 1594 '../../src/array-iterator.js',
1595 '../../src/string-iterator.js', 1595 '../../src/string-iterator.js',
1596 '../../src/debug-debugger.js', 1596 '../../src/debug-debugger.js',
1597 '../../src/mirror-debugger.js', 1597 '../../src/mirror-debugger.js',
1598 '../../src/liveedit-debugger.js', 1598 '../../src/liveedit-debugger.js',
1599 '../../src/harmony-array.js',
1600 '../../src/harmony-typedarray.js',
1599 '../../src/macros.py', 1601 '../../src/macros.py',
1600 ], 1602 ],
1601 'experimental_library_files': [ 1603 'experimental_library_files': [
1602 '../../src/macros.py', 1604 '../../src/macros.py',
1603 '../../src/proxy.js', 1605 '../../src/proxy.js',
1604 '../../src/generator.js', 1606 '../../src/generator.js',
1605 '../../src/harmony-string.js', 1607 '../../src/harmony-string.js',
1606 '../../src/harmony-array.js',
1607 '../../src/harmony-typedarray.js',
1608 '../../src/harmony-classes.js', 1608 '../../src/harmony-classes.js',
1609 ], 1609 ],
1610 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1610 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1611 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1611 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1612 }, 1612 },
1613 'actions': [ 1613 'actions': [
1614 { 1614 {
1615 'action_name': 'js2c', 1615 'action_name': 'js2c',
1616 'inputs': [ 1616 'inputs': [
1617 '../../tools/js2c.py', 1617 '../../tools/js2c.py',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 }], 1719 }],
1720 ['v8_compress_startup_data=="bz2"', { 1720 ['v8_compress_startup_data=="bz2"', {
1721 'libraries': [ 1721 'libraries': [
1722 '-lbz2', 1722 '-lbz2',
1723 ] 1723 ]
1724 }], 1724 }],
1725 ], 1725 ],
1726 }, 1726 },
1727 ], 1727 ],
1728 } 1728 }
OLDNEW
« test/mjsunit/debug-script.js ('K') | « test/mjsunit/debug-script.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698