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

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

Issue 1368753003: Add C++ implementation of Object.defineProperties (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: make compilers happy Created 5 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
« no previous file with comments | « src/runtime/runtime-object.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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 '../../src/profiler/heap-snapshot-generator.h', 888 '../../src/profiler/heap-snapshot-generator.h',
889 '../../src/profiler/profile-generator-inl.h', 889 '../../src/profiler/profile-generator-inl.h',
890 '../../src/profiler/profile-generator.cc', 890 '../../src/profiler/profile-generator.cc',
891 '../../src/profiler/profile-generator.h', 891 '../../src/profiler/profile-generator.h',
892 '../../src/profiler/sampler.cc', 892 '../../src/profiler/sampler.cc',
893 '../../src/profiler/sampler.h', 893 '../../src/profiler/sampler.h',
894 '../../src/profiler/strings-storage.cc', 894 '../../src/profiler/strings-storage.cc',
895 '../../src/profiler/strings-storage.h', 895 '../../src/profiler/strings-storage.h',
896 '../../src/profiler/unbound-queue-inl.h', 896 '../../src/profiler/unbound-queue-inl.h',
897 '../../src/profiler/unbound-queue.h', 897 '../../src/profiler/unbound-queue.h',
898 '../../src/property-descriptor.cc',
899 '../../src/property-descriptor.h',
898 '../../src/property-details.h', 900 '../../src/property-details.h',
899 '../../src/property.cc', 901 '../../src/property.cc',
900 '../../src/property.h', 902 '../../src/property.h',
901 '../../src/prototype.h', 903 '../../src/prototype.h',
902 '../../src/regexp/bytecodes-irregexp.h', 904 '../../src/regexp/bytecodes-irregexp.h',
903 '../../src/regexp/interpreter-irregexp.cc', 905 '../../src/regexp/interpreter-irregexp.cc',
904 '../../src/regexp/interpreter-irregexp.h', 906 '../../src/regexp/interpreter-irregexp.h',
905 '../../src/regexp/jsregexp-inl.h', 907 '../../src/regexp/jsregexp-inl.h',
906 '../../src/regexp/jsregexp.cc', 908 '../../src/regexp/jsregexp.cc',
907 '../../src/regexp/jsregexp.h', 909 '../../src/regexp/jsregexp.h',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 }], 2091 }],
2090 ['want_separate_host_toolset==1', { 2092 ['want_separate_host_toolset==1', {
2091 'toolsets': ['host'], 2093 'toolsets': ['host'],
2092 }, { 2094 }, {
2093 'toolsets': ['target'], 2095 'toolsets': ['target'],
2094 }], 2096 }],
2095 ], 2097 ],
2096 }, 2098 },
2097 ], 2099 ],
2098 } 2100 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698