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

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

Issue 1513873002: Unstage non-standard Promise functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/messages.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 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 '../../src/messages.h', 1878 '../../src/messages.h',
1879 '../../src/js/proxy.js', 1879 '../../src/js/proxy.js',
1880 '../../src/js/generator.js', 1880 '../../src/js/generator.js',
1881 '../../src/js/harmony-atomics.js', 1881 '../../src/js/harmony-atomics.js',
1882 '../../src/js/harmony-array-includes.js', 1882 '../../src/js/harmony-array-includes.js',
1883 '../../src/js/harmony-regexp.js', 1883 '../../src/js/harmony-regexp.js',
1884 '../../src/js/harmony-reflect.js', 1884 '../../src/js/harmony-reflect.js',
1885 '../../src/js/harmony-object-observe.js', 1885 '../../src/js/harmony-object-observe.js',
1886 '../../src/js/harmony-sharedarraybuffer.js', 1886 '../../src/js/harmony-sharedarraybuffer.js',
1887 '../../src/js/harmony-simd.js', 1887 '../../src/js/harmony-simd.js',
1888 '../../src/js/promise-extra.js',
1888 ], 1889 ],
1889 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1890 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1890 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1891 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1891 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 1892 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
1892 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 1893 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
1893 }, 1894 },
1894 'actions': [ 1895 'actions': [
1895 { 1896 {
1896 'action_name': 'js2c', 1897 'action_name': 'js2c',
1897 'inputs': [ 1898 'inputs': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 }], 2076 }],
2076 ['want_separate_host_toolset==1', { 2077 ['want_separate_host_toolset==1', {
2077 'toolsets': ['host'], 2078 'toolsets': ['host'],
2078 }, { 2079 }, {
2079 'toolsets': ['target'], 2080 'toolsets': ['target'],
2080 }], 2081 }],
2081 ], 2082 ],
2082 }, 2083 },
2083 ], 2084 ],
2084 } 2085 }
OLDNEW
« no previous file with comments | « test/mjsunit/messages.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698