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

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

Issue 1282793002: Debugger: load debugger builtins as normal native JS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use InstallFunctions and InstallConstants Created 5 years, 4 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
« no previous file with comments | « test/mjsunit/debug-mirror-cache.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 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 '../../src/weak-collection.js', 1789 '../../src/weak-collection.js',
1790 '../../src/collection-iterator.js', 1790 '../../src/collection-iterator.js',
1791 '../../src/promise.js', 1791 '../../src/promise.js',
1792 '../../src/messages.js', 1792 '../../src/messages.js',
1793 '../../src/json.js', 1793 '../../src/json.js',
1794 '../../src/array-iterator.js', 1794 '../../src/array-iterator.js',
1795 '../../src/string-iterator.js', 1795 '../../src/string-iterator.js',
1796 '../../src/templates.js', 1796 '../../src/templates.js',
1797 '../../src/harmony-array.js', 1797 '../../src/harmony-array.js',
1798 '../../src/harmony-typedarray.js', 1798 '../../src/harmony-typedarray.js',
1799 '../../src/debug/mirrors.js',
1799 '../../src/debug/debug.js', 1800 '../../src/debug/debug.js',
1800 '../../src/debug/mirrors.js',
1801 '../../src/debug/liveedit.js', 1801 '../../src/debug/liveedit.js',
1802 ], 1802 ],
1803 'experimental_library_files': [ 1803 'experimental_library_files': [
1804 '../../src/macros.py', 1804 '../../src/macros.py',
1805 '../../src/messages.h', 1805 '../../src/messages.h',
1806 '../../src/proxy.js', 1806 '../../src/proxy.js',
1807 '../../src/generator.js', 1807 '../../src/generator.js',
1808 '../../src/harmony-atomics.js', 1808 '../../src/harmony-atomics.js',
1809 '../../src/harmony-array-includes.js', 1809 '../../src/harmony-array-includes.js',
1810 '../../src/harmony-concat-spreadable.js', 1810 '../../src/harmony-concat-spreadable.js',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 }], 1979 }],
1980 ['want_separate_host_toolset==1', { 1980 ['want_separate_host_toolset==1', {
1981 'toolsets': ['host'], 1981 'toolsets': ['host'],
1982 }, { 1982 }, {
1983 'toolsets': ['target'], 1983 'toolsets': ['target'],
1984 }], 1984 }],
1985 ], 1985 ],
1986 }, 1986 },
1987 ], 1987 ],
1988 } 1988 }
OLDNEW
« no previous file with comments | « test/mjsunit/debug-mirror-cache.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698